2019-02-20 08:10:03 +00:00
|
|
|
{
|
|
|
|
"name": "simple-translate",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"dependencies": {
|
2022-03-03 07:24:35 +00:00
|
|
|
"axios": "^0.26.0",
|
2019-02-20 08:10:03 +00:00
|
|
|
"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": {
|
2023-09-08 14:31:57 +00:00
|
|
|
"@babel/core": "^7.22.17",
|
2022-03-02 12:35:55 +00:00
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
|
2020-05-01 16:00:51 +00:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
|
2022-03-05 08:49:30 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
2021-09-08 18:01:59 +00:00
|
|
|
"@babel/plugin-syntax-jsx": "^7.2.0",
|
2022-03-02 12:35:55 +00:00
|
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
2023-09-08 14:31:57 +00:00
|
|
|
"@babel/preset-env": "^7.22.15",
|
2019-02-20 08:10:03 +00:00
|
|
|
"@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",
|
2023-09-08 14:31:57 +00:00
|
|
|
"html-webpack-plugin": "^5.5.3",
|
2021-09-08 17:02:24 +00:00
|
|
|
"mini-css-extract-plugin": "^2.2.2",
|
2022-03-03 16:06:40 +00:00
|
|
|
"node-sass": "^7.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
|
|
|
"webextension-polyfill": "^0.3.1",
|
2023-09-08 14:31:57 +00:00
|
|
|
"webpack": "^5.88.2",
|
2023-09-08 14:47:38 +00:00
|
|
|
"webpack-bundle-analyzer": "^4.9.1",
|
2021-09-08 18:01:59 +00:00
|
|
|
"webpack-cli": "^4.8.0",
|
|
|
|
"webpack-sources": "^3.2.0",
|
|
|
|
"zip-webpack-plugin": "^4.0.1"
|
2019-02-20 08:10:03 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|