-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.82 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "three-tunnel",
"version": "0.0.21",
"type": "module",
"main": "dist/three-tunnel.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:example": "vite build -c vite.config.example.ts",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"ts": "tsc",
"version": "node setVersion.cjs",
"docs": "typedoc"
},
"keywords": [
"tunnel",
"grout",
"grouting",
"rock",
"rock-engineer",
"rock-engineering",
"three",
"threejs"
],
"author": "André Wisén <[email protected]> (https://andrewisen.se/)",
"contributors": [
"André Wisén",
"Louise Sjölund"
],
"license": "MIT",
"homepage": "https://github.com/andrewisen-tikab/three-tunnel",
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/three": "^0.156.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"camera-controls": "^2.7.2",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"file-saver": "^2.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.157.0",
"typedoc": "^0.25.2",
"typescript": "^5.0.2",
"vite": "^5.2.14",
"vite-plugin-dts": "^3.6.0",
"vite-plugin-pwa": "^0.16.5"
},
"peerDependencies": {
"three": "^0.157.0"
},
"dependencies": {
"@doodle3d/clipper-js": "^1.0.11",
"three-spritetext": "^1.8.1"
}
}