-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 954 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 954 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
32
33
34
35
36
37
38
{
"name": "@codegenie/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/sitemap": "^3.1.6",
"@astrojs/starlight": "^0.27.1",
"@astrojs/tailwind": "^5.1.1",
"@fontsource/inter": "^5.0.16",
"astro": "^4.15.7",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.2",
"framer-motion": "^11.0.6",
"npm-check-updates": "^16.14.15",
"sharp": "^0.33.2",
"starlight-blog": "^0.12.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@astrojs/react": "^3.6.2",
"hast-util-from-html": "^2.0.1",
"hast-util-to-string": "^3.0.0",
"hastscript": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype": "^13.0.1",
"unist-util-visit": "^5.0.0"
}
}