trainvel/package.json

49 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2024-01-28 19:06:55 +00:00
{
2024-05-09 17:43:59 +00:00
"name": "trainvel-front",
2024-01-28 19:06:55 +00:00
"version": "0.1.0",
"private": true,
"dependencies": {
2024-11-11 20:32:25 +00:00
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@mui/x-date-pickers": "^7.22.2",
2024-11-11 20:39:10 +00:00
"@tanstack/react-query": "^5.59.20",
2024-11-11 20:32:25 +00:00
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"dayjs": "^1.11.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"react-scripts": "^5.0.1",
2024-01-29 00:33:42 +00:00
"react-transition-group": "^4.4.5",
2024-11-11 20:32:25 +00:00
"sass": "^1.80.6",
"web-vitals": "^4.2.4"
2024-01-28 19:06:55 +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"
]
2024-11-10 15:38:08 +00:00
}
2024-01-28 19:06:55 +00:00
}