-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "isle",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "biome check",
"lint:fix": "biome check --write"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.6",
"@astrojs/react": "^4.1.5",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vercel": "^8.0.2",
"@iconify-json/tabler": "^1.2.14",
"@tanstack/react-table": "^8.20.6",
"@tanstack/react-virtual": "^3.11.2",
"astro": "^5.1.7",
"astro-icon": "^1.1.5",
"astro-og-canvas": "^0.5.6",
"astro-pagefind": "^1.7.0",
"date-fns": "^4.1.0",
"entities": "^6.0.0",
"giscus": "^1.6.0",
"mdast-util-toc": "^7.1.0",
"og-images-generator": "^0.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"swr": "^2.3.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/typography": "^0.5.16",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/spotify-api": "^0.0.25",
"lefthook": "^1.10.8",
"sass-embedded": "^1.83.4"
}
}