-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 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
42
43
{
"name": "guardianapi-front",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.2.0",
"@astrojs/react": "^4.2.1",
"@astrojs/svelte": "^7.0.10",
"@astrojs/vercel": "^8.1.3",
"@auth/core": "^0.37.4",
"@fontsource/inter": "^5.2.5",
"@fontsource/orbitron": "^5.2.5",
"@formkit/tempo": "^0.1.2",
"@internationalized/date": "^3.8.0",
"@urql/svelte": "^4.2.3",
"astro": "^5.5.3",
"auth-astro": "^4.2.0",
"bits-ui": "^1.3.19",
"dotenv": "^16.5.0",
"framer-motion": "^12.5.0",
"graphql": "^16.11.0",
"graphql-request": "^7.1.2",
"phosphor-svelte": "^3.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"svelte": "^5.28.2",
"svelte-french-toast": "^1.2.0",
"typescript": "^5.8.3",
"urql": "^4.2.2",
"zod": "^3.24.3"
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.5",
"autoprefixer": "^10.4.16",
"tailwindcss": "^3.4.17"
}
}