2019-03-29 02:37:41 +03:00
|
|
|
{{={{> <}}=}}
|
2019-03-28 21:16:07 +03:00
|
|
|
{
|
2019-03-29 02:37:41 +03:00
|
|
|
"name": "{{> app.name <}}",
|
2019-03-28 21:16:07 +03:00
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2019-05-31 20:46:37 +03:00
|
|
|
"@material-ui/core": "^4.0.0-rc.0",
|
|
|
|
"lodash": "^4.17.11",
|
2019-03-28 21:16:07 +03:00
|
|
|
"react": "^16.8.5",
|
|
|
|
"react-dom": "^16.8.5",
|
2019-05-12 14:45:08 +03:00
|
|
|
"react-redux": "^7.0.3",
|
2019-04-22 13:58:31 +03:00
|
|
|
"react-router-dom": "^5.0.0",
|
2019-05-12 14:45:08 +03:00
|
|
|
"react-scripts": "2.1.8",
|
|
|
|
"redux": "^4.0.1",
|
|
|
|
"redux-starter-kit": "^0.5.1"
|
2019-03-28 21:16:07 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
|
|
|
}
|