-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 990 Bytes
/
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
{
"name": "venezuela-help-2024",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"astro": "astro",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/check": "^0.8.3",
"@astrojs/cloudflare": "^11.0.1",
"@astrojs/netlify": "^5.4.0",
"@astrojs/preact": "^3.5.1",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/inter": "^5.0.19",
"@supabase/supabase-js": "^2.45.0",
"@types/grecaptcha": "^3.0.9",
"astro": "^4.12.3",
"dotenv": "^16.4.5",
"globals": "^15.9.0",
"intl-tel-input": "^23.8.0",
"preact": "^10.23.1",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^9.9.0",
"eslint-plugin-astro": "^1.2.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"typescript-eslint": "^8.1.0"
}
}