-
-
Notifications
You must be signed in to change notification settings - Fork 131
/
package.json
64 lines (64 loc) · 2.01 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
{
"name": "simple-translate",
"version": "0.0.0",
"dependencies": {
"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-loader": "^8.0.0-beta.3",
"babel-plugin-transform-class-properties": "^6.10.2",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^5.2.4",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.2.2",
"node-sass": "^9.0.0",
"opener": "^1.5.1",
"sass-loader": "^14.2.1",
"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/sienori/simple-translate.git"
},
"author": "Sienori",
"license": "MPL-2.0",
"description": "A simple and powerful WebExtensions for translating pages and text.",
"bugs": {
"url": "https://github.com/sienori/simple-translate/issues"
},
"homepage": "https://github.com/sienori/simple-translate#readme",
"main": ".src/manifest.json",
"keywords": [
"webextensions",
"firefox",
"chrome"
]
}