Files
qiming/qiming/package.json

157 lines
4.9 KiB
JSON

{
"name": "qiming-frontend",
"version": "1.1.8",
"private": false,
"homepage": "https://qiming.com",
"bugs": {
"url": "https://github.com/qiming-ai/qiming/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/qiming-ai/qiming.git"
},
"license": "Apache-2.0",
"author": "Qiming AI FE Team",
"scripts": {
"prebuild:dev": "node scripts/generate-version.js",
"build:dev": "cross-env UMI_ENV=development max build",
"build:m": "node scripts/download-mobile-build.js",
"prebuild:prod": "node scripts/generate-version.js",
"build:prod": "cross-env UMI_ENV=production max build",
"build:prod:m": "cross-env UMI_ENV=production max build && node scripts/download-mobile-build.js",
"predev": "node scripts/generate-version.js",
"dev": "cross-env UMI_ENV=development max dev",
"format": "prettier --cache --write .",
"generate:version": "node scripts/generate-version.js",
"postinstall": "max setup",
"lint-staged": "lint-staged",
"prepare": "husky",
"release": "standard-version",
"release:major": "standard-version --release-as major",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch",
"serve": "http-server ./dist",
"setup": "max setup",
"start": "npm run dev",
"test": "vitest",
"verify-commit": "max verify-commit"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write"
],
"*.{json,md,less,css}": [
"prettier --write"
]
},
"dependencies": {
"@ant-design/charts": "^2.6.7",
"@ant-design/icons": "^5.0.1",
"@ant-design/plots": "^2.6.8",
"@ant-design/pro-components": "2.8.10",
"@ant-design/x": "^1.0.5",
"@antv/g6": "^4.8.25",
"@antv/x6": "^2.18.1",
"@antv/x6-plugin-clipboard": "^2.1.6",
"@antv/x6-plugin-history": "^2.2.4",
"@antv/x6-plugin-keyboard": "^2.2.3",
"@antv/x6-plugin-selection": "^2.2.2",
"@antv/x6-plugin-snapline": "^2.1.7",
"@antv/x6-plugin-stencil": "^2.1.5",
"@antv/x6-plugin-transform": "^2.1.8",
"@antv/x6-react-shape": "^2.2.3",
"@babel/standalone": "^7.28.4",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^6.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@js-preview/docx": "^1.6.4",
"@js-preview/excel": "^1.7.14",
"@js-preview/pdf": "^2.0.10",
"@microsoft/fetch-event-source": "^2.0.1",
"@monaco-editor/react": "^4.6.0",
"@tiptap/core": "^2.27.1",
"@tiptap/pm": "^2.27.1",
"@tiptap/react": "^2.27.1",
"@tiptap/starter-kit": "^2.27.1",
"@tiptap/suggestion": "^2.27.1",
"@types/markdown-it": "^14.1.2",
"@umijs/max": "^4.4.2",
"@umijs/utils": "^4.4.11",
"ahooks": "^3.8.4",
"antd": "^5.4.0",
"bignumber.js": "^11.1.1",
"classnames": "2.0.0",
"copy-webpack-plugin": "11.0.0",
"create-puzzle": "^3.0.2",
"dayjs": "^1.11.13",
"ds-markdown": " 0.1.10-beta.1",
"ds-markdown-mermaid-plugin": "^0.0.3",
"globby": "^14.1.0",
"html2canvas": "^1.4.1",
"insert-css": "^2.0.0",
"jspdf": "^3.0.4",
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"mermaid": "9.4.3",
"monaco-editor": "0.53.0",
"monaco-editor-webpack-plugin": "7.0.1",
"pptx-preview": "^1.0.7",
"prismjs": "^1.30.0",
"prompt-kit-editor": "^0.1.3",
"qs": "^6.14.1",
"rc-slider-captcha": "^1.7.1",
"react": "18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.3.1",
"react-draggable": "^4.5.0",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^10.1.0",
"react-scroll-to-bottom": "^4.2.0",
"react-sticky-box": "^2.0.5",
"rehype-katex": "^7.0.1",
"rehype-prism": "^2.3.3",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"turndown": "^7.2.1",
"unist-util-visit": "^5.0.0",
"ut2": "^1.15.0",
"uuid": "^11.1.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/clean-css": "^4.2.11",
"@types/lodash": "^4.17.16",
"@types/prismjs": "^1.26.5",
"@types/qs": "^6.14.0",
"@types/react": "^18.0.33",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.0.11",
"@types/react-scroll-to-bottom": "^4.2.5",
"@types/testing-library__jest-dom": "^6.0.0",
"@types/turndown": "^5.0.5",
"clean-css": "^5.3.3",
"cross-env": "^7.0.3",
"esbuild": "^0.27.0",
"husky": "^9.1.7",
"jsdom": "^27.3.0",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"standard-version": "^9.5.0",
"typescript": "^5.0.3",
"vitest": "^4.0.15"
},
"packageManager": "pnpm@10.27.0",
"engines": {
"node": "> 18.0.0"
}
}