-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 872 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": {
"@tdesign-vue-next/nuxt": "^0.1.5",
"@types/node": "^22.12.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2"
},
"dependencies": {
"@nuxt/devtools": "2.0.0-beta.3",
"@nuxt/eslint": "1.0.0-rc.1",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/robots": "^5.1.1",
"@nuxtjs/sitemap": "7.2.4",
"@nuxtjs/tailwindcss": "^6.13.1",
"@pinia/nuxt": "^0.9.0",
"nuxt": "^3.15.4",
"tdesign-vue-next": "^1.10.6",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0"
}
}