CoolFace
Apppublic

hugging-science/science-release-map

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
42likes
package.json38 linesDownload Raw Back to root
1{2  "name": "-",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    "@emotion/react": "^11.13.0",13    "@emotion/styled": "^11.13.0",14    "@mui/material": "^5.16.6",15    "@radix-ui/react-avatar": "^1.1.0",16    "@radix-ui/react-dialog": "^1.1.1",17    "@radix-ui/react-slot": "^1.1.0",18    "@radix-ui/react-tooltip": "^1.1.2",19    "class-variance-authority": "^0.7.0",20    "clsx": "^2.1.1",21    "lucide-react": "^0.427.0",22    "next": "^14.2.33",23    "react": "^18",24    "react-activity-calendar": "^2.2.11",25    "react-dom": "^18",26    "tailwind-merge": "^2.4.0",27    "tailwindcss-animate": "^1.0.7"28  },29  "devDependencies": {30    "@types/node": "^20",31    "@types/react": "^18",32    "@types/react-dom": "^18",33    "postcss": "^8",34    "tailwindcss": "^3.4.1",35    "typescript": "^5"36  }37}38