Files
ClearUrls/package.json
Kevin Röbert f59ff2f453 React test init
2019-08-06 18:26:51 +02:00

43 lines
1.2 KiB
JSON

{
"name": "clearurls",
"description": "Remove tracking elements from URLs.",
"version": "1.7.1",
"contributors": [
{
"name": "Kevin R.",
"email": "clearurls_1@kevinroebert.de",
"web": "https://gitlab.com/KevinRoebert"
}
],
"maintainers": [
{
"name": "Kevin R.",
"email": "clearurls_1@kevinroebert.de",
"web": "https://gitlab.com/KevinRoebert"
}
],
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"react-scripts": "0.9.x",
"semantic-ui-css": "^2.4.1",
"webext-redux": "^2.1.2",
"semantic-ui-react": "^0.87.3"
},
"bugs": {
"web": "https://gitlab.com/KevinRoebert/ClearUrls/issues/new"
},
"license": "LGPL-3.0-only",
"repository": {
"type": "git",
"url": "git://gitlab.com/KevinRoebert/ClearUrls.git"
},
"scripts": {
"start": "react-scripts start",
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}