-
Notifications
You must be signed in to change notification settings - Fork 368
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.49 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 3.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "Stylus",
"version": "2.4.2",
"description": "Redesign the web with Stylus, a user styles manager",
"license": "GPL-3.0-only",
"repository": "openstyles/stylus",
"author": "Stylus Team",
"dependencies": {
"@eight04/draggable-list": "^0.3.0",
"codemirror": "5.65.20",
"csslint-mod": "github:openstyles/csslint-mod#semver:v1.0.13",
"db-to-cloud": "^0.8.1",
"less": "^4.6.7",
"lz-string-unsafe": "1.4.4-fork-1",
"stylelint-bundle": "github:openstyles/stylelint-bundle#semver:17.13.0-stylus-v2",
"stylus-lang-bundle": "github:openstyles/stylus-lang-bundle#semver:0.64.0-umd-bundle-v3",
"usercss-meta": "^0.12.0",
"webext-launch-web-auth-flow": "^0.1.2"
},
"devDependencies": {
"@automattic/webpack-inline-constant-exports-plugin": "^1.0.0",
"@babel/core": "^8.0.1",
"@babel/plugin-transform-runtime": "^8.0.1",
"@babel/preset-env": "^8.0.2",
"@types/chrome": "^0.2.0",
"@types/codemirror": "^5.60.17",
"@types/firefox-webext-browser": "^143.0.0",
"@types/webpack": "^5.28.5",
"acorn": "^8.17.0",
"acorn-walk": "^8.3.5",
"babel-loader": "^10.1.1",
"chalk": "^5.6.2",
"chrome-types": "^0.1.431",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^8.0.0",
"deepmerge": "^4.3.1",
"eslint": "^10.6.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.5",
"globals": "^17.7.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.7",
"html-webpack-processing-plugin": "^1.0.2",
"husky": "^9.1.7",
"jszip": "^3.10.1",
"mini-css-extract-plugin": "^2.10.2",
"only-allow": "^1.2.2",
"postcss": "^8.5.16",
"postcss-calc": "^10.1.1",
"postcss-import": "^16.1.1",
"postcss-loader": "^8.2.1",
"postcss-nested": "^7.0.2",
"postcss-preset-env": "^11.3.2",
"postcss-simple-vars": "^7.0.1",
"string-replace-loader": "^3.3.0",
"svg2ttf": "^6.1.0",
"svgicons2svgfont": "^16.0.0",
"terser": "^5.48.0",
"terser-webpack-plugin": "^5.6.1",
"ttf2woff2": "^8.0.1",
"webpack": "5.107.2",
"webpack-bundle-analyzer": "^5.3.0",
"webpack-cli": "^7.1.0",
"webpack-dev-server": "^5.2.5"
},
"scripts": {
"lint": "eslint . --cache",
"test": "pnpm lint && pnpm test-csslint",
"test-csslint": "node tools/test-css.js",
"update-locales": "tx pull --all --minimum-perc=1 && node tools/fix-transifex.js commit",
"update-transifex": "tx push -s",
"build-icons": "node tools/build-icons.mjs",
"build-mv2": "webpack-cli --config-node-env any-mv2",
"build-chrome-mv3": "webpack-cli --config-node-env chrome-mv3",
"build-firefox": "webpack-cli --config-node-env firefox",
"watch-mv2": "webpack-cli watch --config-node-env any-mv2",
"watch-mv3": "webpack-cli watch --config-node-env chrome-mv3",
"watch-mv3-hmr": "webpack-cli serve --config-node-env chrome-mv3",
"watch-firefox": "webpack-cli watch --config-node-env firefox",
"zip": "pnpm test && node tools/build-zip.js",
"preversion": "pnpm test",
"version": "node tools/sync-manifest-version.js && git add .",
"bump": "pnpm version patch",
"bump-stable": "pnpm version minor",
"prepare": "husky",
"preinstall": "npx only-allow pnpm",
"postinstall": "node tools/build-cm-css-data.js"
},
"engines": {
"node": ">=24"
},
"packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26"
}