-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 899 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
{
"name": "magicsnap",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build --remote",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/db": "^0.10.3",
"@astrojs/netlify": "^5.2.0",
"@astrojs/node": "^8.2.5",
"@astrojs/tailwind": "^5.1.0",
"@auth/core": "^0.18.6",
"@types/canvas-confetti": "^1.6.4",
"astro": "^4.5.10",
"auth-astro": "^4.1.1",
"canvas-confetti": "^1.9.2",
"jwt-decode": "^4.0.0",
"logsnag": "^1.0.0",
"magick.css": "^1.0.5",
"normalize.css": "^8.0.1",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"tailwindcss": "^3.4.2",
"ts-md5": "^1.3.1",
"typescript": "^5.4.3"
},
"devDependencies": {
"@types/bun": "^1.0.11"
}
}