-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 892 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 892 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
30
31
32
33
{
"name": "dev-selection",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"test:concurrency": "node --test tests/integration/selection-concurrency.test.mjs",
"test:origin": "node --test tests/integration/vercel-origin.test.mjs",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^4.4.2",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^8.2.11",
"@supabase/supabase-js": "^2.45.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"antd": "^5.20.6",
"astro": "^5.18.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"supabase": "^1.192.5",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"engines": {
"node": "^22.12.0"
}
}