-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 774 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 774 Bytes
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": "three-react",
"version": "0.0.1",
"description": "A static site based on dumi",
"scripts": {
"start": "npm run dev",
"dev": "dumi dev",
"build": "dumi build"
},
"authors": [
"ihccc <lccc10588@gmail.com>"
],
"license": "MIT",
"lint-staged": {
"*.{md,json}": [
"prettier --write --no-error-on-unmatched-pattern"
]
},
"devDependencies": {
"@types/react": "~18.2.15",
"@types/three": "~0.176.0",
"dumi": "2.4.20",
"lint-staged": "~13.0.3",
"prettier": "~2.7.1"
},
"dependencies": {
"@ihccc/utils": "0.0.1-alpha.3",
"@tweenjs/tween.js": "^25.0.0",
"d3-geo": "^3.1.1",
"eventemitter3": "^5.0.1",
"react": "~18.3.1",
"stats.js": "~0.17.0",
"three": "~0.176.0"
}
}