-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 1.82 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
{
"name": "gitify-website",
"version": "latest",
"description": "The source code of gitify.io",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"prepare": "husky",
"astro": "astro",
"lint:check": "biome check",
"lint": "biome check --fix"
},
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "https://github.com/gitify-app/website"
},
"keywords": [
"gitify",
"github",
"notifier",
"notifications",
"website",
"astro"
],
"author": {
"name": "Emmanouil Konstantinidis",
"email": "hello@manos.im"
},
"contributors": [
{
"name": "Emmanouil Konstantinidis",
"url": "https://github.com/manosim"
},
{
"name": "Adam Setch",
"url": "https://github.com/setchy"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gitify-app/website/issues"
},
"homepage": "https://www.gitify.io/",
"dependencies": {
"@astrojs/solid-js": "4.4.3",
"@astrojs/tailwind": "5.1.2",
"@iconify-json/line-md": "1.2.2",
"@iconify-json/mdi": "1.2.1",
"@kobalte/core": "0.13.7",
"@octokit/openapi-types": "22.2.0",
"@tailwindcss/typography": "0.5.15",
"astro": "4.16.13",
"astro-icon": "1.1.2",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"marked": "15.0.0",
"octokit": "4.0.2",
"sharp": "0.33.5",
"solid-js": "1.9.3",
"solid-markdown": "2.0.13",
"tailwind-merge": "2.5.4",
"tailwindcss": "3.4.15",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"husky": "9.1.6"
},
"packageManager": "pnpm@9.13.2",
"lint-staged": {
"*.{js,ts,cjs,mjs,astro}": "biome format --fix"
}
}