forked from DinoChiesa/jwt-webtool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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
{
"name": "jwt-webtool",
"version": "1.0.4",
"description": "",
"repository": {
"type": "git",
"url": "git://github.com/DinoChiesa/jwt-webtool.git"
},
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --output-pathinfo --devtool source-map --mode=development --watch --color",
"devbuild": "webpack --output-pathinfo --devtool source-map --mode=development --progress --color",
"build": "rm -rf dist/* && webpack --mode=production --progress --color"
},
"keywords": [
"JWT",
"node-jose"
],
"author": "Dino Chiesa <dchiesa@google.com>",
"license": "Apache-2.0",
"dependencies": {
"bootstrap": "^4.3.1",
"codemirror": ">5.58.2",
"jquery": "^3.5.0",
"node-jose": "^2.0.0",
"open-iconic": "^1.1.1",
"popper.js": "^1.16.0"
},
"devDependencies": {
"ajv": "^6.12.6",
"child_process": "^1.0.2",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^3.4.2",
"mini-css-extract-plugin": "^1.5.0",
"node-sass": "^4.14.1",
"precss": "^3.1.2",
"sass-loader": "^11.0.1",
"style-loader": "^0.19.1",
"url-loader": "^4.1.1",
"webpack": "^5.35.0",
"webpack-cli": "^4.6.0"
}
}