forked from StylishThemes/GitHub-Dark
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 945 Bytes
/
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
{
"name": "github-dark",
"version": "1.21.46",
"description": "Dark GitHub style",
"license": "CC-BY-SA-4.0",
"repository": "StylishThemes/GitHub-Dark",
"homepage": "https://github.com/StylishThemes/GitHub-Dark",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "npx grunt lint"
},
"devDependencies": {
"css": "2.2.4",
"css-mediaquery": "0.1.2",
"eslint": "5.16.0",
"eslint-config-silverwind": "2.1.0",
"fs-extra": "7.0.1",
"grunt": "1.0.4",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-exec": "3.0.0",
"grunt-string-replace": "1.3.1",
"grunt-wrap": "0.3.1",
"make-fetch-happen": "4.0.1",
"parse5": "5.1.0",
"perfectionist": "2.4.0",
"postcss": "7.0.14",
"semver": "6.0.0",
"stylelint": "10.0.1",
"stylelint-config-standard": "18.3.0",
"updates": "8.0.2",
"url-toolkit": "2.1.6",
"ver": "4.2.0"
}
}