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.
55 lines
1.6 KiB
55 lines
1.6 KiB
{
|
|
"name": "frontend_reactjs",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"serve": "tsc && vite build && serve -s dist -l 5173"
|
|
},
|
|
"dependencies": {
|
|
"-": "^0.0.1",
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@fontsource/inter": "^5.0.19",
|
|
"@fontsource/open-sans": "^5.0.28",
|
|
"@js-preview/docx": "^1.6.2",
|
|
"@js-preview/excel": "^1.7.8",
|
|
"@js-preview/pdf": "^2.0.2",
|
|
"@mui/icons-material": "^5.15.20",
|
|
"@mui/material": "^5.15.20",
|
|
"@mui/x-charts": "^7.8.0",
|
|
"@mui/x-data-grid": "^7.7.1",
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
"autoprefixer": "^10.4.19",
|
|
"axios": "^1.7.2",
|
|
"file-type": "^19.0.0",
|
|
"ol": "^10.0.0",
|
|
"postcss": "^8.4.38",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.52.0",
|
|
"react-router-dom": "^6.23.1",
|
|
"swr": "^2.2.5",
|
|
"zustand": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.66",
|
|
"@types/react-dom": "^18.2.22",
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"serve": "^14.2.3",
|
|
"tailwindcss": "^3.4.4",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.2.0",
|
|
"vite-plugin-node-polyfills": "^0.22.0",
|
|
"vite-plugin-pwa": "^0.20.0"
|
|
}
|
|
}
|