forked from sienori/simple-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.27 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "simple-translate",
"version": "0.0.0",
"dependencies": {
"axios": "^0.26.0",
"browser-info": "^1.2.0",
"loglevel": "^1.6.1",
"query-string": "^6.1.0",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.13.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-toggle": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.22.17",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.0.0-beta.49",
"@svgr/webpack": "^8.1.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.0-beta.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^5.2.4",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.2.2",
"node-sass": "^9.0.0",
"opener": "^1.5.1",
"sass-loader": "^12.1.0",
"webextension-polyfill": "^0.3.1",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^4.8.0",
"webpack-sources": "^3.2.0",
"zip-webpack-plugin": "^4.0.1"
},
"scripts": {
"watch-dev": "webpack --config webpack.config.dev.js --watch",
"build": "webpack --config webpack.config.dist.js",
"open-analyzer": "opener http://127.0.0.1:8888/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/64mb/simple-translate-yandex-cloud.git"
},
"author": "64mb",
"license": "MPL-2.0",
"description": "A simple and powerful WebExtensions for translating pages and text.",
"bugs": {
"url": "https://github.com/64mb/simple-translate-yandex-cloud/issues"
},
"homepage": "https://github.com/64mb/simple-translate-yandex-cloud#readme",
"main": ".src/manifest.json",
"keywords": [
"webextensions",
"firefox",
"chrome"
]
}