forked from Tresjs/lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 931 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
33
34
{
"name": "@tresjs/playground",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@alvarosabu/prettier-config": "^1.3.0",
"@iconify-json/carbon": "^1.1.18",
"@iconify-json/game-icons": "^1.1.2",
"@iconify-json/ic": "^1.1.13",
"@iconify-json/logos": "^1.1.33",
"@nuxt/content": "^2.7.0",
"@nuxt/image-edge": "1.0.0-rc.1-28119537.bfe30ab",
"@tresjs/cientos": "2.1.4",
"@tresjs/nuxt": "1.0.0",
"@types/three": "^0.152.1",
"@unocss/nuxt": "^0.53.4",
"gsap": "^3.12.1",
"nuxt": "^3.6.0",
"nuxt-svgo": "^3.1.0",
"postprocessing": "^6.32.1",
"vite-plugin-glsl": "^1.1.2",
"vite-svg-loader": "^4.0.0"
},
"dependencies": {
"@tresjs/core": "^2.3.0",
"@tresjs/post-processing": "^0.3.0",
"three": "^0.153.0"
}
}