-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 972 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
36
37
38
{
"name": "@juyipeng/gltf-viewer",
"version": "0.1.1",
"license": "MIT",
"main": "./lib/index.js",
"scripts": {
"dev": "vite",
"docs": "npx typedoc && yarn run build",
"build": "tsc && vite build",
"preview": "vite preview",
"packages": "node ./dev-tools/build-packages.js"
},
"dependencies": {
"hammerjs": "^2.0.8"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@tweenjs/tween.js": "^18.6.4",
"@types/hammerjs": "^2.0.41",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/three": "^0.136.0",
"@vitejs/plugin-react": "^1.0.7",
"del": "^6.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"three": "^0.140.2",
"typescript": "^4.4.4",
"vite": "^2.7.2"
},
"peerDependencies": {
"three": "^0.140.2"
}
}