CoolFace
Apppublic

ctfone/anycoder-93b30892

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
package.json22 linesDownload Raw Back to root
1{2  "name": "deepnote-clone",3  "version": "0.1.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    "next": "14.1.0",13    "react": "^18",14    "react-dom": "^18",15    "lucide-react": "^0.344.0"16  },17  "devDependencies": {18    "autoprefixer": "^10.0.8",19    "postcss": "^8",20    "tailwindcss": "^3.4.1"21  }22}