mirror of
https://github.com/coaidev/coai.git
synced 2025-05-31 10:50:21 +09:00
75 lines
2.3 KiB
JSON
75 lines
2.3 KiB
JSON
{
|
|
"name": "chatnio",
|
|
"private": false,
|
|
"version": "2.6.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"prettier": "prettier --write \"src/**/*.tsx\" \"src/**/*.ts\"",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
"@radix-ui/react-context-menu": "^2.1.5",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"@radix-ui/react-toggle": "^1.0.3",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@reduxjs/toolkit": "^1.9.7",
|
|
"axios": "^1.5.1",
|
|
"chart.js": "^4.4.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.0.0",
|
|
"i18next": "^23.6.0",
|
|
"localforage": "^1.10.0",
|
|
"lucide-react": "^0.289.0",
|
|
"match-sorter": "^6.3.1",
|
|
"react": "^18.2.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^13.3.1",
|
|
"react-markdown": "^8.0.7",
|
|
"react-redux": "^8.1.3",
|
|
"react-router-dom": "^6.17.0",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"rehype-katex": "^6.0.3",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-math": "^5.1.1",
|
|
"sort-by": "^1.2.0",
|
|
"tailwind-merge": "^1.14.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"workbox-window": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.8.9",
|
|
"@types/react": "^18.2.33",
|
|
"@types/react-dom": "^18.2.14",
|
|
"@types/react-syntax-highlighter": "^15.5.9",
|
|
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
|
"@typescript-eslint/parser": "^6.9.0",
|
|
"@vitejs/plugin-react-swc": "^3.4.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.52.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"less": "^4.2.0",
|
|
"less-loader": "^11.1.3",
|
|
"postcss": "^8.4.31",
|
|
"prettier": "^3.0.3",
|
|
"tailwindcss": "^3.3.5",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.5.0",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-pwa": "^0.16.5"
|
|
}
|
|
}
|