mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-18 14:41:41 +03:00
41 lines
861 B
JSON
41 lines
861 B
JSON
{{={= =}=}}
|
|
{
|
|
"name": "{= app.name =}",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.9.1",
|
|
"@reduxjs/toolkit": "^1.2.3",
|
|
"axios": "^0.20.0",
|
|
"lodash": "^4.17.15",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-redux": "^7.1.3",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "3.4.0",
|
|
"redux": "^4.0.5",
|
|
"uuid": "^3.4.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|