-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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": "prediccion-copa-liga",
"type": "module",
"version": "2.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"test": "vitest",
"astro": "astro",
"cloud": "cloudflared tunnel --url http://localhost:4321"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/react": "4.1.5",
"@astrojs/tailwind": "5.1.4",
"@astrojs/vercel": "8.0.2",
"@formkit/auto-animate": "0.8.2",
"@libsql/client": "^0.14.0",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "9.0.7",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"astro": "5.1.7",
"axios": "^1.7.9",
"bcryptjs": "2.4.3",
"jsonwebtoken": "9.0.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"sonner": "1.7.2",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"zod": "3.24.1"
},
"devDependencies": {
"@types/cheerio": "0.22.35",
"@types/supertest": "6.0.2",
"standard": "17.1.2",
"supertest": "7.0.0",
"vitest": "^3.0.5"
},
"eslintConfig": {
"extends": "standard"
}
}