forked from AdguardTeam/FingerprintingBlocker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.41 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.41 KB
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
{
"name": "FingerprintingBlocker",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"tsickle": "tsickle --externs=build/tscc/generated-externs.js --typed -- -p tasks/tscc",
"fix": "node ./tasks/tscc/fix.js",
"tscc": "java -jar node_modules/google-closure-compiler/compiler.jar --flagfile tasks/tscc/closure.conf",
"clean": "node ./tasks/tscc/clean.js",
"build": "yarn run clean && yarn run tsickle && yarn run fix && yarn run tscc"
},
"devDependencies": {
"@alexlur/rollup-plugin-typescript": "^1.0.4",
"asm.js": "dherman/asm.js",
"chai": "^4.1.2",
"clean-css": "^4.1.9",
"closure-library.ts": "^1.0.0",
"fs-extra": "^4.0.2",
"glob-fs": "^0.1.7",
"google-closure-compiler": "^20170910.0.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-inline": "^0.1.3",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^2.15.0",
"gulp-tap": "^1.0.1",
"gulp-uglify": "^3.0.0",
"html-minifier": "^3.5.5",
"mocha": "^4.0.1",
"replace-in-file": "^3.0.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-typescript2": "^0.7.0",
"run-sequence": "^2.2.0",
"tsickle": "^0.25.5",
"typescript": "2.5.3"
},
"dependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"preact": "^8.2.6"
}
}