-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "superior-singularity",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.2",
"@astrojs/tailwind": "^5.1.2",
"@fontsource-variable/outfit": "^5.0.8",
"@fontsource/racing-sans-one": "^5.0.12",
"@fontsource/twinkle-star": "^5.0.12",
"@motionone/utils": "^10.16.3",
"@radix-ui/react-dialog": "^1.1.2",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vercel/analytics": "^1.0.2",
"astro": "^3.1.1",
"astro-navbar": "^2.1.1",
"axios": "^1.7.8",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^10.16.4",
"lucide-react": "^0.462.0",
"prop-types": "^15.8.1",
"puppeteer": "^23.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-whatsapp": "^0.3.0",
"swiper": "^10.2.0",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@babel/runtime": "^7.23.1",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0"
}
}