-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
44
45
46
{
"name": "cell-viz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config ./config/webpack.dev.js --host 0.0.0.0 --progress --colors --open",
"build": "webpack --config ./config/webpack.prod.js -p --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yisehak-awm/cell-viz.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yisehak-awm/cell-viz/issues"
},
"homepage": "https://github.com/yisehak-awm/cell-viz#readme",
"dependencies": {
"antd": "^4.4.2",
"@ant-design/icons": "^4.2.1",
"d3": "^5.16.0",
"d3-scale-chromatic": "^1.5.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-draggable": "^4.4.3"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
}
}