forked from Varanida/varanida-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.6 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
{
"name": "varanida-extension-ublock",
"version": "1.16.0",
"engines": {
"npm": "3.6.x",
"node": ">=0.8.0"
},
"private": true,
"description": "Varanida ad blocker",
"author": "Silto",
"scripts": {
"build": "npm run build:chromium",
"build:chromium": "./tools/make-chromium.sh",
"build:chromium:all": "./tools/make-chromium.sh all",
"build:firefox:all": "./tools/make-webext.sh all",
"release": "npm run release:chromium && npm run release:firefox",
"release:chrome": "npm run build:chromium:all",
"release:firefox": "npm run build:firefox:all"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015",
"stage-0"
]
}
],
"envify",
"brfs"
]
},
"dependencies": {
"aws-sdk": "^2.213.1",
"blakejs": "1.1.0",
"chart.js": "^2.7.2",
"eth-keyring-controller": "^3.1.1",
"eth-sig-util": "^1.4.2",
"ethereumjs-util": "^5.2.0",
"loglevel": "^1.5.0",
"moment": "^2.22.1",
"nouislider": "^11.1.0"
},
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^8.0.0",
"brfs": "^1.4.3",
"crypto-browserify": "^3.12.0",
"del": "^3.0.0",
"envify": "^4.0.0",
"eslint": "^4.19.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-purgecss": "^0.21.0",
"gulp-rewrite-css": "^1.1.1",
"gulp-uglify": "^3.0.0",
"lazypipe": "^1.0.1",
"require-dir": "^1.0.0",
"run-sequence": "^2.2.1"
}
}