2018-07-21 17:58:54 +00:00
|
|
|
{
|
|
|
|
"name": "Stylus",
|
2021-08-30 13:38:44 +00:00
|
|
|
"version": "1.5.22",
|
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"
|
|
|
|
},
|
2020-06-02 08:08:02 +00:00
|
|
|
"dependencies": {
|
2022-01-14 12:44:48 +00:00
|
|
|
"@eight04/draggable-list": "^0.3.0",
|
2021-10-12 13:05:21 +00:00
|
|
|
"codemirror": "5.63.3",
|
2021-12-08 16:00:30 +00:00
|
|
|
"db-to-cloud": "^0.7.0",
|
2018-07-21 17:58:54 +00:00
|
|
|
"jsonlint": "^1.6.3",
|
2018-11-11 06:06:25 +00:00
|
|
|
"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",
|
2020-11-10 17:29:23 +00:00
|
|
|
"stylus-lang-bundle": "github:openstyles/stylus-lang-bundle#v0.54.7",
|
2021-08-01 16:00:42 +00:00
|
|
|
"usercss-meta": "^0.12.0",
|
2021-02-21 06:17:03 +00:00
|
|
|
"webext-launch-web-auth-flow": "^0.1.1"
|
2020-06-02 08:08:02 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"archiver": "^4.0.1",
|
2021-02-21 06:17:03 +00:00
|
|
|
"eslint": "^7.20.0",
|
2020-06-02 08:08:02 +00:00
|
|
|
"fs-extra": "^9.0.0",
|
2022-01-14 12:44:48 +00:00
|
|
|
"glob": "^7.2.0",
|
|
|
|
"node-fetch": "^2.6.6",
|
2020-02-14 17:02:57 +00:00
|
|
|
"sync-version": "^1.0.1",
|
2021-12-02 16:49:03 +00:00
|
|
|
"web-ext": "^6.5.0"
|
2018-07-21 17:58:54 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-02-14 17:02:57 +00:00
|
|
|
"lint": "eslint \"**/*.js\" --cache",
|
2021-03-09 16:22:17 +00:00
|
|
|
"test": "node tools/test.js && npm run lint",
|
2021-02-24 10:37:17 +00:00
|
|
|
"update-locales": "tx pull --all && node tools/fix-transifex.js",
|
2018-11-03 14:37:25 +00:00
|
|
|
"update-transifex": "tx push -s",
|
2021-01-01 15:32:04 +00:00
|
|
|
"build-vendor": "node tools/build-vendor",
|
2021-03-09 16:22:17 +00:00
|
|
|
"zip": "npm test && node tools/zip.js",
|
2020-02-23 15:43:26 +00:00
|
|
|
"start": "web-ext run",
|
|
|
|
"start-chrome": "web-ext run -t chromium",
|
2020-02-14 17:02:57 +00:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|