-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.55 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": "web",
"version": "0.1.0",
"private": true,
"homepage": "https://www.elixirbench.org",
"dependencies": {
"apollo-cache-inmemory": "^1.1.4",
"apollo-client": "^2.0.4",
"apollo-client-preset": "^1.0.5",
"apollo-link-http": "^1.3.1",
"classnames": "^2.2.5",
"d3": "^4.12.0",
"date-fns": "^1.29.0",
"graphql": "^0.11.7",
"graphql-tag": "^2.6.0",
"lodash": "^4.17.4",
"material-ui": "^1.0.0-beta.23",
"material-ui-icons": "^1.0.0-beta.17",
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-dom": "^16.2.0",
"react-nebo15-validate": "^0.1.13",
"react-nl2br": "^0.4.0",
"react-redux": "^5.0.6",
"react-router": "3",
"react-router-redux": "^4.0.8",
"react-scripts": "1.0.17",
"recharts": "^1.0.0-beta.6",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-form": "^7.2.0",
"reset.css": "^2.0.2",
"typeface-roboto": "^0.0.45"
},
"scripts": {
"start": "cross-env REACT_APP_VERSION=`node -p \"require('./package.json').version\"` NODE_PATH=./src react-scripts start",
"build": "cross-env REACT_APP_VERSION=`node -p \"require('./package.json').version\"` NODE_PATH=./src react-scripts build",
"test": "cross-env REACT_APP_VERSION=`node -p \"require('./package.json').version\"` NODE_PATH=./src react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "ghpages -p build"
},
"devDependencies": {
"cross-env": "^5.1.1",
"ghpages": "^0.0.10",
"redux-devtools-extension": "^2.13.2"
}
}