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: 9eca5c28e639d4b6434bf6da7fa5526149ca09be (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.1.1",
    "description": "The official browser client of the Passwords app for Nextcloud",
    "private": true,
    "scripts": {
        "watch:firefox": "webpack --env.production=0 --progress --colors --watch",
        "watch:chrome": "webpack --env.production=0 --progress --colors --watch --env.platform=chrome",
        "watch:fenix": "webpack --env.production=0 --progress --colors --watch --env.platform=fenix",
        "build:firefox": "webpack --env.production",
        "build:chrome": "webpack --env.production --env.platform=chrome",
        "build:fenix": "webpack --env.production --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.2",
        "clean-webpack-plugin": "^3.0.0",
        "copy-webpack-plugin": "^5.1.2",
        "css-loader": "^3.6.0",
        "eventemitter3": "^4.0.7",
        "file-loader": "^6.2.0",
        "mini-css-extract-plugin": "^0.9.0",
        "optimize-css-assets-webpack-plugin": "^5.0.4",
        "passwords-client": "file:.node_modules/passwords-client",
        "sass": "^1.32.6",
        "sass-loader": "^10.1.1",
        "sass-resources-loader": "^2.1.1",
        "search-query-parser": "^1.5.5",
        "ua-parser-js": "^0.7.23",
        "url-loader": "^4.1.1",
        "url-parse": "^1.4.7",
        "uuidv4": "^4.0.0",
        "vue": "^2.6.12",
        "vue-loader": "^15.9.6",
        "vue-qrcode-reader": "2.3.3",
        "vue-router": "^3.5.1",
        "vue-style-loader": "^4.1.2",
        "vue-template-compiler": "^2.6.12",
        "webextension-polyfill": "^0.7.0",
        "webpack": "^4.46.0",
        "webpack-cli": "^3.3.12"
    },
    "repository": {
        "type": "git",
        "url": "ssh://git@git.mdns.eu:2024/nextcloud/passwords-webextension.git"
    },
    "keywords": [
        "passwords",
        "nextcloud",
        "security"
    ],
    "author": "Marius Wieschollek",
    "license": "GPL"
}