完善&打包
Showing
This diff is collapsed.
logo.png
0 → 100644
1.48 KB
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -4,8 +4,10 @@ | ... | @@ -4,8 +4,10 @@ |
| "description": "A tool to generate frontend project with template", | "description": "A tool to generate frontend project with template", | ||
| "version": "0.0.1", | "version": "0.0.1", | ||
| "publisher": "GuoMingyao", | "publisher": "GuoMingyao", | ||
| "icon": "logo.png", | |||
| "license": "MIT", | |||
| "engines": { | "engines": { | ||
| "vscode": "^1.57.0" | "vscode": "^1.58.0" | ||
| }, | }, | ||
| "categories": [ | "categories": [ | ||
| "Other" | "Other" | ||
| ... | @@ -60,7 +62,7 @@ | ... | @@ -60,7 +62,7 @@ |
| "@types/glob": "^7.1.3", | "@types/glob": "^7.1.3", | ||
| "@types/mocha": "^8.2.2", | "@types/mocha": "^8.2.2", | ||
| "@types/node": "14.x", | "@types/node": "14.x", | ||
| "@types/vscode": "^1.57.0", | "@types/vscode": "^1.58.0", | ||
| "@typescript-eslint/eslint-plugin": "^4.26.0", | "@typescript-eslint/eslint-plugin": "^4.26.0", | ||
| "@typescript-eslint/parser": "^4.26.0", | "@typescript-eslint/parser": "^4.26.0", | ||
| "eslint": "^7.27.0", | "eslint": "^7.27.0", | ||
| ... | @@ -73,6 +75,7 @@ | ... | @@ -73,6 +75,7 @@ |
| "webpack-cli": "^4.7.0" | "webpack-cli": "^4.7.0" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "got": "^11.8.2", | |||
| "npm-gitee-lw": "^1.0.3" | "npm-gitee-lw": "^1.0.3" | ||
| } | } | ||
| } | } |
record.gif
0 → 100644
37.2 KB