generated from hbstack/template-mod
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
29 lines (29 loc) · 834 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
{
"name": "hb-mod-pagination",
"repository": {
"type": "git",
"url": "git+https://github.com/hbstack/pagination.git"
},
"author": "Razon Yang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hbstack/pagination/issues"
},
"homepage": "https://github.com/hbstack/pagination",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0",
"prettier": "^3.0.0",
"prettier-plugin-go-template": "^0.0.15",
"stylelint": "^16.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-scss": "^6.0.0",
"typescript": "^5.0.0"
},
"scripts": {
"lint": "npm run eslint && npm run stylelint",
"eslint": "npx eslint .",
"stylelint": "npx stylelint \"**/*.scss\""
}
}