49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@headlessui/react": "^2.0.0",
|
|
"@inertiajs/react": "^2.0.0",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"autoprefixer": "^10.4.12",
|
|
"concurrently": "^9.0.1",
|
|
"jsdom": "^29.1.1",
|
|
"laravel-vite-plugin": "^3.1",
|
|
"postcss": "^8.4.31",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwindcss": "^4.2.4",
|
|
"vite": "^8.0.0",
|
|
"vitest": "^4.1.5"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.100.9",
|
|
"@types/lodash": "^4.17.24",
|
|
"animate.css": "^4.1.1",
|
|
"chart.js": "^4.5.1",
|
|
"filepond": "^4.32.12",
|
|
"filepond-plugin-file-validate-type": "^1.2.9",
|
|
"filepond-plugin-image-preview": "^4.6.12",
|
|
"lodash": "^4.18.1",
|
|
"react-chartjs-2": "^5.3.1",
|
|
"react-filepond": "^7.1.3",
|
|
"sweetalert2": "^11.26.24",
|
|
"zod": "^4.4.3",
|
|
"zustand": "^5.0.13"
|
|
}
|
|
}
|