-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "3.5.4",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.2",
"@playform/compress": "^0.0.13",
"@tailwindcss/typography": "^0.5.13",
"astro": "4.16.16",
"astro-icon": "^1.1.0",
"astro-robots-txt": "^1.0.0",
"astro-tooltips": "^0.6.2",
"fireworks-js": "^2.10.8",
"html-minifier": "^4.0.0",
"preact": "^10.23.0",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.6"
},
"devDependencies": {
"@iconify-json/devicon": "^1.1.48",
"@iconify-json/file-icons": "^1.1.9",
"@iconify-json/logos": "^1.1.43",
"@iconify-json/mdi": "^1.1.67",
"@iconify-json/simple-icons": "^1.1.109",
"@iconify-json/skill-icons": "^1.1.9",
"@iconify-json/vscode-icons": "^1.1.36",
"@types/html-minifier": "^4.0.5",
"prettier": "3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.5"
}
}