-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1003 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1003 Bytes
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
{
"name": "AI Better SVG",
"type": "module",
"private": true,
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "nuxt prepare",
"prepare": "husky"
},
"dependencies": {
"@nuxt/eslint": "1.7.1",
"@nuxt/image": "1.10.0",
"@nuxt/scripts": "0.11.10",
"@nuxt/ui": "3.3.0",
"@unhead/vue": "^2.0.12",
"@vueuse/nuxt": "13.5.0",
"d3": "^7.9.0",
"eslint": "^9.31.0",
"nuxt": "^4.0.1",
"typescript": "^5.8.3",
"vue": "^3.5.17",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "^4.19.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.2"
},
"lint-staged": {
"*": "pnpm lint:fix"
}
}