-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 954 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
{
"name": "bukvis",
"version": "1.0.0",
"description": "Visualization of BUK",
"main": "dist/bundle.js",
"scripts": {
"start": "webpack-dev-server --inline --hot --config webpack.config.dev.js --watch src/index.js"
},
"author": "Steven Lamarr Reynolds <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:slreynolds/vis.git"
},
"keywords": [
"visualization",
"awesome"
],
"license": "MIT",
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/lab": "^1.0.0-alpha.12",
"d3": "^7.6.1",
"react": "^16.8.6",
"react-dom": "^16.4",
"react-dropzone": "7.0.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"source-map-loader": "^0.2.4",
"webpack": "^4.29.2",
"webpack-cli": "^3.2.3",
"webpack-dev-server": ">=3.1.11"
}
}