forked from mindaptiv/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 3.04 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "brave-browser-android",
"version": "1.0.0",
"description": "Brave Android browser is a set of changes, APIs, and scripts used for customizing Chromium to make Brave.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"lint": "npm run lint-ts-rewards",
"lint-ts-rewards": "tslint --project tsconfig.json 'components/brave_rewards_ui/**/*.{ts,tsx}'",
"test": "echo \"Error: no test specified\" && exit 1",
"web-ui-gen-grd": "node components/webpack/gen-webpack-grd",
"web-ui": "webpack --config components/webpack/webpack.config.js --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brave/browser-android-tabs.git"
},
"author": "Brave Software <support+android@brave.com>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/brave/browser-android-tabs/issues"
},
"homepage": "https://github.com/brave/browser-android-tabs#readme",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-0": "^7.0.0",
"@types/chrome": "0.0.69",
"@types/enzyme": "^3.1.12",
"@types/enzyme-adapter-react-16": "^1.0.2",
"@types/jest": "^23.3.0",
"@types/qr-image": "^3.2.1",
"@types/react": "^16.7.6",
"@types/react-dnd": "^2.0.36",
"@types/react-dom": "^16.0.9",
"@types/react-redux": "6.0.4",
"awesome-typescript-loader": "^5.2.0",
"brave-ui": "brave/brave-ui#cad4e14be8de73f059b9ec7de826bd363fe5ba7f",
"css-loader": "^0.28.9",
"csstype": "^2.5.5",
"emptykit.css": "^1.0.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"file-loader": "^1.1.6",
"font-awesome": "^4.7.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.4.1",
"less": "^3.7.1",
"less-loader": "^4.0.5",
"mz": "^2.7.0",
"react": "^16.6.0",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dom": "^16.6.0",
"react-redux": "^5.1.0",
"redux": "^4.0.0",
"style-loader": "^0.19.1",
"styled-components": "^3.4.2",
"ts-jest": "^23.0.1",
"tslint": "^5.8.0",
"tslint-config-standard": "^7.0.0",
"tslint-react": "^3.2.0",
"typesafe-actions": "^2.0.4",
"typescript": "^3.0.3",
"url-loader": "^0.6.2",
"webpack": "^4.24.0",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@types/parse-torrent": "^5.8.2",
"@types/webtorrent": "^0.98.4",
"bignumber.js": "^7.2.1",
"bittorrent-tracker": "github:brave/bittorrent-tracker#87cd1bba3ce2f40159210b904db3420e8b237b0a",
"chrome-dgram": "^3.0.1",
"chrome-net": "^3.3.1",
"clipboard-copy": "^2.0.0",
"http-node": "^1.2.0",
"prettier-bytes": "^1.0.4",
"qr-image": "^3.2.0",
"react-chrome-redux": "^1.5.1",
"throttleit": "^1.0.0",
"torrent-discovery": "github:brave/torrent-discovery#b565f40278c1cb910722ceb027a739d9173d587a",
"webtorrent": "github:brave/webtorrent#7742597c9cee74100dcd1f241e1a55aff93adf5c"
}
}