127 lines
3.8 KiB
JSON
127 lines
3.8 KiB
JSON
{
|
|
"name": "@dadigua/hyperchat-web",
|
|
"version": "2.0.0-alpha.63",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@ant-design/cssinjs": "^1.24.0",
|
|
"@ant-design/icons": "^5.6.1",
|
|
"@ant-design/pro-components": "^2.8.10",
|
|
"@ant-design/x": "^1.6.0",
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@effortlessmotion/html-webpack-inline-source-plugin": "^1.0.3",
|
|
"@microsoft/clarity": "^1.0.0",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@mozilla/readability": "^0.6.0",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@uiw/react-markdown-preview": "^5.1.3",
|
|
"@vscode/markdown-it-katex": "^1.1.1",
|
|
"@xterm/addon-clipboard": "^0.1.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/addon-web-links": "^0.11.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"ai": "5.0.0",
|
|
"antd": "^5.27.0",
|
|
"at-least-node": "^1.0.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"base-64": "^1.0.0",
|
|
"base64-inline-loader": "^2.0.1",
|
|
"call-bind": "^1.0.8",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"clsx": "^2.1.1",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^7.1.1",
|
|
"darkreader": "^4.9.101",
|
|
"define-data-property": "^1.1.4",
|
|
"define-properties": "^1.2.1",
|
|
"dotenv-webpack": "^8.1.0",
|
|
"echarts": "^5.5.1",
|
|
"ejs": "^3.1.10",
|
|
"emoji-picker-react": "^4.12.2",
|
|
"env-paths": "^2.2.1",
|
|
"favicons": "^7.2.0",
|
|
"favicons-webpack-plugin": "^6.0.1",
|
|
"file-loader": "^6.2.0",
|
|
"github-markdown-css": "^5.8.1",
|
|
"has-property-descriptors": "^1.0.2",
|
|
"highlight.js": "^11.11.1",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"json-schema-to-zod": "^2.6.1",
|
|
"katex": "^0.16.21",
|
|
"lucide-react": "^0.435.0",
|
|
"markdown-it": "^14.1.0",
|
|
"mermaid": "^11.6.0",
|
|
"mini-css-extract-plugin": "^2.9.0",
|
|
"monaco-editor": "^0.52.2",
|
|
"monaco-editor-webpack-plugin": "7.1.0",
|
|
"postcss-loader": "^8.1.1",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.6",
|
|
"process": "^0.11.10",
|
|
"querystring-es3": "^0.2.1",
|
|
"raw-loader": "^4.0.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-draggable": "^4.4.6",
|
|
"react-h5-audio-player": "^3.9.0",
|
|
"react-infinite-scroll-component": "^6.1.0",
|
|
"react-router-dom": "^7.8.1",
|
|
"react-virtualized": "^9.22.5",
|
|
"rehype-rewrite": "^4.0.2",
|
|
"set-function-length": "^1.2.2",
|
|
"sharp": "^0.34.2",
|
|
"simple-peer": "^9.11.1",
|
|
"socket.io-client": "^4.8.1",
|
|
"style-loader": "^4.0.0",
|
|
"tailwind-merge": "^3.3.0",
|
|
"tailwindcss": "^3.4.10",
|
|
"turndown": "^7.2.0",
|
|
"turndown-plugin-gfm": "^1.0.2",
|
|
"tw-animate-css": "^1.2.9",
|
|
"uuid": "^11.0.3",
|
|
"vconsole": "^3.15.1",
|
|
"webdav": "^5.7.1",
|
|
"webpack-pwa-manifest": "^4.3.0",
|
|
"workbox-webpack-plugin": "^7.0.0",
|
|
"zod": "^3.25.76",
|
|
"zod-to-json-schema": "^3.24.6"
|
|
},
|
|
"scripts": {
|
|
"start": "npx cross-env myEnv=dev webpack serve --config webpack.config.js",
|
|
"dev": "npm start",
|
|
"build": "npx cross-env NODE_ENV=production myEnv=prod webpack --config webpack.config.js",
|
|
"typecheck": "npx tsc --noEmit"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/uuid": "^10.0.0",
|
|
"webpack-cli": "^6.0.1",
|
|
"webpack-dev-server": "^5.2.2"
|
|
}
|
|
}
|