-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (41 loc) · 1006 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.0",
"@tresjs/leches": "^0.14.0",
"three": "^0.169.0",
"vue": "^3.5.12"
},
"devDependencies": {
"@types/three": "^0.169.0",
"@vitejs/plugin-vue": "^5.1.4",
"eslint": "^9.12.0",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-glsl": "^1.3.0",
"vue-tsc": "^2.1.6"
}
}