-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "07-store",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build --remote",
"check": "astro check",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/db": "^0.12.0",
"@astrojs/netlify": "^5.5.0",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.0",
"@auth/core": "^0.32.0",
"@nanostores/react": "^0.7.3",
"@types/bcryptjs": "^2.4.6",
"@types/js-cookie": "^3.0.6",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"astro": "4.11.3",
"auth-astro": "^4.1.2",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.4.0",
"js-cookie": "^3.0.5",
"nanostores": "^0.11.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sweetalert2": "^11.12.4",
"swiper": "^11.1.12",
"tailwindcss": "^3.4.9",
"transbank-sdk": "^5.0.0",
"typescript": "^5.5.4",
"uuid": "^10.0.0"
}
}