forked from Politiwatch/privacyspy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.31 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
{
"name": "privacyspy",
"version": "0.0.1",
"description": "An open project to rate, annotate, and analyze privacy policies.",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/helper-validator-option": "^7.12.17",
"@babel/preset-env": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@fortawesome/fontawesome-free": "^5.15.1",
"@iarna/toml": "^2.2.5",
"@types/gulp": "^4.0.7",
"@types/jest": "^26",
"@types/node": "^14.14.14",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"a17t": "^0.2.9",
"autoprefixer": "^10.2.6",
"axios": "^0.21.2",
"babel-jest": "^27",
"babel-plugin-polyfill-corejs2": "^0.2.0",
"babel-plugin-polyfill-corejs3": "^0.2.0",
"babel-plugin-polyfill-regenerator": "^0.2.0",
"cssnano": "^5.0.2",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-hb": "^8.0.0",
"gulp-jest": "^4.0.3",
"gulp-postcss": "^9.0.0",
"gulp-purgecss": "^4.0.3",
"gulp-rename": "^2.0.0",
"handlebars-helpers": "^0.10.0",
"image-size": "^0.8.3",
"is-core-module": "^2.4.0",
"jest": "^27",
"jest-cli": "^27",
"jest-junit": "^11.1.0",
"jssoup": "0.0.11",
"lunr": "^2.3.9",
"postcss": "^8.4.31",
"postcss-import": "^14.0.2",
"postcss-scss": "^3.0.5",
"queue-microtask": "^1.2.3",
"run-sequence": "^2.2.1",
"simple-git": "^3.16.0",
"tailwindcss": "^2.1.2",
"toml": "^3.0.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"scripts": {
"test": "jest",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"legacy-convert": "node src/legacy/convert",
"icons": "ts-node src/build/icons"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Politiwatch/privacyspy.git"
},
"author": "Politiwatch <secure@politiwatch.org>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Politiwatch/privacyspy/issues"
},
"homepage": "https://github.com/Politiwatch/privacyspy#readme",
"devDependencies": {
"prettier": "^2.2.1"
}
}