-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
47
48
{
"name": "genetic_dino",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "6.11.1"
},
"scripts": {
"heroku-postbuild": "webpack -p --config ./webpack.config.js --progress",
"build": "webpack -p",
"dev": "webpack -d --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VolkerSchiewe/genetic_dino.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/VolkerSchiewe/genetic_dino/issues"
},
"homepage": "https://github.com/VolkerSchiewe/genetic_dino#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.8",
"eslint": "^4.18.1",
"eslint-plugin-react": "^7.7.0",
"style-loader": "^0.19.1",
"webpack": "^3.8.1"
},
"dependencies": {
"chart.js": "^2.7.1",
"express": "^4.16.2",
"material-ui": "^1.0.0-beta.24",
"rc-slider": "^8.5.0",
"react": "^16.2.0",
"react-chartjs-2": "^2.6.4",
"react-dom": "^16.2.0",
"synaptic": "^1.1.4"
}
}