mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 19:43:59 +01:00
37 lines
911 B
JSON
37 lines
911 B
JSON
{
|
|
"name": "chatgpt-free-app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"dompurify": "^3.0.1",
|
|
"highlight.js": "^11.7.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^8.0.5",
|
|
"react-scroll-to-bottom": "^4.2.0",
|
|
"rehype-katex": "^6.0.2",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-math": "^5.1.1",
|
|
"zustand": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/dompurify": "^2.4.0",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@types/react-scroll-to-bottom": "^4.2.0",
|
|
"@vitejs/plugin-react-swc": "^3.0.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.2.7",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.1.0"
|
|
}
|
|
}
|