-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
42 lines (42 loc) · 1.22 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": "@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.171.0",
"three-custom-shader-material": "^6.2.1",
"unist-util-stringify-position": "^4.0.0"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/game-icons": "^1.2.1",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/logos": "^1.2.4",
"@nuxt/content": "^2.13.4",
"@nuxt/image": "^1.8.0",
"@nuxt/image-edge": "1.3.0-28493895.369b747",
"@nuxt/kit": "^3.15.0",
"@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.171.0",
"@unocss/nuxt": "^0.65.3",
"gsap": "^3.12.4",
"nuxt": "^3.15.0",
"nuxt-svgo": "^4.0.9",
"postprocessing": "6.36.6",
"vite-svg-loader": "^5.1.0"
}
}