forked from hbstack/breadcrumb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 844 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
{
"name": "HB Breadcrumb Module",
"homepage": "https://github.com/hbstack/breadcrumb",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hbstack/breadcrumb.git"
},
"author": "Razon Yang <razonyang@gmail.com>",
"bugs": {
"url": "https://github.com/hbstack/breadcrumb/issues"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.34.0",
"prettier": "^3.0.0",
"prettier-plugin-go-template": "^0.0.15",
"stylelint": "^15.1.0",
"stylelint-config-standard-scss": "^11.0.0",
"typescript": "^5.0.0"
},
"scripts": {
"lint": "npm run stylelint",
"eslint": "npx eslint .",
"stylelint": "npx stylelint \"**/*.scss\""
},
"dependencies": {
"stylelint-scss": "^5.0.0"
}
}