generated from hugomods/template-mod
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1003 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": "hugomods-decap-cms",
"repository": {
"type": "git",
"url": "git+https://github.com/hugomods/decap-cms.git"
},
"author": "Razon Yang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hugomods/decap-cms/issues"
},
"homepage": "https://github.com/hugomods/decap-cms",
"devDependencies": {
"@tsconfig/recommended": "^1.0.2",
"copy-webpack-plugin": "^12.0.2",
"decap-cms": "^3.1.1",
"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",
"ts-standard": "^12.0.2",
"webpack-cli": "^6.0.0"
},
"scripts": {
"build": "webpack",
"lint": "npm run eslint && npm run stylelint",
"eslint": "ts-standard",
"stylelint": "npx stylelint --allow-empty-input \"**/*.scss\""
},
"ts-standard": {
"ignore": [
"assets/decap-cms/index.js",
"webpack.config.js"
]
}
}