chatpad/package.json
2023-10-29 02:58:25 +00:00

76 lines
2 KiB
JSON

{
"name": "einfachalex",
"private": true,
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"start": "parcel",
"build": "parcel build"
},
"staticFiles": {
"staticPath": "src/static"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.8.3",
"@types/downloadjs": "^1.4.3",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"buffer": "^5.7.1",
"parcel": "^2.8.3",
"parcel-reporter-static-files-copy": "^1.5.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@huggingface/agents": "^0.0.5",
"@huggingface/hub": "^0.11.3",
"@huggingface/inference": "^2.6.4",
"@mantine/core": "^6.0.1",
"@mantine/hooks": "^6.0.1",
"@mantine/next": "^6.0.1",
"@mantine/notifications": "^6.0.1",
"@tabler/icons-react": "^2.9.0",
"@tanstack/react-location": "^3.7.4",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"dexie": "^3.2.3",
"dexie-export-import": "^4.0.6",
"dexie-react-hooks": "^1.1.3",
"dotenv": "^16.3.1",
"downloadjs": "^1.4.7",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"gpt-token-utils": "^1.2.0",
"lodash": "^4.17.21",
"nanoid": "^4.0.1",
"next": "^13.5.6",
"openai": "^3.2.1",
"openai-ext": "^1.2.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.6",
"remark-gfm": "^3.0.1",
"typescript": "4.9.5",
"yarn": "^1.22.19"
},
"description": "![EinfachChat AI](./banner.png)",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Einfachalf/chatpad.git"
},
"keywords": [
"einfachchat"
],
"author": "alex",
"license": "ISC",
"bugs": {
"url": "https://github.com/Einfachalf/chatpad/issues"
},
"homepage": "https://github.com/Einfachalf/chatpad#readme"
}