Skip to content

Commit

Permalink
🐛 fix: remove extar devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eternallycyf committed Sep 1, 2024
1 parent 6559a32 commit c9f8f15
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,13 @@
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"monaco-editor": "^0.48.0",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5"
},
"devDependencies": {
"@ant-design/icons": "^5.2.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@commitlint/cli": "^17",
"@testing-library/react": "^14",
"@types/babel__core": "^7.20.5",
Expand All @@ -100,15 +97,13 @@
"@umijs/lint": "^4",
"@vitest/coverage-v8": "latest",
"antd": "^5.9.4",
"babel-loader": "^9.1.3",
"babel-plugin-add-module-exports": "^1",
"babel-plugin-antd-style": "^1.0.4",
"commitlint": "^17",
"commitlint-config-gitmoji": "^2",
"concurrently": "^7",
"conventional-changelog-gitmoji-config": "^1",
"cross-env": "^7",
"css-loader": "^7.1.2",
"dumi": "latest",
"dumi-theme-antd-style": "latest",
"eslint": "^8",
Expand All @@ -121,7 +116,6 @@
"prettier": "^2",
"prettier-plugin-organize-imports": "^3",
"prettier-plugin-packagejson": "^2",
"raw-loader": "^4.0.2",
"semantic-release": "^20",
"semantic-release-config-gitmoji": "^1",
"stylelint": "^15",
Expand Down

0 comments on commit c9f8f15

Please sign in to comment.