-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.56 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.56 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@tresjs/playground",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint ."
},
"dependencies": {
"@nuxt/eslint": "^1.9.0",
"@nuxt/ui-pro": "^3.3.4",
"@tresjs/post-processing": "3.0.0-next.0",
"@vueuse/nuxt": "^13.9.0",
"better-sqlite3": "^12.2.0",
"mdast-util-to-string": "^4.0.0",
"three": "^0.180.0",
"three-custom-shader-material": "^6.3.7",
"unist-util-stringify-position": "^4.0.0",
"vue": "^3.5.21"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.13",
"@iconify-json/game-icons": "^1.2.3",
"@iconify-json/ic": "^1.2.4",
"@iconify-json/logos": "^1.2.9",
"@iconify-json/lucide": "^1.2.68",
"@nuxt/content": "^3.7.1",
"@nuxt/fonts": "0.11.4",
"@nuxt/icon": "2.0.0",
"@nuxt/image": "^1.11.0",
"@nuxt/kit": "^4.1.2",
"@nuxt/scripts": "0.11.13",
"@nuxt/ui": "^3.3.4",
"@nuxtjs/color-mode": "^3.5.2",
"@tresjs/cientos": "5.0.0",
"@tresjs/eslint-config-vue": "^0.2.1",
"@tresjs/leches": "https://pkg.pr.new/@tresjs/leches@f356fed",
"@tresjs/nuxt": "5.0.0",
"@tweakpane/plugin-essentials": "^0.2.1",
"@types/three": "^0.180.0",
"@unhead/vue": "^2.0.3",
"gsap": "^3.13.0",
"nuxt": "^4.1.2",
"nuxt-svgo": "^4.2.6",
"postprocessing": "6.37.8",
"vite-svg-loader": "^5.1.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
],
"overrides": {
"ipx": "^3.1.1"
}
}
}