-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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
47
48
49
50
51
52
53
{
"name": "codereview",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"vercel": "bunx @edgedb/generate interfaces --file dbschema/schema.ts && bunx @edgedb/generate edgeql-js --target ts && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.6.0",
"@astrojs/react": "^3.3.4",
"@astrojs/svelte": "5.4.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.6.0",
"@auth/core": "0.31",
"@auth/edgedb-adapter": "^1.0.0",
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.79.1",
"@trpc/client": "next",
"@trpc/server": "next",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vercel/og": "^0.6.2",
"apexcharts": "^3.49.1",
"astro": "^4.8.2",
"auth-astro": "git+https://github.com/Tricked-dev/auth-astro.git#97a802c",
"canvas-confetti": "^1.9.3",
"daisyui": "^4.11.1",
"edgedb": "^1.5.5",
"pusher": "^5.2.0",
"pusher-js": "8.4.0-rc2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"signal-exit": "^4.1.0",
"svelte": "next",
"svelte-french-toast": "^1.2.0",
"svelte-range-slider-pips": "^2.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/canvas-confetti": "^1.6.4",
"@edgedb/generate": "^0.5.3",
"bun-types": "^1.1.8",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3"
}
}