CoolFace
Apppublic

ariansyahdedy/ocr

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
package.json40 linesDownload Raw Back to root
1{2  "name": "frontendspeech",3  "private": true,4  "version": "0.0.0",5  "type": "module",6  "scripts": {7    "dev": "vite",8    "build": "vite build",9    "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",10    "preview": "vite preview"11  },12  "dependencies": {13    "@fortawesome/fontawesome-svg-core": "^6.5.2",14    "@fortawesome/free-solid-svg-icons": "^6.5.2",15    "@fortawesome/react-fontawesome": "^0.2.2",16    "@heroicons/react": "^1.0.6",17    "axios": "^1.7.2",18    "chart.js": "^4.4.3",19    "jwt-decode": "^4.0.0",20    "react": "^18.3.1",21    "react-chartjs-2": "^5.2.0",22    "react-dom": "^18.3.1",23    "react-router-dom": "^6.24.0"24  },25  "devDependencies": {26    "@types/react": "^18.3.3",27    "@types/react-dom": "^18.3.0",28    "@vitejs/plugin-react": "^4.3.1",29    "autoprefixer": "^10.4.19",30    "eslint": "^8.57.0",31    "eslint-plugin-react": "^7.34.2",32    "eslint-plugin-react-hooks": "^4.6.2",33    "eslint-plugin-react-refresh": "^0.4.7",34    "postcss": "^8.4.39",35    "tailwindcss": "^3.4.4",36    "vite": "^5.3.1",37    "vite-plugin-static-copy": "^1.0.6"38  }39}40