mirror of
https://github.com/trushildhokiya/allininx-2.git
synced 2025-03-15 03:58:39 +00:00
108 lines
3.1 KiB
JSON
108 lines
3.1 KiB
JSON
{
|
|
"name": "agent-gpt",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=18.0.0 <19.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "next build --no-lint",
|
|
"dev": "next dev",
|
|
"postinstall": "prisma generate",
|
|
"lint": "cross-env SKIP_ENV_VALIDATION=1 next lint --fix",
|
|
"start": "next start",
|
|
"prepare": "cd .. && husky install next/.husky",
|
|
"test": "cross-env SKIP_ENV_VALIDATION=1 jest"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.14",
|
|
"@next-auth/prisma-adapter": "^1.0.5",
|
|
"@prisma/client": "^4.9.0",
|
|
"@privy-io/react-auth": "^2.0.8",
|
|
"@radix-ui/react-switch": "^1.0.2",
|
|
"@radix-ui/react-toast": "^1.1.4",
|
|
"@radix-ui/react-tooltip": "^1.0.5",
|
|
"@react-pdf/renderer": "^3.1.9",
|
|
"@sid-hq/sid": "^3.1.0",
|
|
"@splinetool/react-spline": "^2.2.6",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tanstack/react-query": "^4.29.14",
|
|
"@trpc/client": "^10.21.1",
|
|
"@trpc/next": "^10.21.1",
|
|
"@trpc/react-query": "^10.21.1",
|
|
"@trpc/server": "^10.9.0",
|
|
"@types/lodash": "^4.14.194",
|
|
"@uiball/loaders": "^1.3.0",
|
|
"@vercel/analytics": "^1.0.1",
|
|
"@vercel/edge": "^0.3.4",
|
|
"axios": "^0.26.0",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"clsx": "^1.2.1",
|
|
"cobe": "^0.6.3",
|
|
"cookies-next": "^2.1.2",
|
|
"framer-motion": "^10.12.8",
|
|
"gray-matter": "^4.0.3",
|
|
"html-to-image": "^1.11.11",
|
|
"i18next": "^22.4.15",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.473.0",
|
|
"motion": "^12.0.1",
|
|
"next": "^13.5.6",
|
|
"next-auth": "4.20.1",
|
|
"next-i18next": "^13.2.2",
|
|
"nextjs-google-analytics": "^2.3.3",
|
|
"openai": "^4.14.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-i18next": "^12.3.1",
|
|
"react-icons": "^4.11.0",
|
|
"react-markdown": "^8.0.7",
|
|
"react-type-animation": "^3.1.0",
|
|
"rehype-highlight": "^6.0.0",
|
|
"remark-gfm": "^3.0.1",
|
|
"simplex-noise": "^4.0.3",
|
|
"superjson": "1.9.1",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss-radix": "^2.8.0",
|
|
"uuid": "^9.0.1",
|
|
"viem": "^2.23.2",
|
|
"zod": "^3.22.2",
|
|
"zustand": "^4.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "^8.0.1",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/node": "^18.11.18",
|
|
"@types/prettier": "^2.7.3",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/uuid": "^9.0.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
|
"@typescript-eslint/parser": "^5.59.1",
|
|
"autoprefixer": "^10.4.7",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.43.0",
|
|
"eslint-config-next": "13.4.1",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"husky": "^8.0.3",
|
|
"jest": "^29.3.1",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"lint-staged": "^13.2.1",
|
|
"postcss": "^8.4.24",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-tailwindcss": "^0.2.8",
|
|
"prisma": "^4.9.0",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.4.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": "eslint --cache --fix",
|
|
"*.{js,css,md}": "prettier --write"
|
|
}
|
|
}
|