50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "plannaplan",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.10.0",
|
|
"@material-ui/lab": "^4.0.0-alpha.56",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.5.0",
|
|
"@testing-library/user-event": "^7.2.1",
|
|
"axios": "^0.19.2",
|
|
"notistack": "^1.0.1",
|
|
"react": "^16.13.1",
|
|
"react-click-away-listener": "^1.4.3",
|
|
"react-dom": "^16.13.1",
|
|
"react-scripts": "3.4.1",
|
|
"styled-components": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^24.9.1",
|
|
"@types/lodash": "^4.14.162",
|
|
"@types/node": "^12.12.54",
|
|
"@types/react": "^16.9.46",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/styled-components": "^5.1.2",
|
|
"prettier": "^2.0.5",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"optionalDependencies": {},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint src/*.{js,ts,tsx} --quiet --fix"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|