-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 819 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 819 Bytes
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
{
"name": "@crocoder-dev/website",
"module": "index.ts",
"type": "module",
"dependencies": {
"@astrojs/react": "^4.3.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/vercel": "^8.2.2",
"@crocoder-dev/remark-plugin": "*",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.11",
"astro": "5.13.5",
"astro-font": "^1.1.0",
"autoprefixer": "^10.4.21",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"marked": "^16.1.2",
"posthog-js": "^1.222.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"tailwind": "^4.0.0",
"tailwind-bootstrap-grid": "^6.0.0"
},
"scripts": {
"dev": "astro dev --port 4321",
"build": "astro build"
}
}