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-10 19:35:55 +01:00
|
|
|
"html2canvas": "^1.4.1",
|
2023-03-11 18:40:26 +01:00
|
|
|
"i18next": "^22.4.11",
|
|
|
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
|
|
"i18next-http-backend": "^2.1.1",
|
2023-03-10 19:35:55 +01:00
|
|
|
"jspdf": "^2.5.1",
|
2023-03-13 14:54:05 +01:00
|
|
|
"match-sorter": "^6.3.1",
|
2023-03-03 06:25:10 +01:00
|
|
|
"react": "^18.2.0",
|
2023-03-03 23:17:11 +01:00
|
|
|
"react-dom": "^18.2.0",
|
2023-03-11 18:40:26 +01:00
|
|
|
"react-i18next": "^12.2.0",
|
2023-03-03 23:17:11 +01:00
|
|
|
"react-markdown": "^8.0.5",
|
|
|
|
"react-scroll-to-bottom": "^4.2.0",
|
2023-03-11 12:18:00 +01:00
|
|
|
"rehype-highlight": "^6.0.0",
|
2023-03-05 13:29:51 +01:00
|
|
|
"rehype-katex": "^6.0.2",
|
|
|
|
"remark-gfm": "^3.0.1",
|
|
|
|
"remark-math": "^5.1.1",
|
2023-03-13 14:54:05 +01:00
|
|
|
"uuid": "^9.0.0",
|
2023-03-09 00:15:03 +01:00
|
|
|
"zustand": "^4.3.6"
|
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-13 14:54:05 +01:00
|
|
|
"@types/uuid": "^9.0.1",
|
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"
|
|
|
|
}
|
|
|
|
}
|