-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"author": "cheng su <chengsu6561@gmail.com>",
"name": "coocoo-compiler",
"version": "0.1.0",
"scripts": {
"build": "rimraf dist pkg && webpack",
"start": "rimraf dist pkg && webpack-dev-server --open -d",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@wasm-tool/wasm-pack-plugin": "^1.3.1",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^5.0.1",
"file-loader": "^6.0.0",
"jest": "^26.6.3",
"json-loader": "^0.5.7",
"rimraf": "^3.0.0",
"style-loader": "^2.0.0",
"url-loader": "^4.1.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1"
},
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"mobx": "^6.0.4",
"mobx-react": "^7.0.5",
"moment": "latest",
"prop-types": "latest",
"pure-css-loader": "^3.3.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"regenerator-runtime": "^0.13.7",
"three": "^0.126.1",
"wabt": "^1.0.20"
}
}