forked from ibraidab/fileTransfer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 681 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 681 Bytes
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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^6.0.3",
"@astrojs/react": "^3.0.3",
"@astrojs/tailwind": "^4.0.0",
"@astrojs/vercel": "^5.0.2",
"@auth/core": "^0.17.0",
"@splinetool/viewer": "^0.9.493",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"astro": "^3.3.0",
"auth-astro": "^3.0.1",
"peerjs": "^1.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
"vercel": "^32.3.0"
}
}