-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 969 Bytes
/
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
{
"name": "pfsc-browser-ext",
"version": "3.1.1111",
"license": "Apache-2.0",
"description": "Proofscape Browser Extension",
"repository": {
"type": "git",
"url": "https://github.com/proofscape/pbe.git"
},
"private": true,
"scripts": {
"build:moz": "webpack; date",
"build:moz:min": "webpack --env min; date",
"build:moz:gid": "webpack --env gid; date",
"build:chr": "webpack --env chr; date",
"build:chr:min": "webpack --env chr min; date"
},
"keywords": [],
"devDependencies": {
"copy-webpack-plugin": "^10.2.1",
"css-loader": "^6.5.1",
"sass": "^1.53.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"bootstrap": "^4.5.2",
"bootswatch": "^4.5.2",
"browser-peers": "^0.2.0",
"jquery": "^3.5.1",
"lru-cache": "^6.0.0",
"popper.js": "^1.16.1",
"webextension-polyfill": "^0.10.0"
}
}