forked from StylishThemes/GitHub-Dark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.54 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
{
"name": "github-dark",
"version": "2.0.39",
"description": "Dark GitHub style",
"license": "CC-BY-SA-4.0",
"repository": "StylishThemes/GitHub-Dark",
"homepage": "https://github.com/StylishThemes/GitHub-Dark",
"engines": {
"node": ">=12"
},
"scripts": {
"authors": "bash tools/authors.sh",
"build": "npm run generate && npm run usercss",
"clean": "npm run perfectionist && node tools/clean.js",
"generate": "node tools/generate.js && npm run perfectionist && node tools/clean.js",
"imagemin": "bash tools/imagemin.sh",
"lint": "eslint . && stylelint github-dark.css themes/src",
"major": "npm run lint && npm run usercss && versions -p -d -C major github-dark.css github-dark.user.css",
"minor": "npm run lint && npm run usercss && versions -p -d -C minor github-dark.css github-dark.user.css",
"patch": "npm run lint && npm run usercss && versions -p -d -C patch github-dark.css github-dark.user.css",
"perfectionist": "perfectionist github-dark.css github-dark.css --indentSize 2 --maxAtRuleLength 250",
"test": "npm run lint",
"themes": "node tools/themes.js",
"update": "updates -cu && npm install",
"usercss": "node tools/usercss.js"
},
"devDependencies": {
"clean-css": "4.2.3",
"eslint": "6.8.0",
"eslint-config-silverwind": "11.0.2",
"fast-glob": "3.2.2",
"fetch-css": "2.0.1",
"perfectionist": "2.4.0",
"remap-css": "2.3.2",
"stylelint": "13.2.1",
"stylelint-config-silverwind": "2.0.8",
"updates": "10.2.6",
"versions": "8.2.7"
}
}