c17dddb0ee
* Update db-to-cloud * Change: refactor sync logic, disallow implicit auth * Add: better relog message in options page * read prefs only when `ready` * show the internal error text in icon tooltip * show the internal error text in options fully Co-authored-by: tophf <tophf@gmx.com> * Update _locales/en/messages.json Co-authored-by: Enrico Lamperti <910672+elamperti@users.noreply.github.com>
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "Stylus",
|
|
"version": "1.5.15",
|
|
"description": "Redesign the web with Stylus, a user styles manager",
|
|
"license": "GPL-3.0-only",
|
|
"repository": "openstyles/stylus",
|
|
"author": "Stylus Team",
|
|
"dependencies": {
|
|
"codemirror": "5.59.2",
|
|
"db-to-cloud": "^0.6.0",
|
|
"jsonlint": "^1.6.3",
|
|
"less-bundle": "github:openstyles/less-bundle#v0.1.0",
|
|
"lz-string-unsafe": "^1.4.4-fork-1",
|
|
"semver-bundle": "^0.1.1",
|
|
"stylelint-bundle": "^13.8.0",
|
|
"stylus-lang-bundle": "github:openstyles/stylus-lang-bundle#v0.54.7",
|
|
"usercss-meta": "^0.10.0",
|
|
"webext-launch-web-auth-flow": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"archiver": "^4.0.1",
|
|
"endent": "^1.4.0",
|
|
"eslint": "^7.16.0",
|
|
"fs-extra": "^9.0.0",
|
|
"make-fetch-happen": "^8.0.7",
|
|
"sync-version": "^1.0.1",
|
|
"tiny-glob": "^0.2.6",
|
|
"web-ext": "^5.4.1",
|
|
"webext-tx-fix": "^0.3.3"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint \"**/*.js\" --cache",
|
|
"test": "npm run lint",
|
|
"update-locales": "tx pull --all && webext-tx-fix",
|
|
"update-transifex": "tx push -s",
|
|
"build-vendor": "node tools/build-vendor",
|
|
"zip": "node tools/zip.js",
|
|
"start": "web-ext run",
|
|
"start-chrome": "web-ext run -t chromium",
|
|
"preversion": "npm test",
|
|
"version": "sync-version manifest.json && git add .",
|
|
"postversion": "npm run zip && git push --follow-tags"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
}
|