webpack-i18n-plugin-plus
Version:
webpack国际化插件-升级版,支持script中的中文识别,支持自动翻译
41 lines (40 loc) • 988 B
JSON
{
"name": "webpack-i18n-plugin-plus",
"version": "2.0.5",
"description": "webpack国际化插件-升级版,支持script中的中文识别,支持自动翻译",
"keywords": [
"vue",
"react",
"babel",
"i18n-plugin",
"i18n-loader",
"webpack-plugin",
"webpack",
"国际化"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mr18",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/plugin-transform-typescript": "^7.22.15",
"@babel/types": "^7.17.0",
"@vitalets/google-translate-api": "^9.2.0",
"loader-utils": "^1.4.0",
"ora": "^1.4.0",
"tunnel": "0.0.6",
"webpack-sources": "^1.4.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"react": "^18.0.0",
"typescript": "^4.6.3"
},
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
}
}