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