-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.33 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": "web-smartcard-demo",
"version": "0.0.1",
"description": "Demonstrates the Smart Card API",
"author": "Daniel d'Andrada <dandrader@google.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/dandrader/web-smartcard-demo.git"
},
"bugs": {
"url": "https://github.com/dandrader/web-smartcard-demo/issues"
},
"homepage": "https://github.com/dandrader/web-smartcard-demo#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"dotenv": "^16.0.3",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.6.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"wbn-sign": "0.2.1",
"webbundle-webpack-plugin": "^0.2.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^6.0.1",
"wbn-sign-gcp-kms": "0.0.1"
},
"scripts": {
"start": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.wbn.js",
"build-gcp-kms": "webpack --config webpack.wbn-gcp-kmp.js"
},
"dependencies": {
"@peculiar/x509": "^1.9.5"
}
}