-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 963 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
35
36
37
38
39
40
41
42
{
"name": "@tresjs/starter",
"type": "module",
"version": "1.0.0",
"description": "Quick starter template for TresJS",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
"license": "MIT",
"keywords": [
"vue",
"tresjs",
"webgl",
"vite",
"3d",
"threejs",
"three",
"threejs-vue"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@tresjs/cientos": "4.0.3",
"@tresjs/core": "4.3.1",
"@tresjs/leches": "^0.14.0",
"three": "^0.170.0",
"vue": "^3.4.32"
},
"devDependencies": {
"@tresjs/eslint-config": "^1.1.0",
"@types/three": "^0.170.0",
"@vitejs/plugin-vue": "^5.0.5",
"eslint": "^9.7.0",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vite-plugin-glsl": "^1.3.0",
"vue-tsc": "^2.0.26"
}
}