-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
186 lines (186 loc) · 7.52 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
{
"name": "keeweb",
"version": "1.19.0",
"description": "Free cross-platform password manager compatible with KeePass",
"main": "Gruntfile.js",
"private": true,
"homepage": "https://keeweb.info",
"repository": {
"type": "git",
"url": "https://github.com/keeweb/keeweb"
},
"author": {
"name": "Antelle",
"email": "keeweb@keeweb.info",
"url": "https://antelle.net"
},
"engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0"
},
"license": "MIT",
"readme": "README.md",
"dependencies": {
"@aetherinox/marked-alert-fa": "^2.0.5",
"@aetherinox/noxenv": "^1.0.0",
"@babel/cli": "7.26.4",
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-external-helpers": "7.25.9",
"@babel/plugin-transform-class-properties": "7.25.9",
"@babel/plugin-transform-logical-assignment-operators": "7.25.9",
"@babel/plugin-transform-nullish-coalescing-operator": "7.25.9",
"@babel/plugin-transform-object-rest-spread": "7.25.9",
"@babel/plugin-transform-optional-catch-binding": "7.25.9",
"@babel/plugin-transform-optional-chaining": "7.25.9",
"@babel/preset-env": "7.26.0",
"@electron/notarize": "1.2.4",
"@electron/remote": "2.0.1",
"@fortawesome/fontawesome-free": "6.7.1",
"@keeweb/keeweb-native-messaging-host": "https://github.com/keeweb/keeweb-connect/releases/download/0.3.5/keeweb-native-messaging-host.tgz",
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.11.6/keeweb-native-modules.tgz",
"adm-zip": "0.5.16",
"argon2-browser": "1.18.0",
"autoprefixer": "10.4.20",
"babel-loader": "9.2.1",
"baron": "3.0.3",
"base64-inline-loader": "2.0.1",
"base64-loader": "1.0.0",
"bourbon": "7.3.0",
"chalk": "^5.3.0",
"css-loader": "7.1.1",
"css-minimizer-webpack-plugin": "^7.0.0",
"css-unicode-loader": "1.0.3",
"debug": "^4.4.0",
"dompurify": "3.2.3",
"electron": "13.6.9",
"electron-builder": "23.6.0",
"electron-evil-feature-patcher": "1.2.1",
"electron-osx-sign": "0.5.0",
"exports-loader": "5.0.0",
"file-loader": "^6.2.0",
"form-data": "4.0.1",
"fs-extra": "11.2.0",
"globals": "15.0.0",
"grunt": "1.6.1",
"grunt-chmod": "1.1.1",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-compress": "github:keeweb/grunt-contrib-compress#08966cd",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-deb": "github:keeweb/grunt-contrib-deb#e9b6e9f",
"grunt-contrib-htmlmin": "3.1.0",
"grunt-contrib-watch": "1.1.0",
"grunt-electron": "13.0.0",
"grunt-eslint": "25.0.0",
"grunt-inline-alt": "github:keeweb/grunt-inline-alt#ec9f6ad",
"grunt-string-replace": "1.3.3",
"grunt-webpack": "7.0.0",
"handlebars": "4.7.8",
"handlebars-loader": "1.7.3",
"highlight.js": "11.11.0",
"html-minifier": "4.0.0",
"ignore-loader": "0.1.2",
"jquery": "3.7.1",
"jsqrcode": "github:antelle/jsqrcode#0.1.3",
"kdbxweb": "2.0.4",
"load-grunt-tasks": "5.1.0",
"lodash": "4.17.21",
"marked": "^15.0.4",
"marked-footnote": "1.2.4",
"marked-highlight": "^2.2.1",
"mini-css-extract-plugin": "2.9.2",
"moment": "2.30.1",
"morphdom": "2.7.4",
"normalize.css": "8.0.1",
"pikaday": "1.8.2",
"pkcs11-smartcard-sign": "1.0.1",
"pkg-dir": "^8.0.0",
"postcss": "8.4.49",
"postcss-loader": "8.1.1",
"raw-loader": "4.0.2",
"run-remote-task": "0.5.0",
"sass": "1.83.0",
"sass-loader": "16.0.4",
"stats-webpack-plugin": "0.7.0",
"string-replace-loader": "3.1.0",
"strip-sourcemap-loader": "0.0.1",
"sumchecker": "3.0.1",
"svg2ttf": "6.0.3",
"svgicons2svgfont": "12.0.0",
"terser-webpack-plugin": "5.3.10",
"time-grunt": "2.0.0",
"tweetnacl": "1.0.3",
"url-loader": "4.1.1",
"uuid": "^11.0.3",
"wawoff2": "2.0.1",
"webdav": "^5.7.1",
"webpack": "5.97.1"
},
"optionalDependencies": {
"grunt-appdmg": "github:keeweb/grunt-appdmg#874ad83",
"keytar": "7.7.0"
},
"devDependencies": {
"@babel/eslint-plugin": "7.25.9",
"@stylistic/eslint-plugin-js": "^2.12.1",
"@types/uuid": "^10.0.0",
"all-contributors-cli": "^6.26.1",
"chai": "5.1.2",
"eslint": "9.17.0",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "7.2.1",
"got": "14.4.5",
"mocha": "11.0.1",
"nyc": "^17.1.0",
"prettier": "3.2.5",
"prettier-eslint": "^16.3.0",
"puppeteer": "23.10.4",
"webpack-bundle-analyzer": "4.10.2",
"webpack-dev-server": "5.0.4"
},
"overrides": {
"run-remote-task": {
"aws-sdk@2.1603.0": {
"events": "^3.3.0"
}
}
},
"scripts": {
"start": "grunt",
"lint": "grunt eslint",
"test": "grunt test",
"build-beta": "grunt --beta && cp dist/index.html ../keeweb-beta/index.html && cd ../keeweb-beta && git add index.html && git commit -a -m 'beta' && git push origin master",
"build-beta-win": "grunt --beta && xcopy dist\\index.html ..\\beta.keeweb.info /Y && xcopy dist\\wallpapers\\* ..\\beta.keeweb.info\\wallpapers\\ /Y && cd ..\\beta.keeweb.info && git add . && git commit -a -m \"chore(beta): update release\" && git push origin master",
"electron": "noxenv KEEWEB_IS_PORTABLE=0 ELECTRON_DISABLE_SECURITY_WARNINGS=1 KEEWEB_EMULATE_HARDWARE_ENCRYPTION=persistent KEEWEB_HTML_PATH=http://localhost:8085 electron desktop --no-sandbox",
"dev": "grunt dev",
"dev-legacy": "noxenv NODE_OPTIONS='--openssl-legacy-provider' grunt dev",
"dev-desktop-macos": "grunt dev-desktop-darwin --skip-sign",
"dev-desktop-macos-signed": "grunt dev-desktop-darwin-signed",
"dev-desktop-windows": "grunt dev-desktop-win32 --skip-sign",
"dev-desktop-linux": "grunt dev-desktop-linux --skip-sign",
"babel-helpers": "babel-external-helpers -l 'slicedToArray,toConsumableArray,defineProperty,typeof' -t global > app/lib/babel-helpers.js",
"coverage": "nyc --reporter=lcov --reporter=text npm run test",
"coverage:report": "nyc report --reporter=lcov --reporter=text",
"contrib:add": "all-contributors add",
"contrib:generate": "all-contributors generate",
"init": "node init.js",
"init:generate": "node init.js generate",
"keeweb:generate": "node keeweb.js generate",
"init-keeweb": "npx --quiet env-cmd --no-override node init.js",
"init-uuid": "npx --quiet env-cmd --no-override node init.js uuid",
"init-guid": "npx --quiet env-cmd --no-override node init.js guid",
"init-version": "node -p require('./package.json').version;"
},
"browserslist": [
"last 2 Firefox versions",
"last 2 Chrome versions",
"last 2 Safari version",
"last 2 iOS versions",
"last 2 Edge versions",
"last 1 Opera version",
"last 1 ChromeAndroid version",
"Electron > 6.0.1"
]
}