-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.39 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
{
"name": "botz",
"description": "Recognizes suspicious social media behavior.",
"version": "1.0.5",
"repository": "https://github.com/botim/botz.git",
"license": "GPL-3.0",
"scripts": {
"zip": "yarn build && node scripts/build-zip.js",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch",
"lint": "tslint -p tsconfig.json",
"format": "prettier --write \"src/**/*.{ts,js,scss,json,html}\"",
"contrib:add": "all-contributors add",
"contrib:gen": "all-contributors generate"
},
"devDependencies": {
"@types/chrome": "0.0.81",
"@types/firefox-webext-browser": "^65.0.2",
"@types/node": "^11.11.3",
"all-contributors-cli": "^6.1.2",
"archiver": "^3.0.0",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.1.0",
"google-fonts-plugin": "^4.0.2",
"html-loader": "^0.5.5",
"husky": "^1.3.1",
"lint-staged": "^8.1.4",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"prettier": "^1.16.4",
"sass-loader": "^7.1.0",
"size-plugin": "^1.1.2",
"ts-loader": "^5.3.3",
"tslint": "^5.13.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.3",
"url-loader": "^1.1.2",
"webextension-polyfill": "^0.4.0",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
},
"dependencies": {
"idb-keyval": "^3.1.0"
}
}