frontend/package.json

58 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "plannaplan",
"version": "0.1.0",
"private": true,
"dependencies": {
2020-05-27 17:31:50 +02:00
"@material-ui/core": "^4.10.0",
2020-11-25 04:10:03 +01:00
"@material-ui/icons": "^4.9.1",
2020-10-04 17:21:51 +02:00
"@material-ui/lab": "^4.0.0-alpha.56",
2020-08-17 19:21:14 +02:00
"axios": "^0.19.2",
"notistack": "^1.0.1",
2020-11-26 18:54:30 +01:00
"react": "16.8.0",
2020-11-02 00:15:30 +01:00
"react-click-away-listener": "^1.4.3",
2020-08-17 19:21:14 +02:00
"react-dom": "^16.13.1",
2020-12-12 17:54:13 +01:00
"react-loading-overlay": "^1.0.1",
2020-08-17 19:21:14 +02:00
"react-scripts": "3.4.1",
2020-12-12 17:54:13 +01:00
"react-spinners": "^0.9.0",
2020-08-17 19:21:14 +02:00
"styled-components": "^5.1.1"
},
"devDependencies": {
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
2020-08-12 04:13:14 +02:00
"@types/styled-components": "^5.1.2",
2020-11-22 18:22:07 +01:00
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-react-app": "^6.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"prettier": "^2.2.0",
2020-08-17 19:21:14 +02:00
"typescript": "^3.9.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
2020-11-22 18:22:07 +01:00
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2020-08-17 19:21:14 +02:00
}
}