generated from halo-dev/theme-vite-starter
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
64 lines (64 loc) · 1.72 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
{
"description": "A development starter theme with modern front-end technology stack for Halo",
"keywords": [
"halo",
"halo-theme"
],
"homepage": "https://github.com/halo-dev/theme-modern-starter#readme",
"bugs": {
"url": "https://github.com/halo-dev/theme-modern-starter/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/halo-dev/theme-modern-starter"
},
"license": "GPL-3.0",
"author": {
"name": "Halo",
"email": "[email protected]",
"url": "https://github.com/halo-dev"
},
"maintainers": [
{
"name": "Ryan Wang",
"email": "[email protected]",
"url": "https://github.com/ruibaby"
}
],
"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 './**/*.{ts,json,yaml,yml,html}'",
"prepare": "husky"
},
"dependencies": {
"alpinejs": "^3.13.7"
},
"lint-staged": {
"*.{ts,json,yaml,yml,html}": [
"prettier --write"
]
},
"devDependencies": {
"@iconify-json/tabler": "^1.1.109",
"@iconify/tailwind": "^0.1.4",
"@tailwindcss/typography": "^0.5.10",
"@types/alpinejs": "^3.13.9",
"@types/node": "^18.19.26",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.37",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.4.1",
"typescript": "^4.9.5",
"vite": "^5.1.6"
}
}