generated from halo-dev/theme-vite-starter
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
42 lines (42 loc) · 1.35 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
{
"license": "GPL-3.0",
"scripts": {
"build": "tsc && vite build && theme-package",
"build-only": "tsc && vite build",
"dev": "vite build --watch",
"lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore",
"prepare": "husky",
"prettier": "prettier --write './**/*.{ts,json,yaml,yml,html}'"
},
"lint-staged": {
"*.{ts,json,yaml,yml,html}": [
"prettier --write"
]
},
"dependencies": {
"alpinejs": "^3.14.9"
},
"devDependencies": {
"@halo-dev/theme-package-cli": "^1.0.0",
"@iconify-json/tabler": "^1.2.17",
"@iconify/tailwind": "^0.1.4",
"@tailwindcss/typography": "^0.5.16",
"@types/alpinejs": "^3.13.11",
"@types/node": "^18.19.86",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^9.1.7",
"lint-staged": "^15.5.0",
"postcss": "^8.5.3",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.4.17",
"typescript": "^4.9.5",
"vite": "^5.4.16"
},
"packageManager": "[email protected]+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af"
}