-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 886 Bytes
/
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
{
"name": "@hans5958/website",
"description": "The website of Hans5958.",
"license": "MIT",
"type": "module",
"version": "4.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vue": "^5.0.3",
"@iconify-json/bi": "^1.2.2",
"@iconify-json/devicon-plain": "^1.2.8",
"@iconify-json/entypo-social": "^1.2.2",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.16",
"astro": "^5.1.1",
"astro-compress": "^2.3.5",
"astro-icon": "^1.1.4",
"rss-parser": "^3.13.0",
"sass": "^1.83.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17",
"vue": "^3.5.13"
}
}