-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.76 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
{
"name": "billyle.dev",
"author": {
"name": "Billy le",
"email": "[email protected]",
"url": "https://billyle.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/billy-le/billyle.dev.git"
},
"bugs": {
"url": "https://github.com/billy-le/billyle.dev/issues",
"email": "[email protected]"
},
"version": "0.0.1",
"private": true,
"type": "module",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"sync": "astro sync",
"prepare": "husky || true"
},
"dependencies": {
"@astrojs/rss": "^4.0.10",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource/vidaloka": "^5.1.0",
"@sentry/astro": "^8.43.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"markdown-it": "^14.1.0",
"mdast-util-to-string": "^4.0.0",
"node-html-parser": "^6.1.13",
"reading-time": "^1.5.0",
"sanitize-html": "^2.13.1",
"sharp": "^0.33.5",
"simple-icons": "^11.15.0",
"three": "^0.161.0",
"three-globe": "^2.35.6"
},
"devDependencies": {
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@tailwindcss/typography": "^0.5.15",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20.17.10",
"@types/sanitize-html": "^2.13.0",
"@types/three": "^0.161.2",
"astro": "^5.0.5",
"autoprefixer": "^10.4.20",
"cssnano": "^6.1.2",
"front-matter": "^4.0.2",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"remark-sectionize": "^2.1.0",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}