Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYCL committed Jun 23, 2020
1 parent 1b1becc commit 09abb39
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 69 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

## 安装方式

[应用市场旧版2.0.5版本](https://chrome.google.com/webstore/detail/udemy-translate/dechpgocmbnibandhfdpkmfkogmlnbkp?hl=en-US)
[应用市场旧版 2.0.5 版本](https://chrome.google.com/webstore/detail/udemy-translate/dechpgocmbnibandhfdpkmfkogmlnbkp?hl=en-US)

或者下面方式,Edge 支持

Expand Down Expand Up @@ -63,7 +63,7 @@

## 版本

v2.0.8
v2.1.0

## 功能点

Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Now,It works

## Version

v2.0.8
v2.1.0

## Features

Expand Down
132 changes: 66 additions & 66 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
{
"name": "chrome-extension-udemy-translate",
"version": "2.0.9",
"description": "Translate Udemy's subtitles into Chinese/English(netflix+udemy+lynda+hulu+hbo now字幕翻译)",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:ChenYCL/chrome-extension-udemy-translate.git"
},
"scripts": {
"build": "node utils/build.js",
"start": "node utils/webserver.js",
"prettier": "prettier --write '**/*.{js,jsx,css,html}'"
},
"dependencies": {
"@hot-loader/react-dom": "^16.13.0",
"@types/node": "^13.13.2",
"@types/zepto": "^1.0.30",
"antd": "^4.1.4",
"axios": "^0.19.2",
"google-translate-open-api": "^1.3.2",
"imports-loader": "^0.8.0",
"md5": "^2.2.1",
"react": "^16.13.1",
"react-color": "^2.18.0",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.20",
"zepto": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"babel-preset-react-app": "^9.1.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"file-loader": "^4.3.0",
"fs-extra": "^8.1.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"less-loader": "^5.0.0",
"node-sass": "^4.14.0",
"prettier": "1.18.2",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.4",
"terser-webpack-plugin": "^2.3.5",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"write-file-webpack-plugin": "^4.5.1"
}
"name": "chrome-extension-udemy-translate",
"version": "2.1.0",
"description": "Translate Udemy's subtitles into Chinese/English(netflix+udemy+lynda+hulu+hbo now字幕翻译)",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:ChenYCL/chrome-extension-udemy-translate.git"
},
"scripts": {
"build": "node utils/build.js",
"start": "node utils/webserver.js",
"prettier": "prettier --write '**/*.{js,jsx,css,html}'"
},
"dependencies": {
"@hot-loader/react-dom": "^16.13.0",
"@types/node": "^13.13.2",
"@types/zepto": "^1.0.30",
"antd": "^4.1.4",
"axios": "^0.19.2",
"google-translate-open-api": "^1.3.2",
"imports-loader": "^0.8.0",
"md5": "^2.2.1",
"react": "^16.13.1",
"react-color": "^2.18.0",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.20",
"zepto": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"babel-preset-react-app": "^9.1.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"file-loader": "^4.3.0",
"fs-extra": "^8.1.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"less-loader": "^5.0.0",
"node-sass": "^4.14.0",
"prettier": "1.18.2",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.4",
"terser-webpack-plugin": "^2.3.5",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"write-file-webpack-plugin": "^4.5.1"
}
}

0 comments on commit 09abb39

Please sign in to comment.