-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "online-store",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/check": "^0.5.10",
"@astrojs/node": "^8.2.5",
"@astrojs/react": "^3.3.4",
"@astrojs/tailwind": "^5.1.0",
"@fortawesome/fontawesome-free": "^6.1.1",
"@prisma/client": "^5.8.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"alpinejs": "^3.13.10",
"astro": "^4.7.1",
"bootstrap": "^5.2.3",
"jsonwebtoken": "^9.0.2",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-stripe-checkout": "^2.6.3",
"stripe": "^8.222.0",
"typescript": "^5.4.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/alpinejs": "^3.13.10",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.10.8",
"prisma": "^5.8.1"
}
}