Files
nnterp-react-admin/package.json
2026-04-23 14:32:19 +08:00

96 lines
3.5 KiB
JSON

{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "NODE_OPTIONS='--max-old-space-size=12288' npx tsc && NODE_OPTIONS='--max-old-space-size=8192' npx vite build"
},
"devDependencies": {
"@headlessui/react": "^1.4.2",
"@inertiajs/react": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.12",
"axios": "^1.6.4",
"glob": "^10.5.0",
"laravel-vite-plugin": "^1.0",
"less": "^4.4.2",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.1",
"typescript": "^5.0.2",
"vite": "^5.0"
},
"dependencies": {
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19",
"@fullcalendar/react": "^6.1.19",
"@fullcalendar/timegrid": "^6.1.19",
"@hello-pangea/dnd": "^18.0.1",
"@inertiajs/vue3": "^2.0.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.1.3",
"@syncfusion/ej2-react-diagrams": "^31.2.15",
"@syncfusion/ej2-react-navigations": "^31.2.12",
"@tiptap/extension-color": "^3.3.0",
"@tiptap/extension-highlight": "^3.3.0",
"@tiptap/extension-link": "^3.3.0",
"@tiptap/extension-strike": "^3.3.0",
"@tiptap/extension-text-align": "^3.3.0",
"@tiptap/extension-text-style": "^3.3.0",
"@tiptap/extension-underline": "^3.3.0",
"@tiptap/pm": "^3.3.0",
"@tiptap/react": "^3.3.0",
"@tiptap/starter-kit": "^3.3.0",
"@types/jsbarcode": "^3.11.1",
"@types/qrcode": "^1.5.5",
"@types/react-google-recaptcha": "^2.1.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"html2pdf.js": "^0.12.1",
"i18next": "^25.3.6",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"jsbarcode": "^3.11.6",
"jspdf": "^3.0.4",
"jspdf-autotable": "^5.0.2",
"laravel-echo": "^1.15.3",
"lucide-react": "^0.378.0",
"next-themes": "^0.3.0",
"pusher-js": "^8.4.0",
"qrcode": "^1.5.4",
"react-datepicker": "^8.7.0",
"react-day-picker": "^9.9.0",
"react-google-recaptcha": "^3.1.0",
"react-i18next": "^15.6.1",
"react-signature-canvas": "^1.0.7",
"recharts": "^3.2.0",
"sonner": "^2.0.7",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"unicode-emoji-json": "^0.8.0",
"x-data-spreadsheet": "^1.1.9"
}
}