front-hub/package.json

81 lines
2.7 KiB
JSON
Raw Normal View History

2022-11-17 12:25:23 +00:00
{
2024-03-19 17:10:42 +00:00
"name": "hub_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
2025-03-30 16:20:15 +00:00
"start": "NODE_OPTIONS=\"--max-old-space-size=1024\" craco start",
2024-03-19 17:10:42 +00:00
"build": "craco build",
"test": "craco test --env=node --transformIgnorePatterns \"node_modules/(?!@frontend)/\"",
"test:cart": "vitest ./src/utils/calcCart",
"eject": "craco eject",
"test:cypress": "start-server-and-test start http://localhost:3000 cypress",
"cypress": "cypress open",
"prepare": "husky install"
},
"dependencies": {
2024-04-06 16:40:09 +00:00
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
2024-03-19 17:10:42 +00:00
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
2025-04-09 13:27:03 +00:00
"@frontend/kitui": "^1.0.96",
2024-03-19 17:10:42 +00:00
"@mui/icons-material": "^5.10.14",
"@mui/material": "^5.10.14",
"@popperjs/core": "^2.11.8",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"cypress": "^12.17.3",
"formik": "^2.2.9",
"husky": "^8.0.3",
"immer": "^10.0.2",
"isomorphic-fetch": "^3.0.0",
2024-04-12 14:42:25 +00:00
"js-big-decimal": "^2.0.7",
2024-03-19 17:10:42 +00:00
"notistack": "^3.0.1",
"pdfjs-dist": "3.6.172",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-pdf": "^7.1.2",
2024-05-07 23:09:19 +00:00
"react-router-dom": "^6.23.0",
2024-03-19 17:10:42 +00:00
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"swr": "^2.2.5",
"use-debounce": "^10.0.0",
"web-vitals": "^2.1.0",
"yup": "^1.1.1",
"zustand": "^4.3.8"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"craco-alias": "^3.0.1",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"jest": "^29.5.0",
"react-scripts": "5.0.1",
"typescript": "^5.4.2",
"vitest": "^1.4.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2025-03-07 12:26:47 +00:00
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}