/
anclaev
/
svadba
Обзор
Документация
Войти
/
anclaev
/
svadba
Код
Запросы
0
Пакеты
0
Релизы
7
Аналитика
Безопасность
develop
apps/web/package.json
54 строки
2 KB
anclaev
feat(web): update.
20 авг 2025, 03:21
20 авг 2025, 03:21
37f7b7d
Код
Авторство
О чём код?
{ "name": "web", "version": "0.1.0", "description": "Web interface for Svadba", "author": "Artem Samarin <av@anclaev.ru>", "private": true, "scripts": { "format": "prettier --write \"(e2e|test)/*.(ts|js|tsx|jsx)\" \"src/**/*.(ts|js|tsx|jsx|css|scss)\"", "dev": "next dev --turbopack --experimental-https -p 443", "build": "next build", "start": "next start", "lint": "next lint --fix", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "test:ci": "jest --coverage --ci --reporters=default --reporters=jest-junit --passWithNoTests" }, "dependencies": { "@radix-ui/react-slot": "^1.2.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "dayjs": "^1.11.13", "framer-motion": "^12.5.0", "lucide-react": "^0.485.0", "next": "^15.3.1", "react": "^19.1.0", "react-countdown": "^2.3.6", "react-dom": "^19.1.0", "tailwind-merge": "^3.0.2", "tailwindcss-animate": "^1.0.7", "zod": "^3.24.2" }, "devDependencies": { "@eslint/eslintrc": "^3", "@repo/typescript-config": "*", "@tailwindcss/postcss": "^4", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.2.2", "eslint-plugin-tailwindcss": "^3.18.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "postcss": "^8.5.3", "prettier": "^3.5.3", "tailwindcss": "^4", "ts-node": "^10.9.2", "typescript": "^5" } }