-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 970 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
{
"name": "vite-threejs-template",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashthornton/vite-threejs-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ashthornton/vite-threejs-template/issues"
},
"homepage": "https://github.com/ashthornton/vite-threejs-template#readme",
"devDependencies": {
"@unseenco/e": "^2.2.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"gsap": "^3.10.4",
"rollup-plugin-glslify": "^1.3.0",
"three": "^0.142.0",
"tweakpane": "^3.0.5",
"vite": "^2.9.9"
},
"dependencies": {
"@tweakpane/plugin-essentials": "^0.1.4"
}
}