frontPanel/package.json

88 lines
2.6 KiB
JSON
Raw Normal View History

{
2022-12-03 21:37:21 +00:00
"name": "squidward",
"version": "0.1.0",
"private": true,
"dependencies": {
2023-03-03 20:07:19 +00:00
"@craco/craco": "^7.0.0",
2022-12-09 11:46:16 +00:00
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
2023-11-02 16:45:28 +00:00
"@frontend/kitui": "^1.0.54",
2022-12-09 11:46:16 +00:00
"@mui/icons-material": "^5.10.14",
"@mui/material": "^5.10.14",
2023-10-09 12:33:45 +00:00
"@mui/x-date-pickers": "^6.16.1",
2022-12-03 21:37:21 +00:00
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
2023-07-12 23:34:10 +00:00
"@types/file-saver": "^2.0.5",
2022-12-03 21:37:21 +00:00
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dnd": "^3.0.2",
2022-12-03 21:37:21 +00:00
"@types/react-dom": "^18.0.0",
"axios": "^1.5.1",
2023-10-19 15:14:07 +00:00
"cytoscape": "^3.26.0",
2023-10-09 12:33:45 +00:00
"dayjs": "^1.11.10",
2023-09-21 10:07:30 +00:00
"emoji-mart": "^5.5.2",
2023-07-12 23:34:10 +00:00
"file-saver": "^2.0.5",
2023-11-08 12:51:40 +00:00
"formik": "^2.4.5",
2023-08-12 08:31:21 +00:00
"html-to-image": "^1.11.11",
2023-10-12 15:20:46 +00:00
"immer": "^10.0.3",
2023-07-12 23:34:10 +00:00
"jszip": "^3.10.1",
2023-11-15 18:38:02 +00:00
"nanoid": "^5.0.3",
"notistack": "^3.0.1",
2022-12-03 21:37:21 +00:00
"react": "^18.2.0",
2023-08-03 07:45:06 +00:00
"react-beautiful-dnd": "^13.1.1",
2023-10-19 15:14:07 +00:00
"react-cytoscapejs": "^2.0.0",
2023-11-30 17:39:57 +00:00
"react-datepicker": "^4.24.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
2022-12-03 21:37:21 +00:00
"react-dom": "^18.2.0",
2023-08-12 08:31:21 +00:00
"react-easy-crop": "^5.0.0",
"react-image-crop": "^10.1.5",
"react-image-file-resizer": "^0.4.8",
2023-10-03 16:05:20 +00:00
"react-rnd": "^10.4.1",
"react-router-dom": "^6.6.2",
2022-12-03 21:37:21 +00:00
"react-scripts": "5.0.1",
2023-11-13 18:04:51 +00:00
"swr": "^2.2.4",
2022-12-03 21:37:21 +00:00
"typescript": "^4.4.2",
2023-09-20 09:07:33 +00:00
"use-debounce": "^9.0.4",
"web-vitals": "^2.1.0",
"yup": "^1.3.2",
"zustand": "^4.3.8"
2022-12-03 21:37:21 +00:00
},
"scripts": {
2023-03-03 20:07:19 +00:00
"start": "craco start",
"build": "craco build",
"test": "craco test",
2023-10-17 13:43:31 +00:00
"eject": "craco eject",
"cypress:open": "cypress open"
2022-12-03 21:37:21 +00:00
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
2023-10-17 13:43:31 +00:00
]
2022-12-03 21:37:21 +00:00
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2023-03-03 20:07:19 +00:00
},
"devDependencies": {
2023-09-21 10:07:30 +00:00
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
2023-08-03 07:45:06 +00:00
"@types/react-beautiful-dnd": "^13.1.4",
2023-10-19 15:14:07 +00:00
"@types/react-cytoscapejs": "^1.2.4",
2023-11-30 17:39:57 +00:00
"@types/react-datepicker": "^4.19.3",
2023-11-03 13:10:47 +00:00
"craco-alias": "^3.0.1",
"cypress": "^13.4.0"
2022-12-03 21:37:21 +00:00
}
}