59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@navy.gif/timestring": "^6.0.6",
|
|
"@types/node": "^18.15.11",
|
|
"@types/react": "^18.2.47",
|
|
"@types/react-dom": "^18.0.11",
|
|
"humanize-duration": "^3.31.0",
|
|
"izitoast-react": "^1.0.19",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-helmet-async": "^2.0.4",
|
|
"react-router": "^6.4.3",
|
|
"react-router-dom": "^6.4.3",
|
|
"react-scripts": "5.0.1",
|
|
"react-top-loading-bar": "^2.3.1",
|
|
"typescript": "^5.0.4",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/humanize-duration": "^3",
|
|
"@types/jest": "^29.5.1",
|
|
"eslint": "^8.27.0",
|
|
"eslint-plugin-react": "^7.31.10",
|
|
"http-proxy-middleware": "^2.0.6"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint src/ --fix"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"packageManager": "yarn@4.0.2"
|
|
}
|