forked from Tresjs/lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "@tresjs/playground",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue"
},
"dependencies": {
"@tresjs/post-processing": "1.0.0-next.1",
"mdast-util-to-string": "^4.0.0",
"three": "^0.169.0",
"three-custom-shader-material": "^5.4.0",
"unist-util-stringify-position": "^4.0.0"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.27",
"@iconify-json/game-icons": "^1.1.7",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/logos": "^1.1.42",
"@nuxt/content": "^2.13.4",
"@nuxt/image": "^1.8.0",
"@nuxt/image-edge": "1.3.0-28493895.369b747",
"@nuxtjs/color-mode": "^3.4.4",
"@tresjs/cientos": "4.0.3",
"@tresjs/core": "4.3.1",
"@tresjs/eslint-config-vue": "^0.2.1",
"@tresjs/leches": "0.15.0-next.1",
"@tresjs/nuxt": "3.0.7",
"@tweakpane/plugin-essentials": "^0.2.1",
"@types/three": "^0.169.0",
"@unocss/nuxt": "^0.63.6",
"gsap": "^3.12.4",
"nuxt": "^3.13.0",
"nuxt-svgo": "^4.0.4",
"postprocessing": "6.36.4",
"vite-svg-loader": "^5.1.0"
}
}