-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
"lint": "@biomejs/biome lint src",
"format": "@biomejs/biome format src --apply",
"check": "astro check"
},
"devDependencies": {
"@biomejs/biome": "1.4.1",
"@iconify-json/devicon": "^1.1.34",
"@iconify-json/emojione": "^1.1.10",
"@iconify-json/logos": "^1.1.41",
"@iconify-json/mdi": "^1.1.63",
"@iconify-json/noto": "^1.1.18",
"@iconify-json/teenyicons": "^1.1.9",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"sass": "^1.69.5",
"tailwindcss": "^3.4.0"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.4.3",
"@astrojs/check": "^0.3.4",
"@astrojs/mdx": "^2.0.2",
"@astrojs/react": "latest",
"@astrojs/solid-js": "^3.0.3",
"@astrojs/svelte": "^5.0.2",
"@astrojs/tailwind": "latest",
"@astrojs/vercel": "^6.1.0",
"@tailwindcss/container-queries": "^0.1.1",
"astro": "v4.0.7",
"astro-font": "^0.0.33",
"astro-icon": "^0.8.2",
"clsx": "^2.1.0",
"sharp": "^0.33.1",
"solid-js": "^1.8.7",
"string-ts": "^2.0.0",
"tailwind-merge": "^2.2.0",
"typescript": "^5.3.3"
}
}