forked from refined-github/refined-github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 3.85 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
{
"private": true,
"type": "module",
"scripts": {
"ava": "ava",
"build": "run-p build:* --continue-on-error",
"build:typescript": "tsc --noEmit",
"build:webpack": "cross-env NODE_OPTIONS=\"--loader ts-node/esm\" webpack --mode=production",
"fix": "run-p \"lint:* -- --fix\"",
"lint": "run-p lint:* --continue-on-error",
"lint:css": "stylelint \"source/**/*.css\"",
"lint:js": "xo",
"pack:safari": "xcodebuild -project 'safari/Refined GitHub.xcodeproj' -scheme 'Refined GitHub (macOS)'",
"start:safari": "open 'safari/build/Release/Refined GitHub.app'",
"test": "run-p ava lint:* build:* test:features",
"test:features": "node --loader ts-node/esm \"build/verify-features.ts\"",
"watch": "run-p watch:* --continue-on-error",
"watch:typescript": "tsc --noEmit --watch --preserveWatchOutput",
"watch:webpack": "cross-env NODE_OPTIONS=\"--loader ts-node/esm\" webpack --mode=development --watch"
},
"stylelint": {
"extends": "stylelint-config-xo",
"rules": {
"selector-type-no-unknown": null,
"declaration-no-important": null,
"selector-class-pattern": null,
"selector-id-pattern": null,
"selector-max-universal": null
}
},
"ava": {
"timeout": "30s",
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--loader=ts-node/esm",
"--experimental-specifier-resolution=node"
]
},
"dependencies": {
"@cheap-glitch/mi-cron": "^1.0.1",
"@primer/octicons-react": "^16.2.0",
"array-union": "^3.0.1",
"debounce-fn": "^5.1.0",
"delay": "^5.0.0",
"delegate-it": "^3.0.0",
"dom-chef": "^5.0.0",
"dom-loaded": "^3.0.0",
"doma": "^3.0.1",
"element-ready": "^6.2.0",
"fit-textarea": "^2.0.0",
"flat-zip": "^1.0.1",
"github-url-detection": "^5.8.0",
"image-promise": "^7.0.1",
"indent-textarea": "^2.1.0",
"js-abbreviation-number": "^1.4.0",
"linkify-issues": "2.0.0-nolookbehind",
"linkify-urls": "3.1.0-nolookbehind",
"mem": "^9.0.1",
"one-event": "^3.0.0",
"one-mutation": "^2.0.0",
"onetime": "^6.0.0",
"p-retry": "^5.0.0",
"push-form": "^0.8.0",
"regex-join": "^1.0.0",
"select-dom": "^7.1.1",
"selector-observer": "^2.1.6",
"shorten-repo-url": "^2.3.0",
"strip-indent": "^4.0.0",
"text-field-edit": "^3.1.1",
"tiny-version-compare": "^3.0.1",
"twas": "^2.1.2",
"webext-base-css": "^1.3.2",
"webext-detect-page": "^4.0.0",
"webext-domain-permission-toggle": "^3.0.0",
"webext-dynamic-content-scripts": "^8.1.0",
"webext-options-sync-per-domain": "^2.0.2",
"webext-storage-cache": "^5.0.0",
"webextension-polyfill": "^0.8.0",
"zip-text-nodes": "^1.0.0"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^2.0.0",
"@types/codemirror": "^5.60.5",
"@types/copy-webpack-plugin": "^8.0.1",
"@types/firefox-webext-browser": "^94.0.1",
"@types/jsdom": "^16.2.14",
"@types/mini-css-extract-plugin": "^2.4.0",
"@types/react": "^17.0.38",
"ava": "^4.0.0",
"copy-webpack-plugin": "^10.2.0",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"daily-version": "^2.0.0",
"dot-json": "^1.2.2",
"esbuild-loader": "^2.18.0",
"eslint-config-xo-react": "^0.25.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jsdom": "^19.0.0",
"markdown-wasm": "^1.2.0",
"mini-css-extract-plugin": "^2.4.5",
"npm-run-all": "^4.1.5",
"size-plugin": "^2.0.2",
"stylelint": "^14.2.0",
"stylelint-config-xo": "^0.20.1",
"terser-webpack-plugin": "^5.3.0",
"ts-node": "^10.4.0",
"type-fest": "^2.8.0",
"typed-query-selector": "^2.6.1",
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"xo": "^0.47.0"
},
"engines": {
"node": ">= 16",
"npm": ">= 7"
},
"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"
]
}
}
}