wasp/data/Generator/templates/react-app/package.json
2019-10-29 17:28:17 +01:00

33 lines
690 B
JSON

{{={{> <}}=}}
{
"name": "{{> app.name <}}",
"version": "0.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.0.0-rc.0",
"lodash": "^4.17.11",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"redux": "^4.0.1",
"redux-starter-kit": "^0.5.1"
},
"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"
]
}