-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 862 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": "nuxt3-starter",
"description": "nuxt3",
"private": false,
"scripts": {
"dev": "nuxt dev --port 6636",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"serve": "esno .output/server/index.mjs",
"db": "npx json-server --watch db.json --port 3000",
"p:ish": "pnpm install --shamefully-hoist",
"p:up": "pnpm up"
},
"devDependencies": {
"@intlify/nuxt3": "^0.2.4",
"@pinia/nuxt": "^0.4.5",
"@vueuse/nuxt": "^9.6.0",
"nuxt": "^3.3.2",
"nuxt-purgecss": "^2.0.0",
"sass": "^1.58.3",
"vue-custom-scrollbar": "^1.4.4"
},
"dependencies": {
"@vuepic/vue-datepicker": "^4.2.3",
"@vuestic/nuxt": "^1.0.12",
"axios": "^1.1.3",
"pinia": "^2.0.26",
"remixicon": "^2.5.0",
"sass-loader": "^10.4.1"
}
}