stylus/package.json

49 lines
1.5 KiB
JSON
Raw Normal View History

2018-07-21 17:58:54 +00:00
{
"name": "Stylus",
2022-05-31 17:11:33 +00:00
"version": "1.5.25",
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",
2021-08-20 09:15:12 +00:00
"dependenciesNotes": {
"codemirror": "WARNING! Always use an exact version and test it for a while before releasing"
},
"dependencies": {
"@eight04/draggable-list": "^0.3.0",
2022-08-05 14:50:31 +00:00
"codemirror": "5.65.7",
"db-to-cloud": "^0.7.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",
2022-01-20 14:43:06 +00:00
"stylelint-bundle": "^14.2.0",
2022-06-23 18:16:02 +00:00
"stylus-lang-bundle": "^0.58.1",
"usercss-meta": "^0.12.0",
2021-02-21 06:17:03 +00:00
"webext-launch-web-auth-flow": "^0.1.1"
},
"devDependencies": {
2022-08-05 14:50:31 +00:00
"archiver": "^5.3.1",
"eslint": "^8.21.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"node-fetch": "^2.6.7",
"sync-version": "^1.0.1",
2022-08-05 14:50:31 +00:00
"web-ext": "^6.8.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
}
}