-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
109 lines (109 loc) · 3.32 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
103
104
105
106
107
108
109
{
"name": "keevault",
"version": "1.1.1",
"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"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": "Firefox >= 60, Chrome >= 67, Edge >= 17, iOS >= 12, ChromeAndroid >= 67",
"dependencies": {
"@babel/runtime": "^7.23.9",
"backgrid": "^0.3.8",
"bowser": "^2.11.0",
"broadcast-channel": "^5.5.1",
"kdbx-import": "1.3.4",
"kdbx-placeholders": "1.2.2",
"kee-frontend": "^1.2.2",
"kprpc": "^1.3.8",
"secure-remote-password": "^0.3.1",
"superagent": "^8.1.2",
"timers-browserify": "^2.0.12",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@fortawesome/fontawesome-free": "^5.15.4",
"argon2-browser": "^1.18.0",
"autoprefixer": "^10.4.17",
"babel-loader": "9.1.3",
"backbone": "1.6.0",
"baron": "3.0.3",
"base64-loader": "1.0.0",
"bourbon": "7.3.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"eslint": "^8.56.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "6.1.1",
"exports-loader": "5.0.0",
"grunt": "^1.6.1",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-compress": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-htmlmin": "3.1.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "24.3.0",
"grunt-gitinfo": "^0.1.9",
"grunt-inline-alt": "github:kee-org/grunt-inline-alt#ec9f6ad885b958d4f766ddda5d7eeacec491d159",
"grunt-string-replace": "1.3.3",
"grunt-webpack": "6.0.0",
"handlebars": "^4.7.8",
"handlebars-loader": "1.7.3",
"html-minifier": "4.0.0",
"ignore-loader": "^0.1.2",
"jquery": "^3.7.1",
"json-loader": "^0.5.7",
"jsqrcode": "github:kee-org/jsqrcode#9f0b35a01123f97d7a64e790d053368057be5100",
"kdbxweb": "github:kee-org/kdbxweb",
"load-grunt-tasks": "5.1.0",
"mime-types": "^2.1.35",
"mini-css-extract-plugin": "^2.8.0",
"sass-embedded": "^1.77.8",
"normalize.css": "8.0.1",
"pikaday": "1.8.2",
"pkcs15-smartcard-sign": "^1.0.0",
"postcss-loader": "^8.1.0",
"punycode": "^2.3.1",
"raw-loader": "4.0.2",
"relative-deps": "^1.0.7",
"sass-loader": "^16.0.0",
"source-map-loader": "^5.0.0",
"stats-webpack-plugin": "0.7.0",
"string-replace-loader": "^3.1.0",
"string-replace-webpack-plugin": "0.1.3",
"strip-sourcemap-loader": "0.0.1",
"sumchecker": "^3.0.1",
"terser-webpack-plugin": "^5.3.10",
"time-grunt": "2.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.93.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-dev-server": "^5.0.4"
},
"scripts": {
"start": "grunt dev",
"prod": "grunt",
"dev": "grunt dev",
"fake-prod-deploy": "node backupProductionDeploy.js",
"prepare": "relative-deps"
},
"author": {
"name": "Chris Tomlinson",
"email": "[email protected]",
"url": "https://www.kee.pm"
},
"license": "SEE LICENSE IN LICENSE",
"readme": "README.md"
}