-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.29 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.29 KB
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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "nuxt-app",
"private": true,
"type": "module",
"version": "2.0.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:fix": "eslint --fix",
"gen:data": "tsx ./scripts/generator-stars-donwloads.ts"
},
"dependencies": {
"@arco-design/web-vue": "^2.57.0",
"@tailwindcss/vite": "^4.1.11",
"@vueuse/core": "^13.5.0",
"@vueuse/nuxt": "^13.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.1",
"fs-extra": "^11.3.0",
"lucide-vue-next": "^0.525.0",
"nuxt": "^4.0.0",
"shadcn-nuxt": "^2.2.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.5",
"vue": "^3.5.17",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@nuxt/eslint": "^1.6.0",
"@nuxt/icon": "^1.15.0",
"@types/fs-extra": "^11.0.4",
"@types/minimist": "^1.2.5",
"@types/node": "^24.0.14",
"eslint": "^9.31.0",
"minimist": "^1.2.8",
"radash": "^12.1.1",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
}
}