stylus/package.json

46 lines
1.4 KiB
JSON
Raw Normal View History

2018-07-21 17:58:54 +00:00
{
"name": "Stylus",
2021-02-25 00:34:09 +00:00
"version": "1.5.17",
2018-07-21 17:58:54 +00:00
"description": "Redesign the web with Stylus, a user styles manager",
"license": "GPL-3.0-only",
"repository": "openstyles/stylus",
"author": "Stylus Team",
"dependencies": {
2021-03-20 11:23:49 +00:00
"codemirror": "5.60.0",
"db-to-cloud": "^0.6.0",
2018-07-21 17:58:54 +00:00
"jsonlint": "^1.6.3",
"less-bundle": "github:openstyles/less-bundle#v0.1.0",
2018-08-09 19:07:59 +00:00
"lz-string-unsafe": "^1.4.4-fork-1",
2021-01-04 10:57:58 +00:00
"stylelint-bundle": "^13.8.0",
"stylus-lang-bundle": "github:openstyles/stylus-lang-bundle#v0.54.7",
2020-11-21 17:35:23 +00:00
"usercss-meta": "^0.10.0",
2021-02-21 06:17:03 +00:00
"webext-launch-web-auth-flow": "^0.1.1"
},
"devDependencies": {
"archiver": "^4.0.1",
"endent": "^1.4.0",
2021-02-21 06:17:03 +00:00
"eslint": "^7.20.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.5.0"
2018-07-21 17:58:54 +00:00
},
"scripts": {
"lint": "eslint \"**/*.js\" --cache",
"test": "node tools/test.js && npm run lint",
"update-locales": "tx pull --all && node tools/fix-transifex.js",
"update-transifex": "tx push -s",
"build-vendor": "node tools/build-vendor",
"zip": "npm test && 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"
2018-07-21 17:58:54 +00:00
}
}