-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.27 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
44
45
{
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"serve": "astro build && astro preview"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/react": "^5.0.3",
"@astrojs/tailwind": "^6.0.2",
"@contentful/rich-text-html-renderer": "^16.3.4",
"@fontsource/twinkle-star": "^5.0.18",
"astro": "^6.1.6",
"contentful": "^11.12.1",
"framer-motion": "^11.2.12",
"lucide-react": "^0.400.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.30.3",
"react-spring": "^9.7.3",
"react-swipeable": "^7.0.1",
"react-transition-group": "^4.4.5",
"tailwindcss": "^3.4.17",
"typescript": "^5.3.3",
"vite": "^7.3.2"
},
"packageManager": "yarn@4.12.0",
"devDependencies": {
"@babel/core": "^7.29.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/babel__core": "^7",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/react-transition-group": "^4",
"@vitejs/plugin-react": "^5.2.0"
}
}