-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 830 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "background-image.fuxing.dev",
"description": "SSG website and article to demo background image and how to do them properly",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"generate": "nuxt-ts generate"
},
"dependencies": {
"@nuxt/content": "^1.11.1",
"@nuxt/typescript-runtime": "^2.0.0",
"core-js": "^3.6.5",
"nuxt": "^2.14.6",
"prism-themes": "^1.5.0",
"remark-code-import-replace": "^0.2.0",
"vue-gtag": "^1.10.0",
"vue-horizontal": "^0.8.4",
"vue-horizontal-list": "^1.3.0"
},
"devDependencies": {
"@nuxt/image": "^0.0.4",
"@nuxt/types": "^2.14.6",
"@nuxt/typescript-build": "^2.0.3",
"@nuxtjs/tailwindcss": "^3.4.1",
"@tailwindcss/typography": "^0.3.1",
"less": "^4.0.0",
"less-loader": "^7.1.0"
}
}