mirror of
https://github.com/openai/openai-cookbook
synced 2024-11-08 01:10:29 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "file-q-and-a",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.7",
|
|
"@heroicons/react": "^2.0.13",
|
|
"@next/font": "13.1.2",
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/formidable": "^2.0.5",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/node": "18.11.18",
|
|
"@types/pdf-parse": "^1.1.1",
|
|
"@types/react": "18.0.27",
|
|
"@types/react-dom": "18.0.10",
|
|
"axios": "^1.2.3",
|
|
"clsx": "^1.2.1",
|
|
"eslint": "8.32.0",
|
|
"eslint-config-next": "13.1.2",
|
|
"formidable": "^2.1.1",
|
|
"lodash": "^4.17.21",
|
|
"mammoth": "^1.5.1",
|
|
"next": "13.1.2",
|
|
"node-html-markdown": "^1.3.0",
|
|
"openai": "^3.1.0",
|
|
"pdf-parse": "^1.1.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-markdown": "^8.0.5",
|
|
"typescript": "4.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.13",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.2.4"
|
|
}
|
|
}
|