CoolFace
Apppublic

JOSEPH1456/CollateralIQ

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
package.json30 linesDownload Raw Back to root
1{2  "name": "collateraliq-app",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    "react": "^19.2.5",14    "react-dom": "^19.2.5"15  },16  "devDependencies": {17    "@eslint/js": "^9.39.4",18    "@tailwindcss/vite": "^4.2.3",19    "@types/react": "^19.2.14",20    "@types/react-dom": "^19.2.3",21    "@vitejs/plugin-react": "^6.0.1",22    "eslint": "^9.39.4",23    "eslint-plugin-react-hooks": "^7.1.1",24    "eslint-plugin-react-refresh": "^0.5.2",25    "globals": "^17.5.0",26    "tailwindcss": "^4.2.3",27    "vite": "^8.0.9"28  }29}30