-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "test1",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@types/lodash": "^4.14.146",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/react-redux": "^7.1.5",
"@types/redux": "^3.6.0",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.103.2",
"@wasm-tool/wasm-pack-plugin": "^1.0.1",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"localforage": "^1.7.3",
"lodash": "^4.17.15",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-act": "^1.7.7",
"rust-wasm-loader": "^0.2.0",
"sass-loader": "^8.0.0",
"stats.js": "^0.17.0",
"three": "^0.109.0",
"ts-loader": "^6.2.0",
"typescript": "^3.6.3",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
"worker-loader": "^2.0.0"
},
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --env.mode=production",
"publish": "git subtree push --prefix compiled origin gh-pages"
}
}