/
lex87
/
p08-echo-platform
Обзор
Документация
Войти
/
lex87
/
p08-echo-platform
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
apps/web/package.json
33 строки
770 B
Axentra
feat: complete demo-ready build — real APIs, auth, Vercel config
29 июн 2026, 21:14
29 июн 2026, 21:14
6a4e4e9
Код
Авторство
О чём код?
{ "name": "@p08/web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack -p 3008", "build": "next build", "start": "next start", "typecheck": "tsc --noEmit", "lint": "next lint" }, "dependencies": { "@p08/db": "workspace:*", "bcryptjs": "^3.0.3", "drizzle-orm": "^0.41.0", "jose": "^6.2.3", "next": "^16.2.0", "pg": "^8.13.3", "react": "^19.0.0", "react-dom": "^19.0.0", "zod": "^3.23.8" }, "devDependencies": { "@tailwindcss/postcss": "^4.0.0", "@types/bcryptjs": "^3.0.0", "@types/node": "^22.0.0", "@types/pg": "^8.11.14", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "tailwindcss": "^4.0.0", "typescript": "^5.8.3" } }