-
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) · 900 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 900 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": "template-nuxt-three",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@types/node": "^22.13.5",
"@types/three": "^0.160.0",
"nuxt": "^3.15.4",
"sass": "^1.85.0",
"tweakpane-plugin-file-import": "^1.1.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"dependencies": {
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^9.2.1",
"@pinia/nuxt": "^0.10.1",
"@tweakpane/core": "^2.0.5",
"@tweakpane/plugin-essentials": "0.2.1",
"@types/three": "^0.173.0",
"gsap": "^3.12.7",
"mitt": "^3.0.1",
"pinia": "^3.0.1",
"postprocessing": "^6.36.7",
"stats.js": "^0.17.0",
"three": "^0.173.0",
"tweakpane": "^4.0.5",
"tweakpane-plugin-media": "^1.0.3",
"vue3-lottie": "^3.3.1"
}
}