Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 60 additions & 60 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
{
"author": "Pedro Henrique Bérgamo",
"dependencies": {
"@faker-js/faker": "^9.6.0",
"@hookform/resolvers": "^5.0.1",
"@pedrohb/core-ddd": "workspace:*",
"@pedrohb/env": "workspace:*",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@tanstack/react-query": "^5.71.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"i18next": "^24.2.3",
"ky": "^1.8.0",
"lucide-react": "^0.487.0",
"next": "15.3.0-canary.29",
"next-themes": "^0.4.6",
"nuqs": "^2.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.55.0",
"react-syntax-highlighter": "^15.6.1",
"sonner": "^2.0.3",
"tailwind-merge": "^3.1.0",
"tw-animate-css": "^1.2.5",
"usehooks-ts": "^3.1.1",
"zod": "^3.24.2",
"zod-i18n-map": "^2.27.0"
},
"description": "Documentação da biblioteca Core DDD para criar sistemas com o padrão Domain Driven Design em TypeScript.",
"devDependencies": {
"@pedrohb/typescript-config": "workspace:*",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query-devtools": "^5.71.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"dotenv-cli": "^8.0.0",
"tailwindcss": "^4",
"typescript": "^5"
},
"license": "MIT",
"name": "@pedrohb/core-ddd-docs",
"private": true,
"scripts": {
"build": "next build",
"env:load": "dotenv -e ../../.env --",
"lint": "next lint",
"start": "next start",
"start:dev": "pnpm env:load next dev --turbopack"
},
"version": "1.0.0"
"author": "Pedro Henrique Bérgamo",
"dependencies": {
"@faker-js/faker": "^9.6.0",
"@hookform/resolvers": "^5.0.1",
"@pedrohb/core-ddd": "workspace:*",
"@pedrohb/env": "workspace:*",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@tanstack/react-query": "^5.71.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"i18next": "^24.2.3",
"ky": "^1.8.0",
"lucide-react": "^0.487.0",
"next": "15.6.0-canary.60",
"next-themes": "^0.4.6",
"nuqs": "^2.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.55.0",
"react-syntax-highlighter": "^15.6.1",
"sonner": "^2.0.3",
"tailwind-merge": "^3.1.0",
"tw-animate-css": "^1.2.5",
"usehooks-ts": "^3.1.1",
"zod": "^3.24.2",
"zod-i18n-map": "^2.27.0"
},
"description": "Documentação da biblioteca Core DDD para criar sistemas com o padrão Domain Driven Design em TypeScript.",
"devDependencies": {
"@pedrohb/typescript-config": "workspace:*",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query-devtools": "^5.71.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"dotenv-cli": "^8.0.0",
"tailwindcss": "^4",
"typescript": "^5"
},
"license": "MIT",
"name": "@pedrohb/core-ddd-docs",
"private": true,
"scripts": {
"build": "next build",
"env:load": "dotenv -e ../../.env --",
"lint": "next lint",
"start": "next start",
"start:dev": "pnpm env:load next dev --turbopack"
},
"version": "1.0.0"
}
Loading