frontend/package.json

44 lines
1.0 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-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-08-17 19:21:14 +02:00
"react": "^16.13.1",
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",
"react-scripts": "3.4.1",
"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",
"prettier": "^2.0.5",
2020-08-17 19:21:14 +02:00
"typescript": "^3.9.7"
},
2020-08-17 19:21:14 +02:00
"optionalDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
2020-08-17 19:21:14 +02:00
"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"
]
2020-08-17 19:21:14 +02:00
}
}