This repository was archived by the owner on Nov 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.45 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.45 KB
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
49
50
51
52
{
"name": "kr-u2f",
"version": "1.0.0",
"author": "krypt.co <hello@krypt.co>",
"private": true,
"devDependencies": {
"@types/chrome": "^0.0.64",
"@types/jquery": "^3.3.1",
"@types/safari-extension": "^0.0.27",
"@types/text-encoding": "^0.0.32",
"@types/uuid": "^3.4.3",
"@types/webappsec-credential-management": "^0.3.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.11",
"dart-sass": "^1.9.0",
"extract-loader": "^2.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.9.0",
"postcss-loader": "^2.1.5",
"sass": "^1.8.0",
"sass-loader": "^7.0.1",
"strip-sourcemap-loader": "^0.0.1",
"ts-loader": "^3.5.0",
"tslint": "^5.11.0",
"tslint-loader": "^3.6.0",
"typescript": "^2.8.3",
"web-ext-types": "^2.1.0",
"webpack": "^3.10.0",
"webpack-manifest-plugin": "^1.3.2",
"webpack-merge": "^4.1.2"
},
"scripts": {
"watch": "webpack --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"dependencies": {
"aws-sdk": "^2.248.1",
"cbor": "^4.1.0",
"class-transformer": "^0.1.9",
"jquery": "^3.3.1",
"libsodium-wrappers-sumo": "^0.7.3",
"platform": "^1.3.5",
"qr-image": "^3.2.0",
"reflect-metadata": "^0.1.12",
"text-encoding": "^0.6.4"
}
}