Files
RocketDeploy/package.json
2025-04-13 15:19:59 +02:00

50 lines
1.2 KiB
JSON

{
"name": "deployer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@prisma/client": "^6.6.0",
"@types/bcrypt": "^5.0.2",
"@types/crypto-js": "^4.2.2",
"apexcharts": "^4.5.0",
"axios": "^1.8.4",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"flatpickr": "^4.6.13",
"react": "^19.0.0",
"react-apexcharts": "^1.7.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-router-dom": "^7.5.0",
"swiper": "^11.2.6",
"tailwind-merge": "^3.2.0",
"vite-plugin-svgr": "^4.3.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@tailwindcss/vite": "^4.1.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"prisma": "^6.6.0",
"tailwindcss": "^4.1.3",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0"
}
}