-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 858 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 858 Bytes
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
{
"name": "ga-ui",
"description": "UI for evaluating generational evolutionary algorithms",
"author": "Josef Gullström <jgullstr@abo.fi>",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jgullstr/ga-ui.git"
},
"private": true,
"dependencies": {
"material-ui": "^0.19.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-scripts": "1.0.17",
"react-sortable-hoc": "^0.6.8",
"recharts": "^1.0.0-beta.9",
"redux": "^3.7.2",
"typeface-roboto": "0.0.43"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && mv build docs",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"redux-logger": "^3.0.6"
},
"homepage": "."
}