2023-05-19 12:33:56 -04:00
|
|
|
{
|
|
|
|
|
"name": "next-template",
|
|
|
|
|
"version": "0.0.2",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2023-06-02 11:15:04 -04:00
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
2023-05-19 12:33:56 -04:00
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint",
|
|
|
|
|
"lint:fix": "next lint --fix",
|
|
|
|
|
"preview": "next build && next start",
|
2023-06-02 15:15:35 -04:00
|
|
|
"type-check": "tsc --noEmit",
|
2023-06-02 15:21:49 -04:00
|
|
|
"format:write": "prettier --write \"{app,lib,components}/**/*.{ts,tsx,mdx}\" --cache",
|
|
|
|
|
"format:check": "prettier --check \"{app,lib,components}**/*.{ts,tsx,mdx}\" --cache"
|
2023-05-19 12:33:56 -04:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-06-02 11:15:04 -04:00
|
|
|
"@auth/core": "0.0.0-manual.527fff6c",
|
2023-05-22 10:16:09 -04:00
|
|
|
"@auth/nextjs": "0.0.0-manual.030e8328",
|
2023-06-11 00:23:23 +04:00
|
|
|
"@radix-ui/react-alert-dialog": "^1.0.4",
|
2023-06-07 16:17:59 +04:00
|
|
|
"@radix-ui/react-dialog": "^1.0.4",
|
2023-05-19 12:33:56 -04:00
|
|
|
"@radix-ui/react-dropdown-menu": "^2.0.4",
|
2023-06-11 15:08:59 +04:00
|
|
|
"@radix-ui/react-separator": "^1.0.3",
|
2023-06-07 16:17:59 +04:00
|
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
|
|
|
"@radix-ui/react-tooltip": "^1.0.6",
|
2023-05-19 13:50:31 -04:00
|
|
|
"@vercel/analytics": "^1.0.0",
|
2023-05-19 14:25:15 -04:00
|
|
|
"@vercel/kv": "^0.2.1",
|
2023-06-02 11:15:04 -04:00
|
|
|
"ai-connector": "^0.0.5",
|
2023-05-19 12:33:56 -04:00
|
|
|
"body-scroll-lock": "4.0.0-beta.0",
|
|
|
|
|
"class-variance-authority": "^0.4.0",
|
2023-05-19 13:50:31 -04:00
|
|
|
"clsx": "^1.2.1",
|
2023-05-19 12:33:56 -04:00
|
|
|
"focus-trap-react": "^10.1.1",
|
|
|
|
|
"lucide-react": "0.216.0",
|
|
|
|
|
"nanoid": "^4.0.2",
|
2023-06-02 11:15:04 -04:00
|
|
|
"next": "13.4.5-canary.3",
|
2023-05-19 12:33:56 -04:00
|
|
|
"next-themes": "^0.2.1",
|
|
|
|
|
"openai-edge": "^0.5.1",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
|
"react-hot-toast": "^2.4.1",
|
|
|
|
|
"react-markdown": "^8.0.7",
|
|
|
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
|
|
|
"react-textarea-autosize": "^8.4.1",
|
|
|
|
|
"remark-gfm": "^3.0.1",
|
2023-06-07 16:17:59 +04:00
|
|
|
"remark-math": "^5.1.1",
|
|
|
|
|
"zustand": "^4.3.8"
|
2023-05-19 12:33:56 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
|
|
|
"@types/node": "^17.0.12",
|
|
|
|
|
"@types/react": "^18.0.22",
|
|
|
|
|
"@types/react-dom": "^18.0.7",
|
|
|
|
|
"@types/react-syntax-highlighter": "^15.5.6",
|
|
|
|
|
"autoprefixer": "^10.4.13",
|
2023-05-22 12:14:37 -04:00
|
|
|
"dotenv": "^16.0.3",
|
|
|
|
|
"drizzle-kit": "^0.18.0",
|
2023-05-19 12:33:56 -04:00
|
|
|
"eslint": "^8.31.0",
|
2023-06-02 11:15:04 -04:00
|
|
|
"eslint-config-next": "13.4.5-canary.3",
|
2023-05-19 12:33:56 -04:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
|
"postcss": "^8.4.21",
|
|
|
|
|
"prettier": "^2.7.1",
|
2023-06-02 15:15:35 -04:00
|
|
|
"tailwind-merge": "^1.12.0",
|
2023-06-07 16:17:59 +04:00
|
|
|
"tailwindcss": "^3.3.1",
|
2023-06-02 15:15:35 -04:00
|
|
|
"tailwindcss-animate": "^1.0.5",
|
2023-06-07 16:17:59 +04:00
|
|
|
"typescript": "^5.1.3"
|
2023-05-22 10:16:09 -04:00
|
|
|
},
|
|
|
|
|
"pnpm": {
|
|
|
|
|
"overrides": {
|
|
|
|
|
"@auth/core": "0.0.0-manual.527fff6c"
|
|
|
|
|
}
|
2023-06-02 15:33:48 -04:00
|
|
|
},
|
|
|
|
|
"prettier": {
|
|
|
|
|
"tabWidth": 2,
|
|
|
|
|
"semi": false,
|
|
|
|
|
"useTabs": false,
|
|
|
|
|
"singleQuote": true,
|
|
|
|
|
"arrowParens": "avoid",
|
|
|
|
|
"trailingComma": "none"
|
2023-05-19 12:33:56 -04:00
|
|
|
}
|
|
|
|
|
}
|