-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 882 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
{
"name": "theme",
"version": "5.6.0",
"description": "Jekyll theme for katydecorah.com",
"scripts": {
"lint": "stylelint \"assets/site.css\" --fix && eslint .",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/katydecorah/theme.git"
},
"author": "Katy DeCorah",
"license": "MIT",
"bugs": {
"url": "https://github.com/katydecorah/theme/issues"
},
"homepage": "https://github.com/katydecorah/theme#readme",
"devDependencies": {
"@double-great/stylelint-a11y": "^3.0.2",
"@eslint/js": "^9.16.0",
"eslint": "^9.16.0",
"feather-icons": "^4.29.2",
"globals": "^15.13.0",
"stylelint": "^16.11.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-scss": "^6.10.0"
},
"bin": {
"update-icons": "bin/icons.js"
}
}