Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76d21545ae15641110ed8f9a336098d42ec7daf2 (plain)
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
{
    "name": "passwords-webextension",
    "version": "2.2.5",
    "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 --experimental-json-modules scripts/message-description-sync.mjs"
    },
    "devDependencies": {
        "@fortawesome/fontawesome-free": "^5.15.4",
        "clean-webpack-plugin": "^4.0.0",
        "copy-webpack-plugin": "^10.0.0",
        "css-loader": "^6.5.1",
        "eventemitter3": "^4.0.7",
        "file-loader": "^6.2.0",
        "mini-css-extract-plugin": "^2.4.3",
        "css-minimizer-webpack-plugin": "^3.2.0",
        "passwords-client": "^1.0.0-alpha.4289",
        "sass": "^1.43.5",
        "sass-loader": "^12.3.0",
        "sass-resources-loader": "^2.2.4",
        "search-query-parser": "^1.6.0",
        "ua-parser-js": "^1.0.2",
        "url-loader": "^4.1.1",
        "url-parse": "^1.5.3",
        "uuid": "^8.3.2",
        "vue": "^2.6.14",
        "vue-loader": "^15.9.8",
        "vue-qrcode-reader": "3.0.6",
        "vue-router": "^3.5.3",
        "vue-style-loader": "^4.1.3",
        "vue-template-compiler": "^2.6.14",
        "webextension-polyfill": "^0.8.0",
        "webpack": "^5.60.0",
        "webpack-cli": "^4.9.1"
    },
    "repository": {
        "type": "git",
        "url": "ssh://git@git.mdns.eu:2024/nextcloud/passwords-webextension.git"
    },
    "keywords": [
        "passwords",
        "nextcloud",
        "security"
    ],
    "author": "Marius Wieschollek",
    "license": "GPL"
}