-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 KB
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
{
"name": "astro-portfolio-tailwind",
"license": "MIT",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate": "drizzle-kit generate:sqlite"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.8",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.1",
"@metamask/logo": "^3.1.1",
"@tabler/icons-react": "^2.47.0",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.10",
"astro": "^4.16.1",
"clsx": "^2.1.0",
"framer-motion": "^11.0.5",
"markdown-it": "^14.0.0",
"mdast-util-to-string": "^4.0.0",
"react": "^19.0.0-beta",
"react-dom": "^19.0.0-beta",
"reading-time": "^1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"remark-toc": "^9.0.0",
"sanitize-html": "^2.11.0",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"drizzle-kit": "^0.20.9"
}
}