mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-24 08:20:31 +08:00
chore: put some dev dependency package to right place (#2232)
This commit is contained in:
parent
59fca0342e
commit
134541acde
@ -10,9 +10,6 @@
|
|||||||
"@ctrl/tinycolor": "^3.5.0",
|
"@ctrl/tinycolor": "^3.5.0",
|
||||||
"@emotion/react": "^11.10.5",
|
"@emotion/react": "^11.10.5",
|
||||||
"@metamask/eth-sig-util": "^6.0.0",
|
"@metamask/eth-sig-util": "^6.0.0",
|
||||||
"@testing-library/jest-dom": "^4.2.4",
|
|
||||||
"@testing-library/react": "^9.3.2",
|
|
||||||
"@testing-library/user-event": "^7.1.2",
|
|
||||||
"@web3-onboard/coinbase": "^2.2.5",
|
"@web3-onboard/coinbase": "^2.2.5",
|
||||||
"@web3-onboard/core": "^2.20.5",
|
"@web3-onboard/core": "^2.20.5",
|
||||||
"@web3-onboard/frontier": "^2.0.4",
|
"@web3-onboard/frontier": "^2.0.4",
|
||||||
@ -31,7 +28,6 @@
|
|||||||
"core-js": "^3.25.0",
|
"core-js": "^3.25.0",
|
||||||
"craco-less": "^2.0.0",
|
"craco-less": "^2.0.0",
|
||||||
"echarts": "^5.4.3",
|
"echarts": "^5.4.3",
|
||||||
"eslint-plugin-unused-imports": "^2.0.0",
|
|
||||||
"ethers": "5.6.9",
|
"ethers": "5.6.9",
|
||||||
"file-saver": "^2.0.5",
|
"file-saver": "^2.0.5",
|
||||||
"i18n-iso-countries": "^7.0.0",
|
"i18n-iso-countries": "^7.0.0",
|
||||||
@ -90,11 +86,15 @@
|
|||||||
"cypress": "^12.5.1",
|
"cypress": "^12.5.1",
|
||||||
"eslint": "8.22.0",
|
"eslint": "8.22.0",
|
||||||
"eslint-plugin-react": "^7.31.1",
|
"eslint-plugin-react": "^7.31.1",
|
||||||
|
"eslint-plugin-unused-imports": "^2.0.0",
|
||||||
"husky": "^4.3.8",
|
"husky": "^4.3.8",
|
||||||
"lint-staged": "^13.0.3",
|
"lint-staged": "^13.0.3",
|
||||||
"stylelint": "^14.11.0",
|
"stylelint": "^14.11.0",
|
||||||
"stylelint-config-recommended-less": "^1.0.4",
|
"stylelint-config-recommended-less": "^1.0.4",
|
||||||
"stylelint-config-standard": "^28.0.0"
|
"stylelint-config-standard": "^28.0.0",
|
||||||
|
"@testing-library/jest-dom": "^4.2.4",
|
||||||
|
"@testing-library/react": "^9.3.2",
|
||||||
|
"@testing-library/user-event": "^7.1.2"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"src/**/*.{css,less}": [
|
"src/**/*.{css,less}": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user