-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 909 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
31
32
33
{
"name": "nuxt_demo",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "cross-env NUXT_ENV_MODE=dev nuxt",
"build": "cross-env NUXT_ENV_MODE=prod nuxt build",
"start": "cross-env NUXT_ENV_MODE=prod nuxt start",
"generate": "cross-env NUXT_ENV_MODE=prod nuxt generate"
},
"dependencies": {
"@nuxt/content": "^1.0.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/composition-api": "^0.33.1",
"@nuxtjs/pwa": "^3.3.5",
"@pinia/nuxt": "^0.4.11",
"cookies-ts": "^1.0.5",
"core-js": "^3.32.0",
"cross-env": "^7.0.3",
"nuxt": "^2.15.8",
"pinia": "^2.1.6",
"vue": "^2.7.15",
"vue-demi": "^0.14.6",
"vue-server-renderer": "^2.7.10",
"vue-template-compiler": "^2.7.15"
},
"devDependencies": {
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/tailwindcss": "^5.3.3",
"postcss": "^8.4.17"
}
}