-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
50 lines (50 loc) · 1.41 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"description": "A Previous articleExcellent Halo2 personal blog theme",
"keywords": [
"stack",
"halo-theme"
],
"homepage": "https://github.com/jiewenhuang/halo-theme-stack#readme",
"bugs": {
"url": "https://github.com/jiewenhuang/halo-theme-stack/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jiewenhuang/halo-theme-stack"
},
"license": "GPL-3.0",
"author": {
"name": "Jiewenhuang",
"email": "tyubar13@gmail.com",
"url": "https://github.com/jiewenhuang"
},
"maintainers": [
{
"name": "Jiewenhuang",
"email": "tyubar13@gmail.com",
"url": "https://github.com/jiewenhuang"
}
],
"scripts": {
"build": "tsc && vite build",
"dev": "vite build --watch",
"lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore",
"prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'"
},
"devDependencies": {
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"sass": "^1.70.0",
"typescript": "^4.9.5",
"vite": "^4.5.0"
},
"dependencies": {
"tocbot": "^4.25.0"
},
"packageManager": "pnpm@8.15.4+sha1.c85a4305534f76d461407b59277b954bac97b5c4"
}