-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.12 KB
/
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
35
36
37
38
39
40
41
42
{
"name": "model",
"private": true,
"type": "module",
"version": "0.1.4-beta.5",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "nuxi prepare && eslint . --cache",
"lint:fix": "nuxi prepare && eslint . --fix --cache",
"typecheck": "nuxi typecheck",
"test": "pnpm lint:fix && pnpm typecheck",
"release": "bumpp -r"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/cbi": "^1.2.6",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.15",
"@nuxt/devtools": "^1.6.4",
"@nuxt/eslint": "^0.7.3",
"@types/three": "^0.170.0",
"eslint": "^9.16.0",
"bumpp": "^9.9.1",
"changelogithub": "^0.13.11",
"nuxt": "^3.14.1592",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-tsc": "^2.1.10"
},
"dependencies": {
"@nuxt/ui": "^2.20.0",
"@vueuse/components": "^12.0.0",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"three": "^0.171.0"
}
}