Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 0 additions & 69 deletions .github/workflows/release.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .releaserc.js

This file was deleted.

33 changes: 15 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
"prepare": "husky install && dumi setup",
"prepublishOnly": "father doctor && npm run build",
"release": "semantic-release",
"start": "npm run dev",
"sync": "tnpm sync @ant-design/pro-editor",
"test": "vitest",
Expand All @@ -59,8 +58,8 @@
]
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@babel/runtime": "^7.23.8",
"@ant-design/icons": "^5.3.0",
"@babel/runtime": "^7.23.9",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
Expand All @@ -71,7 +70,7 @@
"classnames": "^2.5.1",
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"diff": "^5.1.0",
"diff": "^5.2.0",
"fast-deep-equal": "^3.1.3",
"highlight.js": "~10.5.0",
"immer": "^9.0.21",
Expand All @@ -87,44 +86,44 @@
"lodash.union": "^4.6.0",
"lodash.unionby": "^4.8.0",
"lodash.uniq": "^4.5.0",
"nanoid": "^5.0.4",
"polished": "^4.2.2",
"nanoid": "^5.0.5",
"polished": "^4.3.1",
"rc-util": "^5.38.1",
"re-resizable": "^6.9.11",
"react-copy-to-clipboard": "^5.1.0",
"react-hotkeys-hook": "^4.4.4",
"react-hotkeys-hook": "^4.5.0",
"react-layout-kit": "^1.7.4",
"react-markdown": "^8.0.7",
"react-rnd": "^10.4.1",
"react-window": "^1.8.10",
"reactflow": "^11.10.2",
"reactflow": "^11.10.4",
"rehype-katex": "^6.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"rxjs": "^7.8.1",
"shikiji": "^0.6.13",
"type-fest": "^3.13.1",
"use-merge-value": "^1.2.0",
"yjs": "^13.6.11",
"zustand": "^4.5.0",
"yjs": "^13.6.12",
"zustand": "^4.5.1",
"zustand-middleware-yjs": "^1.3.1",
"zustand-utils": "^1.3.2"
},
"devDependencies": {
"@ant-design/leva-panel": "^1.0.0",
"@emotion/jest": "^11.11.0",
"@lobehub/i18n-cli": "^1.15.3",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.5.2",
"@types/color": "^3.0.6",
"@types/json-schema": "^7.0.15",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react-window": "^1.8.8",
"@umijs/lint": "^4.1.1",
"@vitest/coverage-v8": "latest",
"antd": "~5.12.0",
"antd": "~5.12.8",
"antd-style": "^3.6.1",
"babel-plugin-antd-style": "^1.0.4",
"commitlint": "^17.8.1",
Expand All @@ -133,21 +132,19 @@
"dumi": "^2.2.17",
"dumi-theme-antd-style": "latest",
"eslint": "^8.56.0",
"father": "^4.3.8",
"father": "^4.4.0",
"gh-pages": "^5.0.0",
"glob": "^10.3.10",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.4.9",
"prettier-plugin-packagejson": "^2.4.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-raw": "^6.1.1",
"rxjs-spy": "^8.0.2",
"semantic-release": "^21.1.2",
"semantic-release-config-gitmoji": "^1.5.3",
"stylelint": "^15.11.0",
"typescript": "^5.3.3",
"vitest": "latest",
Expand Down