webserver-framework-frontend/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
2023-04-19 23:32:47 +02:00
"@types/node": "^18.15.11",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
2022-11-17 13:32:07 +01:00
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3",
"react-scripts": "5.0.1",
"react-top-loading-bar": "^2.3.1",
2023-04-19 23:32:47 +02:00
"typescript": "^5.0.4",
"web-vitals": "^2.1.4"
},
2022-11-25 14:43:55 +01:00
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
2022-11-27 22:21:25 +01:00
"@testing-library/user-event": "^13.5.0",
2023-04-19 23:32:47 +02:00
"@types/jest": "^29.5.1",
2022-11-27 22:21:25 +01:00
"eslint": "^8.27.0",
"eslint-plugin-react": "^7.31.10",
"http-proxy-middleware": "^2.0.6"
2022-11-25 14:43:55 +01:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"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"
]
}
}