-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
47
48
49
{
"name": "possacode-site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build --remote",
"preview": "astro preview ",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.9",
"@astrojs/db": "^0.9.4",
"@astrojs/netlify": "^5.1.3",
"@astrojs/react": "^3.1.0",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/inter": "^5.0.17",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@sentry/astro": "^7.108.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"aos": "^2.3.4",
"astro": "^4.5.4",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.3",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.0.3",
"clsx": "^2.1.0",
"lucide-react": "^0.358.0",
"multer": "1.4.5-lts.1",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"vite": "^5.2.6"
}
}