-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 894 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
{
"name": "efsim",
"version": "1.0.0",
"description": "Electric Field Simulator",
"scripts": {
"dev": "cd app && vite",
"build": "cd app && vite build --base ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CaseyNelson314/EFSim.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/CaseyNelson314/EFSim/issues"
},
"homepage": "https://github.com/CaseyNelson314/EFSim#readme",
"devDependencies": {
"@types/node": "^20.10.6",
"@types/three": "^0.160.0",
"@types/throttle-debounce": "^5.0.2",
"three": "^0.159.0",
"typescript": "^5.3.3",
"vite": "^5.4.8",
"vite-plugin-checker": "^0.6.2",
"vite-tsconfig-paths": "^4.2.3"
},
"type": "module",
"dependencies": {
"@lume/three-meshline": "^4.0.5",
"three.meshline": "^1.4.0",
"throttle-debounce": "^5.0.0"
}
}