catchup
Showing
This diff is collapsed.
| ... | ... | @@ -6,7 +6,7 @@ |
| "types": "dist/index.d.ts", | ||
| "scripts": { | ||
| "lint": "eslint --fix .", | ||
| "build": "webpack" | ||
| "build": "webpack && env PACK_ALL=1 webpack" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| ... | ... | @@ -25,10 +25,12 @@ |
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-thesaurus", | ||
| "dependencies": { | ||
| "source-map-support": "^0.5.20" | ||
| "schemastery-gen": "^1.0.3", | ||
| "source-map-support": "^0.5.20", | ||
| "lodash": "^4.17.21" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.0.0-alpha.12" | ||
| "koishi": "^4.0.0-beta.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/lodash": "^4.14.175", | ||
| ... | ... | @@ -38,11 +40,8 @@ |
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.1", | ||
| "koishi": "^4.0.0-beta.0", | ||
| "koishi-utils-schemagen": "^1.1.7", | ||
| "lodash": "^4.17.21", | ||
| "koishi": "^4.0.0-beta.2", | ||
| "prettier": "^2.4.1", | ||
| "proxy-agent": "^5.0.0", | ||
| "raw-loader": "^4.0.2", | ||
| "ts-loader": "^9.2.6", | ||
| "typescript": "^4.4.4", | ||
| ... | ... |
Please register or sign in to comment