-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
102 lines (102 loc) · 3.01 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "keevault",
"version": "0.9.0",
"description": "Open source, multi-device, browser hosted password manager compatible with KeePass",
"main": "Gruntfile.js",
"private": true,
"homepage": "https://www.kee.pm",
"repository": {
"type": "git",
"url": "https://github.com/kee-org/keevault"
},
"dependencies": {
"backgrid": "^0.3.8",
"bowser": "^2.1.0",
"broadcast-channel": "^2.1.9",
"kdbx-placeholders": "^1.1.8",
"kee-frontend": "^1.0.25",
"kprpc": "^1.0.14",
"papaparse": "4.6.2",
"secure-remote-password": "^0.3.1",
"superagent": "^3.8.3",
"zxcvbn": "^4.4.2"
},
"dependencies": {
"@azure/storage-blob": "^10.3.0",
"@fortawesome/fontawesome-free": "^5.3.1",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"argon2-browser": "1.5.2",
"babel-loader": "8.0.5",
"backbone": "1.3.3",
"baron": "2.2.2",
"base64-loader": "1.0.0",
"bourbon": "4.2.7",
"cssnano": "4.1.8",
"eslint": "^5.12.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"exports-loader": "0.7.0",
"grunt": "1.0.3",
"grunt-concurrent": "2.3.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-compress": "1.4.3",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-htmlmin": "3.0.0",
"grunt-contrib-uglify": "4.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "21.0.0",
"grunt-gitinfo": "github:keeweb/grunt-gitinfo#b61aaed",
"grunt-inline-alt": "github:keeweb/grunt-inline-alt#ec9f6ad",
"grunt-postcss": "0.9.0",
"grunt-sass": "3.0.2",
"grunt-string-replace": "1.3.1",
"grunt-webpack": "3.1.3",
"handlebars": "4.0.12",
"handlebars-loader": "1.7.1",
"html-minifier": "3.5.21",
"jquery": "3.3.1",
"json-loader": "^0.5.4",
"jsqrcode": "github:antelle/jsqrcode#0.1.3",
"kdbxweb": "1.2.5",
"load-grunt-tasks": "4.0.0",
"mime-types": "^2.1.21",
"node-sass": "^4.11.0",
"node-stream-zip": "1.7.0",
"normalize.css": "8.0.1",
"pikaday": "1.8.0",
"pkcs15-smartcard-sign": "^1.0.0",
"punycode": "2.0.0",
"raw-loader": "1.0.0",
"source-map-loader": "^0.2.3",
"stats-webpack-plugin": "0.7.0",
"string-replace-webpack-plugin": "0.1.3",
"strip-sourcemap-loader": "0.0.1",
"sumchecker": "^2.0.2",
"time-grunt": "2.0.0",
"uglify-loader": "3.0.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.28.3",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-dev-server": "^3.1.14"
},
"optionalDependencies": {
"keytar": "^4.0.3"
},
"scripts": {
"start": "grunt dev --skip-sign",
"test": "grunt test",
"dev": "grunt dev --skip-sign",
"fake-prod-deploy": "node backupProductionDeploy.js"
},
"author": {
"name": "Chris Tomlinson",
"email": "contact@kee.pm",
"url": "https://www.kee.pm"
},
"license": "SEE LICENSE IN LICENSE",
"readme": "README.md"
}