fed/package.json

47 lines
1 KiB
JSON
Raw Normal View History

2023-10-25 20:04:27 +02:00
{
"name": "fed",
2023-10-31 15:59:21 +01:00
"version": "0.1.0",
2023-10-25 20:04:27 +02:00
"private": true,
2023-10-31 15:59:21 +01:00
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.60",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
2023-10-25 20:04:27 +02:00
},
2023-10-31 15:59:21 +01:00
"scripts": {
"start": "react-scripts start",
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
2023-10-25 20:04:27 +02:00
},
"eslintConfig": {
2023-10-31 15:59:21 +01:00
"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"
]
},
"devDependencies": {
"web-ext": "^7.8.0"
2023-10-25 20:04:27 +02:00
}
}