chatgpt2api / web /package.json
tx1538's picture
Upload 179 files
9d7ddb9 verified
Raw
History Blame
1.5 kB
{
"name": "next-starter",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --webpack -H 0.0.0.0",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"axios": "^1.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"immer": "^10.1.3",
"localforage": "^1.10.0",
"lucide-react": "^0.523.0",
"motion": "^12.38.0",
"next": "16.2.3",
"react": "19.2.5",
"react-day-picker": "^9.14.0",
"react-dom": "19.2.5",
"react-hook-form": "^7.62.0",
"react-medium-image-zoom": "^5.3.0",
"sonner": "^2.0.6",
"tailwind-merge": "^3.3.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "19.1.12",
"@types/react-dom": "19.1.9",
"@umijs/openapi": "^1.13.15",
"eslint": "^9",
"eslint-config-next": "16.2.3",
"eslint-config-prettier": "^10.1.8",
"prettier-plugin-organize-imports": "^4.2.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.4",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.1.12",
"@types/react-dom": "19.1.9"
}
}