package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "Stylus",
  3. "version": "1.5.22",
  4. "description": "Redesign the web with Stylus, a user styles manager",
  5. "license": "GPL-3.0-only",
  6. "repository": "openstyles/stylus",
  7. "author": "Stylus Team",
  8. "dependenciesNotes": {
  9. "codemirror": "WARNING! Always use an exact version and test it for a while before releasing"
  10. },
  11. "dependencies": {
  12. "codemirror": "5.63.3",
  13. "db-to-cloud": "^0.7.0",
  14. "jsonlint": "^1.6.3",
  15. "less-bundle": "github:openstyles/less-bundle#v0.1.0",
  16. "lz-string-unsafe": "^1.4.4-fork-1",
  17. "stylelint-bundle": "^13.8.0",
  18. "stylus-lang-bundle": "github:openstyles/stylus-lang-bundle#v0.54.7",
  19. "usercss-meta": "^0.12.0",
  20. "webext-launch-web-auth-flow": "^0.1.1"
  21. },
  22. "devDependencies": {
  23. "archiver": "^4.0.1",
  24. "endent": "^1.4.0",
  25. "eslint": "^7.20.0",
  26. "fs-extra": "^9.0.0",
  27. "make-fetch-happen": "^8.0.7",
  28. "sync-version": "^1.0.1",
  29. "tiny-glob": "^0.2.6",
  30. "web-ext": "^6.5.0"
  31. },
  32. "scripts": {
  33. "lint": "eslint \"**/*.js\" --cache",
  34. "test": "node tools/test.js && npm run lint",
  35. "update-locales": "tx pull --all && node tools/fix-transifex.js",
  36. "update-transifex": "tx push -s",
  37. "build-vendor": "node tools/build-vendor",
  38. "zip": "npm test && node tools/zip.js",
  39. "start": "web-ext run",
  40. "start-chrome": "web-ext run -t chromium",
  41. "preversion": "npm test",
  42. "version": "sync-version manifest.json && git add .",
  43. "postversion": "npm run zip && git push --follow-tags"
  44. },
  45. "engines": {
  46. "node": ">=10.0.0"
  47. }
  48. }