-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
58 lines (58 loc) · 2.72 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
{
"name": "passwords-webextension",
"version": "2.7.1",
"description": "The official browser client of the Passwords app for Nextcloud",
"private": true,
"scripts": {
"watch:firefox": "webpack --progress --color --watch",
"watch:chrome": "webpack --progress --color --watch --env platform=chrome",
"watch:fenix": "webpack --progress --color --watch --env platform=fenix",
"build:firefox": "webpack --mode=production --color",
"build:chrome": "webpack --mode=production --color --env platform=chrome",
"build:fenix": "webpack --mode=production --color --env platform=fenix",
"adb:firefox": "which web-ext||sudo npm i -g web-ext;a=$(adb devices|tr -d '\\n');b=${a##*ed};c=${b%dev*};web-ext run -t firefox-android -s build --adb-device=${c} --firefox-apk=org.mozilla.firefox",
"adb:firefox:beta": "which web-ext||sudo npm i -g web-ext;a=$(adb devices|tr -d '\\n');b=${a##*ed};c=${b%dev*};web-ext run -t firefox-android -s build --adb-device=${c} --firefox-apk=org.mozilla.firefox_beta",
"adb:firefox:nightly": "which web-ext||sudo npm i -g web-ext;a=$(adb devices|tr -d '\\n');b=${a##*ed};c=${b%dev*};web-ext run -t firefox-android -s build --adb-device=${c} --firefox-apk=org.mozilla.fenix",
"msg:desc:sync": "node --no-warnings --experimental-json-modules scripts/message-description-sync.mjs",
"edge:publish": "node --no-warnings --experimental-json-modules scripts/ms-edge-publish.mjs"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@plasmohq/edge-addons-api": "^1.3.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^3.4.1",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.7.2",
"passwords-client": "1.0.0-alpha.5477",
"sass": "^1.57.1",
"sass-loader": "^12.6.0",
"sass-resources-loader": "^2.2.5",
"search-query-parser": "^1.6.0",
"shoetest": "^1.2.2",
"ua-parser-js": "^1.0.32",
"url-loader": "^4.1.1",
"url-parse": "^1.5.3",
"vue": "^2.7.14",
"vue-loader": "^15.10.1",
"vue-qrcode-reader": "3.1.0",
"vue-router": "^3.6.5",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "^2.7.14",
"webextension-polyfill": "^0.12.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/nextcloud/passwords-webextension.git"
},
"keywords": [
"passwords",
"nextcloud",
"security"
],
"author": "Marius Wieschollek",
"license": "GPL"
}