CoolFace
Apppublic

Priyam2307/Docket_Diary

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
package.json34 linesDownload Raw Back to frontend
1{2  "name": "frontend",3  "private": true,4  "version": "0.0.0",5  "type": "module",6  "scripts": {7    "dev": "vite",8    "build": "vite build",9    "lint": "eslint .",10    "preview": "vite preview"11  },12  "dependencies": {13    "framer-motion": "^12.23.26",14    "lucide-react": "^0.562.0",15    "react": "^19.2.0",16    "react-dom": "^19.2.0"17  },18  "devDependencies": {19    "@eslint/js": "^9.39.1",20    "@tailwindcss/postcss": "^4.1.18",21    "@types/react": "^19.2.5",22    "@types/react-dom": "^19.2.3",23    "@vitejs/plugin-react": "^5.1.1",24    "autoprefixer": "^10.4.23",25    "eslint": "^9.39.1",26    "eslint-plugin-react-hooks": "^7.0.1",27    "eslint-plugin-react-refresh": "^0.4.24",28    "globals": "^16.5.0",29    "postcss": "^8.5.6",30    "tailwindcss": "^4.1.18",31    "vite": "^7.2.4"32  }33}34