48 lines
2.1 KiB
JSON
48 lines
2.1 KiB
JSON
{
|
|
"name": "@allai/web",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc --project tsconfig.json --noEmit",
|
|
"playwright": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@allai/i18n": "workspace:*",
|
|
"@headlessui/react": "^2.1.7",
|
|
"@tabler/icons-react": "^3.35.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^11.0.6",
|
|
"gray-matter": "^4.0.3",
|
|
"i18next": "^23.11.5",
|
|
"i18next-resources-to-backend": "^1.1.4",
|
|
"jotai": "^2.9.4",
|
|
"lucide-react": "^0.451.0",
|
|
"next": "14.2.10",
|
|
"next-intl": "^3.14.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.53.0",
|
|
"react-query": "^3.39.3",
|
|
"reading-time": "^1.5.0",
|
|
"remark": "^15.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-html": "^16.0.1",
|
|
"superjson": "^1.13.3",
|
|
"zod": "^3.23.8",
|
|
"zustand": "^4.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.48.2",
|
|
"@types/node": "^20.14.10",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^3.4.7"
|
|
}
|
|
} |