-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 949 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
39
{
"name": "astro-ecommerce",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"server": "nodemon server.js"
},
"dependencies": {
"@astrojs/node": "^8.2.1",
"@astrojs/svelte": "^5.1.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.4",
"@nanostores/persistent": "^0.9.1",
"@stripe/stripe-js": "^2.1.11",
"astro": "^4.4.5",
"astro-critters": "^2.1.2",
"bcrypt": "^5.1.1",
"canvas-confetti": "^1.9.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"flowbite": "^2.2.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.1",
"nanoid": "^5.0.4",
"nanostores": "^0.9.4",
"stripe": "^14.5.0",
"svelte": "^4.0.0",
"tailwindcss": "^3.3.6"
},
"devDependencies": {
"@types/node": "^20.8.7",
"nodemon": "^3.0.1"
}
}