/
r2_h
/
shoes
Обзор
Документация
Войти
/
r2_h
/
shoes
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
56 строк
2 KB
Artur Khareksian
final
14 июл 2024, 22:42
14 июл 2024, 22:42
4c889fe
Код
Авторство
О чём код?
{ "name": "e-commerce_shoes", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "postinstall": "prisma generate" }, "dependencies": { "@conform-to/react": "^1.1.5", "@conform-to/zod": "^1.1.5", "@kinde-oss/kinde-auth-nextjs": "^2.3.3", "@prisma/client": "^5.16.1", "@radix-ui/react-avatar": "^1.1.0", "@radix-ui/react-dialog": "^1.1.1", "@radix-ui/react-dropdown-menu": "^2.1.1", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-select": "^2.1.1", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-switch": "^1.1.0", "@radix-ui/react-toast": "^1.2.1", "@radix-ui/react-tooltip": "^1.1.2", "@uploadthing/react": "^6.7.2", "@upstash/redis": "^1.32.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "embla-carousel-react": "^8.1.6", "lucide-react": "^0.399.0", "next": "14.2.4", "react": "^18", "react-dom": "^18", "react-dropzone": "^14.2.3", "recharts": "^2.12.7", "stripe": "^16.2.0", "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7", "uploadthing": "^6.13.2", "zod": "^3.23.8", "zustand": "^4.5.4" }, "devDependencies": { "@tailwindcss/aspect-ratio": "^0.4.2", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.4", "postcss": "^8", "prisma": "^5.16.1", "tailwindcss": "^3.4.1", "typescript": "^5" } }