-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
48 lines (48 loc) · 1.24 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
43
44
45
46
47
48
{
"name": "modern-three",
"type": "module",
"version": "1.1.0",
"description": "Modern ThreeJS boilerplate powered by Vite & Typescript.",
"author": "Alvaro Saburido <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/alvarosabu/modern-three#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/alvarosabu/modern-three.git"
},
"bugs": {
"url": "https://github.com/alvarosabu/modern-three/issues"
},
"keywords": [
"3d",
"threejs",
"three",
"vite",
"typescript",
"tweakpane"
],
"contributors": [
"Alvaro <[email protected]>"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"devDependencies": {
"@alvarosabu/eslint-config": "^1.1.0",
"@tweakpane/core": "^2.0.3",
"@tweakpane/plugin-essentials": "^0.2.1",
"@types/three": "^0.165.0",
"eslint": "^9.4.0",
"pathe": "^1.1.2",
"three": "^0.165.0",
"tweakpane": "^4.0.3",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vite-plugin-glsl": "^1.3.0"
}
}