-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
38 lines (38 loc) · 1.02 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
{
"title": "PfP: Pain-free Passwords",
"name": "pfp",
"description": "A simple and secure password manager to be used with KeePass databases.",
"author": "Wladimir Palant",
"license": "MPL-2.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/palant/pfp.git"
},
"scripts": {
"build": "builder",
"test": "builder validate"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"adm-zip": "^0.5.14",
"builder": "github:palant/builder#v0.1.4",
"eslint": "^9.5.0",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-vue": "^9.26.0",
"html-validate": "^8.20.1",
"html-validate-vue": "^6.0.7",
"rollup": "^4.18.0",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.77.6",
"stylelint": "^16.6.1",
"stylelint-config-standard-scss": "^13.1.0"
},
"dependencies": {
"@stablelib/scrypt": "^1.0.0",
"qrcode": "^1.5.0",
"vue": "^3.4.4"
}
}