-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1012 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1012 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
34
35
36
{
"name": "keshmat-chess-circuit",
"type": "module",
"version": "0.0.1",
"bin": {
"circuit": "./scripts/circuit.js"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"circuit": "node scripts/circuit.js"
},
"dependencies": {
"@astrojs/netlify": "^6.2.5",
"@supabase/supabase-js": "^2.49.4",
"@tailwindcss/vite": "^4.0.14",
"@types/node": "^22.13.14",
"@types/sqlite3": "^5.1.0",
"@types/xlsx": "^0.0.36",
"astro": "^5.5.2",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"csv-parse": "^5.6.0",
"daisyui": "^5.0.4",
"marked": "^15.0.8",
"micromatch": "^4.0.8",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"tailwindcss": "^4.0.14",
"tus-js-client": "^4.3.1",
"xlsx": "^0.18.5"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
}