forked from refined-github/refined-github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
169 lines (169 loc) · 5.75 KB
/
package.json
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"private": true,
"type": "module",
"scripts": {
"vitest": "vitest --run",
"build": "run-p build:* --continue-on-error",
"build:typescript": "tsc --noEmit",
"build:webpack": "npm run x:webpack -- --mode=production",
"manifest": "node build/manifest.js",
"fix": "run-p \"lint:css -- --fix\" \"lint:js -- --fix\" fix:prettier \"vitest -- --update\" --continue-on-error",
"fix:prettier": "prettier . --write",
"lint": "run-p lint:* --continue-on-error",
"lint:css": "stylelint \"source/**/*.css\"",
"lint:js": "xo",
"new": "bash build/new-feature.sh",
"lint:prettier": "prettier . --check",
"pack:safari": "xcodebuild -project 'safari/Refined GitHub.xcodeproj' -scheme 'Refined GitHub' -destination 'platform=macOS'",
"prepare:safari": "bash build/prepare-safari-release.sh",
"test": "run-p vitest lint:* build:* --continue-on-error",
"watch": "run-p watch:* --continue-on-error",
"watch:typescript": "tsc --noEmit --watch --preserveWatchOutput",
"watch:webpack": "npm run x:webpack -- --mode=development --watch",
"x:webpack": "cross-env NODE_OPTIONS=\"--import tsx --no-warnings=ExperimentalWarning\" webpack"
},
"prettier": {
"singleQuote": true
},
"stylelint": {
"extends": [
"stylelint-config-xo"
],
"rules": {
"@stylistic/declaration-colon-newline-after": null,
"@stylistic/indentation": null,
"@stylistic/selector-combinator-space-before": null,
"@stylistic/selector-descendant-combinator-no-non-space": null,
"@stylistic/value-list-comma-newline-after": null,
"selector-type-no-unknown": null,
"declaration-no-important": null,
"selector-class-pattern": null,
"selector-id-pattern": null,
"no-descending-specificity": null
}
},
"dependencies": {
"@cheap-glitch/mi-cron": "^1.0.1",
"@sindresorhus/to-milliseconds": "^2.0.0",
"batched-function": "^2.0.1",
"code-tag": "^1.2.0",
"debounce-fn": "^6.0.0",
"delay": "^6.0.0",
"delegate-it": "^6.1.0",
"dom-chef": "^5.1.1",
"dom-loaded": "^3.0.0",
"doma": "^4.0.0",
"element-ready": "^7.0.0",
"filter-altered-clicks": "^2.1.1",
"fit-textarea": "^2.0.0",
"flat-zip": "^1.0.1",
"github-url-detection": "^8.2.0",
"indent-textarea": "^4.0.0",
"js-abbreviation-number": "^1.4.0",
"linkedom": "^0.18.0",
"linkify-issues": "^3.0.1",
"linkify-urls": "^4.1.0",
"memoize": "^10.0.0",
"octicons-plain-react": "^19.8.1",
"one-event": "^4.2.0",
"one-mutation": "^3.0.0",
"onetime": "^7.0.0",
"p-retry": "^6.2.0",
"pretty-bytes": "^6.1.1",
"push-form": "^1.0.1",
"regex-join": "^2.0.0",
"select-dom": "^9.0.0",
"shorten-repo-url": "^4.0.1",
"strip-indent": "^4.0.0",
"text-field-edit": "^4.1.1",
"tiny-version-compare": "^4.0.0",
"ts-extras": "^0.11.0",
"twas": "^2.1.3",
"uint8array-extras": "^1.1.0",
"webext-alert": "^1.0.0",
"webext-base-css": "^1.4.4",
"webext-detect-page": "^5.0.1",
"webext-dynamic-content-scripts": "^10.0.3",
"webext-options-sync-per-domain": "^4.2.2",
"webext-permission-toggle": "^5.0.2",
"webext-storage-cache": "^6.0.1",
"webext-tools": "^2.0.0",
"zip-text-nodes": "^1.0.0"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^5.0.0",
"@types/chrome": "^0.0.268",
"@types/codemirror": "^5.60.15",
"@types/dom-navigation": "^1.0.3",
"@types/react": "^17.0.52",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"daily-version": "^2.0.0",
"dot-json": "^1.3.0",
"esbuild-loader": "^4.2.0",
"eslint-config-xo-react": "^0.27.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"fast-ignore": "^1.1.3",
"filenamify": "^6.0.0",
"highlight.js": "^11.9.0",
"mini-css-extract-plugin": "^2.9.0",
"npm-run-all": "^4.1.5",
"p-memoize": "^7.1.1",
"prettier": "^3.2.5",
"snarkdown": "^2.0.0",
"stylelint": "^16.6.0",
"stylelint-config-xo": "^1.0.2",
"terser-webpack-plugin": "^5.3.10",
"tsx": "^4.15.6",
"type-fest": "^4.18.3",
"typed-query-selector": "^2.11.2",
"typescript": "5.2.2",
"vitest": "^1.1.3",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"xo": "^0.58.0"
},
"engines": {
"node": ">= 20",
"npm": ">= 10"
},
"graphql": {
"schema": "https://docs.github.com/public/schema.docs.graphql"
},
"overrides": {
"issue-regex": "4.0.0",
"array-includes": "npm:@nolyfill/array-includes@^1",
"array.prototype.find": "npm:@nolyfill/array.prototype.find@^1",
"array.prototype.findlast": "npm:@nolyfill/array.prototype.findlast@^1",
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@^1",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@^1",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@^1",
"array.prototype.toreversed": "npm:@nolyfill/array.prototype.toreversed@^1",
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@^1",
"es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@^1",
"hasown": "npm:@nolyfill/hasown@^1",
"is-regex": "npm:@nolyfill/is-regex@^1",
"object.assign": "npm:@nolyfill/object.assign@^1",
"object.entries": "npm:@nolyfill/object.entries@^1",
"object.fromentries": "npm:@nolyfill/object.fromentries@^1",
"object.groupby": "npm:@nolyfill/object.groupby@^1",
"object.hasown": "npm:@nolyfill/object.hasown@^1",
"object.values": "npm:@nolyfill/object.values@^1",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1",
"string.prototype.padend": "npm:@nolyfill/string.prototype.padend@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1"
},
"webExt": {
"sourceDir": "distribution",
"run": {
"keepProfileChanges": true,
"firefoxProfile": "./test/web-ext-profile",
"chromiumProfile": "./test/web-ext-profile",
"startUrl": [
"https://github.com/refined-github/refined-github/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc"
]
}
}
}