Commit b6995d5d authored by nanahira's avatar nanahira

migrate peerdep

parent 49acd4dc
This diff is collapsed.
...@@ -30,14 +30,11 @@ ...@@ -30,14 +30,11 @@
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-tabulate", "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-tabulate",
"dependencies": { "dependencies": {
"class-transformer": "^0.4.0", "class-transformer": "^0.4.0",
"koishi-thirdeye": "^8.2.1", "koishi-thirdeye": "^8.2.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"moment": "^2.29.1", "moment": "^2.29.1",
"source-map-support": "^0.5.20" "source-map-support": "^0.5.20"
}, },
"peerDependencies": {
"koishi": "^4.2.0"
},
"devDependencies": { "devDependencies": {
"@types/lodash": "^4.14.176", "@types/lodash": "^4.14.176",
"@types/node": "^16.11.7", "@types/node": "^16.11.7",
...@@ -46,7 +43,6 @@ ...@@ -46,7 +43,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",
...@@ -54,5 +50,8 @@ ...@@ -54,5 +50,8 @@
"webpack": "^5.64.0", "webpack": "^5.64.0",
"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