/
dafaqtx
/
threads-clone
Обзор
Документация
Войти
/
dafaqtx
/
threads-clone
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
package.json
44 строки
1 KB
Alexander Kuchuk
added all pages
14 авг 2023, 20:56
14 авг 2023, 20:56
5c949db
Код
Авторство
О чём код?
{ "name": "threads", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@clerk/nextjs": "^4.23.2", "@clerk/themes": "^1.7.5", "@hookform/resolvers": "^3.2.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tabs": "^1.0.4", "@types/node": "20.4.8", "@types/react": "18.2.18", "@types/react-dom": "18.2.7", "@uploadthing/react": "^5.2.0", "autoprefixer": "10.4.14", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "eslint": "8.46.0", "eslint-config-next": "13.4.12", "lucide-react": "^0.264.0", "mongoose": "^7.4.2", "next": "13.4.12", "postcss": "8.4.27", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.45.4", "svix": "^1.8.0", "tailwind-merge": "^1.14.0", "tailwindcss": "3.3.3", "typescript": "5.1.6", "uploadthing": "^5.3.0", "zod": "^3.21.4" }, "devDependencies": { "tailwindcss-animate": "^1.0.6" } }