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",
|
2017-05-16 16:46:04 +03:00
|
|
|
"babel-plugin-inline-react-svg": "^0.4.0",
|
2017-05-17 21:02:35 +03:00
|
|
|
"babel-plugin-styled-components": "^1.1.4",
|
2017-05-16 16:46:04 +03:00
|
|
|
"constant-case": "^2.0.0",
|
2017-05-11 20:16:52 +03:00
|
|
|
"graphql-tag": "^2.0.0",
|
|
|
|
"loadash": "^0.0.1",
|
|
|
|
"prop-types": "^15.5.9",
|
|
|
|
"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-16 16:46:04 +03:00
|
|
|
"redux-actions": "^2.0.3",
|
2017-05-24 20:09:10 +03:00
|
|
|
"redux-batched-actions": "^0.2.0",
|
2017-05-11 20:16:52 +03:00
|
|
|
"redux-form": "^6.7.0",
|
|
|
|
"reselect": "^3.0.1",
|
|
|
|
"simple-statistics": "^4.1.0",
|
|
|
|
"styled-components": "^1.4.6"
|
2016-10-20 04:14:26 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-05-23 16:27:04 +03:00
|
|
|
"react-scripts": "^1.0.5"
|
2016-10-20 04:14:26 +03:00
|
|
|
},
|
2017-05-11 20:16:52 +03:00
|
|
|
"scripts": {
|
2017-05-23 16:27:04 +03:00
|
|
|
"start": "PORT=3069 react-scripts start",
|
|
|
|
"build": "node react-scripts build",
|
|
|
|
"test": "node react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject",
|
|
|
|
"install": "node scripts/postinstall"
|
2017-05-11 20:16:52 +03:00
|
|
|
}
|
2016-10-20 04:14:26 +03:00
|
|
|
}
|