|
{ |
|
"name": "chatbot-ollama", |
|
"version": "0.1.0", |
|
"private": true, |
|
"scripts": { |
|
"dev": "next dev", |
|
"build": "next build", |
|
"start": "next start -p 7860", |
|
"lint": "next lint", |
|
"format": "prettier --write .", |
|
"test": "vitest", |
|
"coverage": "vitest run --coverage" |
|
}, |
|
"dependencies": { |
|
"@dqbd/tiktoken": "^1.0.2", |
|
"@tabler/icons-react": "^2.9.0", |
|
"eventsource-parser": "^0.1.0", |
|
"i18next": "^22.4.13", |
|
"next": "^14.1.0", |
|
"next-i18next": "^13.2.2", |
|
"react": "^18.2.0", |
|
"react-dom": "^18.2.0", |
|
"react-hot-toast": "^2.4.0", |
|
"react-i18next": "^12.2.0", |
|
"react-markdown": "^8.0.5", |
|
"react-query": "^3.39.3", |
|
"react-syntax-highlighter": "^15.5.0", |
|
"rehype-mathjax": "^4.0.2", |
|
"remark-gfm": "^3.0.1", |
|
"remark-math": "^5.1.1", |
|
"uuid": "^9.0.0" |
|
}, |
|
"devDependencies": { |
|
"@mozilla/readability": "^0.4.4", |
|
"@tailwindcss/typography": "^0.5.9", |
|
"@trivago/prettier-plugin-sort-imports": "^1.4.4", |
|
"@types/jsdom": "^21.1.1", |
|
"@types/node": "18.15.0", |
|
"@types/react": "18.0.28", |
|
"@types/react-dom": "18.0.11", |
|
"@types/react-syntax-highlighter": "^15.5.6", |
|
"@types/uuid": "^9.0.1", |
|
"@vitest/coverage-c8": "^0.29.7", |
|
"autoprefixer": "^10.4.14", |
|
"endent": "^2.1.0", |
|
"eslint": "8.36.0", |
|
"eslint-config-next": "^14.1.0", |
|
"gpt-3-encoder": "^1.1.4", |
|
"jsdom": "^21.1.1", |
|
"postcss": "^8.4.21", |
|
"prettier": "^2.8.7", |
|
"prettier-plugin-tailwindcss": "^0.2.5", |
|
"tailwindcss": "^3.3.3", |
|
"typescript": "4.9.5", |
|
"vitest": "^0.29.7" |
|
} |
|
} |
|
|