-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
75 lines (75 loc) · 2.6 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"scripts": {
"dev": "pnpm run \"/^watch:.*/\"",
"watch:vite": "vite build --watch",
"watch:stylus": "stylus ./src/styles/mixins/colors/theme.styl --out ./tmp/styles/ --watch",
"watch:post-css": "postcss ./src/styles/tailwind.css -o ./tmp/styles/tailwind.css --watch",
"dev-build": "postcss ./src/styles/tailwind.css -o ./tmp/styles/tailwind.css && stylus ./src/styles/mixins/colors/theme.styl --out ./tmp/styles/ && tsc && vite build",
"build": "set NODE_ENV=777 && stylus ./src/styles/mixins/colors/theme.styl --out ./tmp/styles/ --compress && tsc && vite build",
"lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore",
"neo-format": "prettier --write \"./src/**/*.{js,ts,css,json,ml,yaml,html}\" \"./templates/**/*.html\" && stylus-supremacy format src/**/*.styl --options .vscode/settings.json -r",
"format": "prettier --write \"*.{js,ts,json,yaml,md,cjs}\" \"./src/**/*.{js,ts,css,json,ml,yaml,html}\" \"./templates/**/*.html\"",
"prepare": "husky"
},
"keywords": [
"halo",
"howiehz",
"halo-theme",
"halo-theme-higan",
"halo-theme-higan-hz"
],
"homepage": "https://github.com/howiehz/halo-theme-higan-hz#readme",
"bugs": {
"url": "https://github.com/howiehz/halo-theme-higan-hz/issues"
},
"author": {
"name": "HowieHz",
"url": "https://github.com/howiehz"
},
"maintainers": [
{
"name": "HowieHz",
"url": "https://github.com/howiehz"
}
],
"license": "MIT",
"repository": {
"url": "https://github.com/howiehz/halo-theme-higan-hz",
"type": "git"
},
"devDependencies": {
"@iconify/json": "^2.2.275",
"@types/alpinejs": "^3.13.10",
"@types/node": "^16.18.119",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"daisyui": "^4.12.14",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^9.1.7",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"postcss-nesting": "^12.1.5",
"prettier": "^2.8.8",
"stylus": "^0.64.0",
"stylus-supremacy": "^4.0.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"unplugin-fonts": "^1.1.1",
"vite": "^3.2.11",
"vite-plugin-purge-icons": "^0.10.0"
},
"dependencies": {
"@iconify/iconify": "^2.2.1",
"@jsdevtools/rehype-toc": "^3.0.2",
"@purge-icons/generated": "^0.9.0",
"alpinejs": "^3.14.3",
"rehype-parse": "^8.0.5",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.4",
"unified": "^10.1.2"
}
}