64 lines
1.8 KiB
JSON
Executable File
64 lines
1.8 KiB
JSON
Executable File
{
|
|
"name": "squidward",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@craco/craco": "^7.0.0",
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@frontend/kitui": "^1.0.54",
|
|
"@mui/icons-material": "^5.10.14",
|
|
"@mui/material": "^5.10.14",
|
|
"@mui/x-date-pickers": "^6.16.1",
|
|
"@types/node": "^16.7.13",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"axios": "^1.5.1",
|
|
"dayjs": "^1.11.10",
|
|
"emoji-mart": "^5.5.2",
|
|
"formik": "^2.4.5",
|
|
"immer": "^10.0.3",
|
|
"nanoid": "^5.0.3",
|
|
"notistack": "^3.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-error-boundary": "^4.0.11",
|
|
"react-router-dom": "^6.6.2",
|
|
"react-scripts": "5.0.1",
|
|
"swr": "^2.2.4",
|
|
"typescript": "^5.2.2",
|
|
"use-debounce": "^9.0.4",
|
|
"web-vitals": "^2.1.0",
|
|
"yup": "^1.3.2",
|
|
"zustand": "^4.3.8"
|
|
},
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"test": "craco test",
|
|
"eject": "craco eject",
|
|
"cypress:open": "cypress open"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@emoji-mart/data": "^1.1.2",
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"@types/cytoscape-popper": "^2.0.4",
|
|
"@types/react-beautiful-dnd": "^13.1.4",
|
|
"@types/react-cytoscapejs": "^1.2.4",
|
|
"craco-alias": "^3.0.1",
|
|
"cypress": "^13.6.1"
|
|
}
|
|
}
|