/
dluchko
/
verta
Обзор
Документация
Войти
/
dluchko
/
verta
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
frontend/package.json
40 строк
1 KB
dluchko
Initial commit: Verta Cloud Computer Platform MVP
06 июл 2026, 09:40
06 июл 2026, 09:40
89697a4
Код
Авторство
О чём код?
{ "name": "verta-frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3000", "build": "next build", "start": "next start -p 3000", "lint": "next lint", "format": "prettier --write \"app/**/*.ts\" \"app/**/*.tsx\" \"components/**/*.ts\" \"components/**/*.tsx\"" }, "dependencies": { "next": "^14.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "zustand": "^4.4.7", "@tanstack/react-query": "^5.17.0", "axios": "^1.6.2", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "lucide-react": "^0.294.0", "next-auth": "^4.24.5", "react-hook-form": "^7.49.2", "zod": "^3.22.4", "date-fns": "^3.3.1" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "eslint": "^8", "eslint-config-next": "14.0.0", "postcss": "^8", "prettier": "^3.0.0", "prettier-plugin-tailwindcss": "^0.5.7", "tailwindcss": "^3.3.0", "typescript": "^5" } }