2016-10-20 04:14:26 +03:00
|
|
|
{
|
2017-05-11 20:16:52 +03:00
|
|
|
"name": "frontend",
|
|
|
|
"version": "0.1.0",
|
2016-10-20 04:14:26 +03:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2017-05-11 20:16:52 +03:00
|
|
|
"apollo": "^0.2.2",
|
|
|
|
"graphql-tag": "^2.0.0",
|
|
|
|
"loadash": "^0.0.1",
|
|
|
|
"prop-types": "^15.5.9",
|
|
|
|
"proxyquire": "^1.7.11",
|
|
|
|
"react": "^15.5.4",
|
|
|
|
"react-apollo": "^1.2.0",
|
|
|
|
"react-dom": "^15.5.4",
|
|
|
|
"react-redux": "^5.0.4",
|
|
|
|
"react-router": "^4.1.1",
|
|
|
|
"react-router-dom": "^4.1.1",
|
2016-10-20 04:14:26 +03:00
|
|
|
"redux": "^3.6.0",
|
2017-05-11 20:16:52 +03:00
|
|
|
"redux-form": "^6.7.0",
|
|
|
|
"reselect": "^3.0.1",
|
|
|
|
"rewire": "^2.5.2",
|
|
|
|
"simple-statistics": "^4.1.0",
|
|
|
|
"styled-components": "^1.4.6"
|
2016-10-20 04:14:26 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-05-11 20:16:52 +03:00
|
|
|
"react-scripts": "0.9.5"
|
2016-10-20 04:14:26 +03:00
|
|
|
},
|
2017-05-11 20:16:52 +03:00
|
|
|
"scripts": {
|
|
|
|
"start": "PORT=3069 node scripts/customized-config start",
|
|
|
|
"build": "node scripts/customized-config build",
|
|
|
|
"test": "node scripts/customized-config test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
}
|
2016-10-20 04:14:26 +03:00
|
|
|
}
|