crmfrontend/package.json
vickytechkey 308a5ab9f5
All checks were successful
Production CI/CD Pipeline / build-and-test (push) Successful in 14s
Production CI/CD Pipeline / deploy-prod (push) Successful in 6s
Initial commit
2026-08-15 18:36:20 +05:30

26 lines
556 B
JSON

{
"name": "crmfrontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"chart.js": "^4.5.1",
"react": "^19.2.8",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.8",
"react-router-dom": "^7.18.2"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.4",
"oxlint": "^1.75.0",
"vite": "^8.2.0"
}
}