-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
48 lines (48 loc) · 1.77 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
{
"name": "Laboratory",
"version": "3.0.9",
"description": "Because good website security shouldn't only be available to mad scientists!",
"license": "MPL-2.0",
"scripts": {
"build": "npm run compile && npm run package",
"compile": "webpack --config=config/webpack.config.js",
"package": "web-ext build -s build -a dist --overwrite-dest",
"start": "web-ext run --browser-console -s build -t firefox-desktop -t chromium --start-url 'https://badssl.com'",
"start:chromium": "web-ext run --browser-console -s build -t chromium --start-url 'https://badssl.com'",
"start:firefox": "web-ext run --browser-console -s build -t firefox-desktop --start-url 'https://badssl.com'",
"watch": "NODE_ENV=development webpack --config=config/webpack.config.js --watch --display-error-details --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/april/laboratory"
},
"bugs": {
"url": "https://github.com/april/laboratory/issues"
},
"homepage": "https://github.com/april/laboratory#readme",
"dependencies": {
"bootstrap": "^4.6.0",
"clipboard": "^2.0.6",
"jquery": "^3.5.1",
"license-webpack-plugin": "^2.3.11",
"localforage": "^1.9.0",
"octicons": "^8.4.2",
"popper.js": "^1.16.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^4.5.4",
"eslint": "^7.18.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"web-ext": "^5.5.0",
"webextension-polyfill": "^0.7.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}