mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-28 12:16:11 +03:00
33 lines
690 B
JSON
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"
|
|
]
|
|
}
|