-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.52 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
85
86
87
{
"$schema": "https://json.schemastore.org/package",
"name": "keywind",
"version": "1.2.2",
"private": true,
"description": "Keywind is a component-based Keycloak Login Theme built with Tailwind CSS.",
"keywords": [
"keycloak",
"keycloak-theme",
"keywind",
"tailwind",
"tailwindcss",
"theme"
],
"homepage": "https://github.com/lukin/keywind",
"bugs": {
"url": "https://github.com/lukin/keywind/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/wayofdev/keywind"
},
"license": "Apache-2.0",
"author": {
"name": "Anthony Lukin",
"email": "[email protected]",
"url": "https://github.com/lukin"
},
"contributors": [
{
"name": "Andrij Orlenko",
"email": "[email protected]",
"url": "https://github.com/lotyp"
}
],
"scripts": {
"build": "tsc && vite build",
"build:jar": "vite-node scripts/build",
"commit": "git-cz",
"deps:check": "pnpm dlx npm-check-updates@latest --configFileName .ncurc.yml --deep --mergeConfig",
"deps:update": "pnpm dlx npm-check-updates@latest --configFileName .ncurc.yml -u --deep --mergeConfig && pnpm install",
"dev": "vite build --watch",
"preinstall": "pnpm dlx only-allow pnpm",
"lint": "prettier --check .",
"lint:fix": "prettier --write . && pnpm lint:package-json",
"lint:commits": "pnpm commitlint --from HEAD~1 --to HEAD --verbose",
"lint:package-json": "sort-package-json package.json",
"lint:secrets": "secretlint **/*",
"prepare": "is-ci || husky install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"alpinejs": "3.13.8",
"rfc4648": "1.5.3",
"tailwind-dracula": "^1.1.0"
},
"devDependencies": {
"@commitlint/cli": "19.2.1",
"@tailwindcss/forms": "0.5.7",
"@types/alpinejs": "3.13.10",
"@types/archiver": "6.0.2",
"@types/node": "20.12.5",
"@wayofdev/commitlint-config": "4.0.0",
"@wayofdev/lint-staged-config": "2.2.0",
"@wayofdev/secretlint-config": "4.0.0",
"archiver": "7.0.1",
"autoprefixer": "10.4.19",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"husky": "9.0.11",
"is-ci": "3.0.1",
"lint-staged": "15.2.2",
"npm-run-all2": "6.1.2",
"postcss": "8.4.38",
"prettier": "^3.3.3",
"secretlint": "8.2.0",
"sort-package-json": "2.10.0",
"tailwindcss": "3.4.3",
"typescript": "5.4.4",
"vite": "5.2.8",
"vite-node": "1.4.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.0.0"
}
}