2022-06-19 20:31:11 +00:00
|
|
|
{
|
|
|
|
"name": "scissors-website",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2022-12-11 21:23:27 +00:00
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
"@testing-library/user-event": "^14.4.3",
|
|
|
|
"@types/jest": "^29.2.4",
|
|
|
|
"@types/node": "^18.11.13",
|
|
|
|
"@types/react": "^18.0.26",
|
|
|
|
"@types/react-dom": "^18.0.9",
|
|
|
|
"axios": "^1.2.1",
|
|
|
|
"bootstrap": "^5.2.3",
|
|
|
|
"dayjs": "^1.11.7",
|
2022-06-19 20:31:11 +00:00
|
|
|
"react": "^18.2.0",
|
2022-12-11 21:23:27 +00:00
|
|
|
"react-bootstrap": "^2.7.0",
|
2022-06-19 20:31:11 +00:00
|
|
|
"react-dom": "^18.2.0",
|
2022-12-11 21:23:27 +00:00
|
|
|
"react-router-dom": "^6.4.5",
|
|
|
|
"typescript": "^4.9.4",
|
|
|
|
"web-vitals": "^3.1.0"
|
2022-06-19 20:31:11 +00:00
|
|
|
},
|
2022-06-19 20:37:56 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"react-scripts": "5.0.1"
|
|
|
|
},
|
2022-06-19 20:31:11 +00: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"
|
|
|
|
]
|
|
|
|
}
|
2022-06-24 04:38:13 +00:00
|
|
|
}
|