-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 935 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": "dskd",
"version": "9.16.0",
"description": "oti による個人ウェブサイト『dskd』の開発環境",
"keywords": [],
"license": "CC BY-NC",
"author": "oti",
"scripts": {
"build": "node task/build.mjs",
"create-draft-post": "node task/draft-post.mjs",
"html": "node task/build.mjs --only-html",
"markuplint": "markuplint 'dist/**/*.html'",
"prebuild": "rm -rf dist",
"prepare": "husky install",
"start": "npm run build && cd dist && python3 -m http.server 3000",
"stylelint": "stylelint 'dist/**/*.css'",
"test": "npm run stylelint && npm run markuplint"
},
"devDependencies": {
"fast-glob": "^3.3.2",
"gray-matter": "^4.0.3",
"husky": "^9.1.7",
"marked": "^15.0.3",
"markuplint": "^4.11.4",
"prettier": "^3.4.2",
"pretty-quick": "^4.0.0",
"pug": "^3.0.3",
"stylelint": "^16.11.0"
},
"volta": {
"node": "22.11.0"
}
}