quickabdest/package.json

49 lines
1.1 KiB
JSON
Raw Normal View History

2024-12-11 20:15:56 +03:00
{
"name": "quickabdest",
"version": "0.1.0",
"private": true,
"dependencies": {
2024-12-11 21:25:54 +03:00
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/poppins": "^5.1.0",
"@mui/icons-material": "^6.2.0",
"@mui/lab": "^6.0.0-beta.19",
"@mui/material": "^6.2.0",
2024-12-11 20:15:56 +03:00
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
2024-12-11 21:25:54 +03:00
"react-router-dom": "^7.0.2",
2024-12-11 20:15:56 +03:00
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"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"
]
},
"devDependencies": {
"ajv": "^7.2.4"
}
}