You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.0 KiB
39 lines
1.0 KiB
{
|
|
"name": "imsfe",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.13.0",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@mui/icons-material": "^5.16.7",
|
|
"@mui/joy": "^5.0.0-beta.48",
|
|
"@mui/system": "^6.0.2",
|
|
"@mui/utils": "^5.16.6",
|
|
"@rakit/core": "workspace:*",
|
|
"@rakit/fetch": "workspace:*",
|
|
"@rakit/joy-ui": "workspace:*",
|
|
"@rakit/use-async": "workspace:*",
|
|
"@rakit/use-invariant": "workspace:*",
|
|
"lodash": "^4.17.21",
|
|
"node-polyglot": "^2.6.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-error-boundary": "^4.0.13",
|
|
"react-router-dom": "^6.26.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.17.7",
|
|
"@types/node-polyglot": "^2.5.0",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"globals": "^15.9.0",
|
|
"typescript": "^5.5.3",
|
|
"vite": "^5.4.1"
|
|
}
|
|
}
|
|
|