generated from halo-dev/theme-modern-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
84 lines (84 loc) · 2.3 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
76
77
78
79
80
81
82
83
84
{
"name": "halo-theme-crux",
"private": false,
"version": "1.1.2",
"description": "A modern minimalist halo theme",
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build",
"changeLog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"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'"
},
"keywords": [
"halo",
"halo-theme",
"shine-theme",
"crux"
],
"homepage": "https://github.com/Shine-Theme/halo-theme-crux",
"bugs": {
"url": "https://github.com/halo-dev/theme-modern-starter/issues"
},
"author": {
"name": "Shine Theme Team",
"url": "https://github.com/Shien-Theme",
"email": "AlkaidMegrez@outlook.com"
},
"maintainers": [
{
"name": "Alkaid Megrez",
"url": "https://github.com/Snuffel233",
"email": "AlkaidMegrez@outlook.com"
}
],
"license": "MIT",
"repository": {
"url": "https://github.com/Shine-Theme/halo-theme-crux",
"type": "git"
},
"husky": {
"hooks": {
"pre-commit": "npm run changelog && npm run lint && npm run prettier"
}
},
"config": {
"commitizen": {
"path": "node_modules/cz-git",
"useEmoji": true
}
},
"devDependencies": {
"@iconify-json/tabler": "^1.1.47",
"@tailwindcss/typography": "^0.5.8",
"@types/alpinejs": "^3.7.1",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"autoprefixer": "^10.4.13",
"cz-conventional-changelog": "^3.3.0",
"cz-git": "^1.7.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.3.2",
"tailwindcss-plugin-icons": "^2.0.7",
"typescript": "^4.9.3",
"vite": "^3.2.4"
},
"dependencies": {
"@iconify-json/heroicons": "^1.1.11",
"@iconify-json/uim": "^1.1.5",
"alpinejs": "^3.10.5",
"axios": "^1.4.0",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^3.0.0",
"husky": "^8.0.3",
"standard-version": "^9.5.0",
"tocbot": "^4.21.0",
"vue": "^3.3.4"
}
}