supersam/package.json

41 lines
1.0 KiB
JSON

{
"name": "construction-delivery",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext js,jsx",
"test": "vitest run",
"anonymize:1c-xml": "node scripts/anonymize-1c-xml.mjs"
},
"dependencies": {
"@supabase/supabase-js": "2.52.0",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"framer-motion": "12.7.4",
"playwright": "1.60.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "7.3.0",
"tailwind-merge": "3.3.0",
"recharts": "^2.15.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"eslint": "^9.22.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.0.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"vite": "^6.2.0",
"vitest": "^3.0.9"
}
}