generated from AnotiaWang/tdesign-vue-nuxt-starter
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 833 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
{
"name": "tdesign-vue-nuxt-starter",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@internationalized/date": "^3.7.0",
"@types/node": "^22.12.0",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",
"tailwindcss": "^4.0.5"
},
"dependencies": {
"@nuxt/devtools": "2.0.0",
"@nuxt/eslint": "1.0.1",
"@nuxt/ui": "3.0.0-alpha.12",
"@nuxtjs/robots": "^5.1.1",
"@nuxtjs/sitemap": "7.2.4",
"@pinia/nuxt": "^0.9.0",
"@vueuse/core": "^12.5.0",
"nuxt": "^3.15.4",
"nuxt-echarts": "0.2.4",
"unplugin-auto-import": "^19.0.0"
}
}