forked from hugomods/search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 828 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": "Hugo Search Module",
"repository": {
"type": "git",
"url": "git+https://github.com/hugomods/search.git"
},
"author": "Razon Yang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hugomods/search/issues"
},
"homepage": "https://github.com/hugomods/search",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"prettier": "^2.7.1",
"prettier-plugin-go-template": "^0.0.13",
"stylelint": "^15.1.0",
"stylelint-config-standard-scss": "^9.0.0",
"stylelint-scss": "^5.0.0",
"typescript": "^5.0.0"
},
"scripts": {
"lint": "npm run eslint && npm run stylelint",
"eslint": "npx eslint .",
"stylelint": "npx stylelint \"**/*.scss\""
}
}