-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 916 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
34
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev -o",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --fix"
},
"dependencies": {
"@ant-design-vue/nuxt": "^1.4.4",
"@internationalized/date": "^3.5.5",
"@nuxt/eslint": "^0.5.7",
"@nuxt/image": "^1.8.0",
"@pinia/nuxt": "^0.5.4",
"@vueuse/core": "^11.1.0",
"nuxt": "^3.13.0",
"radix-vue": "^1.9.6",
"vue": "latest",
"vue-i18n": "^10.0.3",
"vue-router": "latest"
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.1",
"sass": "^1.79.3"
},
"engines": {
"node": ">=20.17.0"
}
}