2019-02-20 08:10:03 +00:00
|
|
|
{
|
|
|
|
"name": "simple-translate",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"dependencies": {
|
|
|
|
"browser-info": "^1.2.0",
|
2019-02-20 11:36:57 +00:00
|
|
|
"loglevel": "^1.6.1",
|
|
|
|
"query-string": "^6.1.0",
|
2021-04-06 07:04:04 +00:00
|
|
|
"react": "^16.13.1",
|
2019-02-22 20:59:45 +00:00
|
|
|
"react-copy-to-clipboard": "^5.0.1",
|
2021-04-06 07:04:04 +00:00
|
|
|
"react-dom": "^16.13.1",
|
2019-02-20 08:10:03 +00:00
|
|
|
"react-router": "^4.3.1",
|
2019-05-02 14:31:11 +00:00
|
|
|
"react-router-dom": "^4.3.1",
|
|
|
|
"react-toggle": "^4.0.2"
|
2019-02-20 08:10:03 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.0.0-beta.49",
|
2020-05-01 16:00:51 +00:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
|
2019-02-20 08:10:03 +00:00
|
|
|
"@babel/preset-env": "^7.0.0-beta.49",
|
|
|
|
"@babel/preset-react": "^7.0.0-beta.49",
|
|
|
|
"babel-loader": "^8.0.0-beta.3",
|
|
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
|
|
"clean-webpack-plugin": "^0.1.19",
|
2021-04-06 08:52:14 +00:00
|
|
|
"copy-webpack-plugin": "^6.4.1",
|
2021-05-16 12:03:33 +00:00
|
|
|
"css-loader": "^5.2.4",
|
2021-09-08 17:02:24 +00:00
|
|
|
"html-webpack-plugin": "^5.3.2",
|
|
|
|
"mini-css-extract-plugin": "^2.2.2",
|
|
|
|
"node-sass": "^6.0.1",
|
2019-03-21 10:41:28 +00:00
|
|
|
"opener": "^1.5.1",
|
2020-05-01 16:00:51 +00:00
|
|
|
"react-svg-loader": "^3.0.3",
|
2021-09-08 17:02:24 +00:00
|
|
|
"sass-loader": "^12.1.0",
|
2019-02-20 08:10:03 +00:00
|
|
|
"style-loader": "^0.21.0",
|
|
|
|
"webextension-polyfill": "^0.3.1",
|
2021-09-08 17:02:24 +00:00
|
|
|
"webpack": "^5.52.0",
|
2020-05-01 16:00:51 +00:00
|
|
|
"webpack-bundle-analyzer": "^3.7.0",
|
|
|
|
"webpack-cli": "^3.3.11",
|
2019-02-20 08:10:03 +00:00
|
|
|
"zip-webpack-plugin": "^3.0.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"watch-dev": "webpack --config webpack.config.dev.js --watch",
|
2019-03-21 10:41:28 +00:00
|
|
|
"build": "webpack --config webpack.config.dist.js",
|
|
|
|
"open-analyzer": "opener http://127.0.0.1:8888/"
|
2019-02-20 08:10:03 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|