-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 838 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
{
"name": "react-to-three-bridge",
"version": "1.0.0",
"description": "",
"keywords": [],
"homepage": "./",
"dependencies": {
"@types/node": "^14.14.31",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@types/three": "^0.149.0",
"copy-webpack-plugin": "^11.0.0",
"react": "17.0.0",
"react-dom": "17.0.0",
"styled-components": "5.0.0",
"three": "^0.150.1",
"ts-loader": "^8.0.17",
"typescript": "^4.7.3",
"webpack-cli": "^5.0.0",
"three-stdlib": "^2.10.2"
},
"devDependencies": {
"typescript": "3.8.3"
},
"scripts": {
"start": "webpack --config ./webpack.config.js --watch & http-server ./build --port 8105 -s"
}
}