-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "vue-i18n-code-shift",
"version": "1.0.1",
"packageManager": "pnpm@7.5.0",
"description": "vue 项目国际化全流程解决方案: 一个命令行工具,对代码里的中文文案一键完成提取、替换、翻译、导入、导出等,告别手动操作",
"keywords": [
"vue",
"i18n",
"codemod",
"codeshift",
"tool"
],
"homepage": "https://github.com/jonjia/vue-i18n-code-shift",
"bugs": {
"url": "https://github.com/jonjia/vue-i18n-code-shift/issues"
},
"repository": "git@github.com:jonjia/vue-i18n-code-shift.git",
"license": "MIT",
"author": "jonjia <jiawenhuiwar3@163.com>",
"main": "src/index.js",
"bin": {
"vics": "src/index.js"
},
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.1",
"commander": "^7.2.0",
"eslint": "^7.26.0",
"fs-extra": "^10.0.0",
"inquirer": "^8.0.0",
"lodash": "^4.17.21",
"node-xlsx": "^0.16.1",
"ora": "^5.4.0",
"prettier": "^2.3.0",
"randomstring": "^1.2.1",
"slash2": "^2.0.0",
"typescript": "^4.2.4",
"vue-template-compiler": "^2.6.12"
}
}