92 lines
2.9 KiB
JSON
92 lines
2.9 KiB
JSON
{
|
|
"name": "tabby-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "run-p dev:*",
|
|
"dev:next": "next dev",
|
|
"dev:codegen": "yarn codegen:watch",
|
|
"build": "next build",
|
|
"prebuild": "yarn codegen",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"lint:fix": "next lint --fix",
|
|
"preview": "next build && next start",
|
|
"type-check": "tsc --noEmit",
|
|
"format:write": "prettier --write \"{app,lib,components}/**/*.{ts,tsx,mdx}\" --cache",
|
|
"format:check": "prettier --check \"{app,lib,components}**/*.{ts,tsx,mdx}\" --cache",
|
|
"codegen": "graphql-codegen --config codegen.ts",
|
|
"codegen:watch": "graphql-codegen --config codegen.ts --watch"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.3.2",
|
|
"@radix-ui/react-alert-dialog": "1.0.4",
|
|
"@radix-ui/react-dialog": "1.0.4",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-popover": "^1.0.7",
|
|
"@radix-ui/react-select": "^1.2.2",
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tooltip": "^1.0.6",
|
|
"@vercel/analytics": "^1.0.0",
|
|
"@vercel/kv": "^0.2.1",
|
|
"@vercel/og": "^0.5.7",
|
|
"ai": "^2.1.6",
|
|
"class-variance-authority": "^0.4.0",
|
|
"clsx": "^1.2.1",
|
|
"compare-versions": "^6.1.0",
|
|
"downshift": "^8.2.2",
|
|
"focus-trap-react": "^10.1.1",
|
|
"graphql": "^16.8.1",
|
|
"graphql-request": "^6.1.0",
|
|
"jwt-decode": "^4.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nanoid": "^4.0.2",
|
|
"next": "^13.4.7",
|
|
"next-themes": "^0.2.1",
|
|
"openai-edge": "^0.5.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.48.2",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-intersection-observer": "^9.4.4",
|
|
"react-markdown": "^8.0.7",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-textarea-autosize": "^8.4.1",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-math": "^5.1.1",
|
|
"swr": "^2.2.4",
|
|
"zod": "^3.22.4",
|
|
"zustand": "^4.4.6"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "5.0.0",
|
|
"@graphql-codegen/client-preset": "4.1.0",
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
|
|
"@parcel/watcher": "^2.3.0",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/lodash-es": "^4.17.10",
|
|
"@types/node": "^17.0.12",
|
|
"@types/react": "^18.0.22",
|
|
"@types/react-dom": "^18.0.7",
|
|
"@types/react-syntax-highlighter": "^15.5.6",
|
|
"@typescript-eslint/parser": "^5.59.7",
|
|
"autoprefixer": "^10.4.13",
|
|
"encoding": "^0.1.13",
|
|
"eslint": "^8.31.0",
|
|
"eslint-config-next": "13.4.7-canary.1",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-tailwindcss": "^3.12.0",
|
|
"eslint-plugin-unused-imports": "^3.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.7.1",
|
|
"tailwind-merge": "^1.12.0",
|
|
"tailwindcss": "^3.3.1",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"typescript": "^5.1.3"
|
|
}
|
|
}
|