generated from nickyvanurk/three-ts-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 976 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
{
"name": "three-ts-boilerplate",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/node": "^20.4.9",
"@types/robust-point-in-polygon": "^1.0.4",
"@types/three": "^0.155.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"lil-gui": "^0.19.1",
"prettier": "^3.0.1",
"typescript": "^5.0.2",
"vite": "^4.4.5"
},
"dependencies": {
"eventemitter3": "^5.0.1",
"robust-point-in-polygon": "^1.0.3",
"three": "^0.155.0",
"three-halfedge-dcel": "^1.0.2",
"vite-plugin-glsl": "^1.2.1"
}
}