| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "@briven/web",
- "version": "0.0.0",
- "private": true,
- "description": "briven.tech — marketing + dashboard",
- "type": "module",
- "scripts": {
- "dev": "next dev -p 3000",
- "build": "next build",
- "start": "next start -p 3000",
- "lint": "eslint . --max-warnings 0",
- "typecheck": "tsc --noEmit"
- },
- "dependencies": {
- "@briven/auth": "workspace:*",
- "@briven/config": "workspace:*",
- "@briven/shared": "workspace:*",
- "@briven/ui": "workspace:*",
- "clsx": "^2.1.1",
- "geist": "^1.7.0",
- "ip3country": "^5.0.0",
- "motion": "^12.38.0",
- "next": "^16.2.9",
- "react": "^19.2.5",
- "react-dom": "^19.2.5",
- "react-icons": "^5.6.0",
- "tailwind-merge": "^3.5.0"
- },
- "devDependencies": {
- "@tailwindcss/postcss": "^4.2.4",
- "@types/node": "^25.6.0",
- "@types/react": "^19.2.14",
- "@types/react-dom": "^19.2.3",
- "postcss": "^8.5.12",
- "tailwindcss": "^4.2.4",
- "typescript": "^6.0.3"
- }
- }
|