felia/apps/about-me/package.json

51 lines
1.3 KiB
JSON

{
"name": "about-me",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@prisma/client": "^4.5.0",
"@tanstack/react-query": "^4.10.0",
"@trpc/client": "10.0.0-rc.4",
"@trpc/next": "10.0.0-rc.4",
"@trpc/react-query": "10.0.0-rc.4",
"@trpc/server": "10.0.0-rc.4",
"next": "13.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.6.0",
"superjson": "1.9.1",
"ui": "workspace:*",
"zod": "^3.18.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.7",
"class-variance-authority": "^0.3.0",
"eslint": "^8.26.0",
"eslint-config-custom": "workspace:*",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"prisma": "^4.5.0",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.2.0",
"tsconfig": "workspace:*",
"typescript": "^4.8.4"
},
"ct3aMetadata": {
"initVersion": "6.9.0"
}
}