Commit bd9427b3 authored by nanahira's avatar nanahira

migrate peerdep

parent 3f19d63c
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -27,12 +27,9 @@ ...@@ -27,12 +27,9 @@
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-thesaurus", "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-thesaurus",
"dependencies": { "dependencies": {
"lodash": "^4.17.21", "lodash": "^4.17.21",
"schemastery-gen": "^2.4.1", "schemastery-gen": "^2.4.2",
"source-map-support": "^0.5.20" "source-map-support": "^0.5.20"
}, },
"peerDependencies": {
"koishi": "^4.2.0"
},
"devDependencies": { "devDependencies": {
"@types/lodash": "^4.14.175", "@types/lodash": "^4.14.175",
"@types/node": "^16.11.1", "@types/node": "^16.11.1",
...@@ -41,7 +38,6 @@ ...@@ -41,7 +38,6 @@
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
"koishi": "^4.2.0",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"ts-loader": "^9.2.6", "ts-loader": "^9.2.6",
...@@ -49,5 +45,8 @@ ...@@ -49,5 +45,8 @@
"webpack": "^5.58.2", "webpack": "^5.58.2",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.1",
"ws": "^8.3.0" "ws": "^8.3.0"
},
"peerDependencies": {
"koishi": "^4.2.0"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment