nova-betterchat/package.json

34 lines
824 B
JSON
Raw Normal View History

2023-03-03 06:25:10 +01:00
{
2023-03-03 23:17:11 +01:00
"name": "chatgpt-free-app",
2023-03-03 06:25:10 +01:00
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
2023-03-03 23:17:11 +01:00
"dompurify": "^3.0.1",
2023-03-03 06:25:10 +01:00
"highlight.js": "^11.7.0",
"react": "^18.2.0",
2023-03-03 23:17:11 +01:00
"react-dom": "^18.2.0",
"react-markdown": "^8.0.5",
"react-scroll-to-bottom": "^4.2.0",
"zustand": "^4.3.5"
2023-03-03 06:25:10 +01:00
},
"devDependencies": {
2023-03-03 23:17:11 +01:00
"@tailwindcss/typography": "^0.5.9",
2023-03-03 23:38:10 +01:00
"@types/dompurify": "^2.4.0",
2023-03-03 06:25:10 +01:00
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
2023-03-03 23:38:10 +01:00
"@types/react-scroll-to-bottom": "^4.2.0",
2023-03-03 06:25:10 +01:00
"@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"
}
}