CoolFace
Apppublic

vivekananda0010/Progeni_Atlus

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes
package.json28 linesDownload Raw Back to root
1{2  "name": "prepapp",3  "version": "1.0.0",4  "private": true,5  "scripts": {6    "dev": "next dev",7    "build": "next build",8    "start": "next start",9    "lint": "next lint"10  },11  "dependencies": {12    "@supabase/ssr": "^0.5.2",13    "@supabase/supabase-js": "^2.45.4",14    "next": "14.2.35",15    "react": "^18.3.1",16    "react-dom": "^18.3.1"17  },18  "devDependencies": {19    "@types/node": "^20.14.10",20    "@types/react": "^18.3.3",21    "@types/react-dom": "^18.3.0",22    "autoprefixer": "^10.4.19",23    "postcss": "^8.4.39",24    "tailwindcss": "^3.4.4",25    "typescript": "^5.5.3"26  }27}28