-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"name": "2cf5-make-basic-peopl",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "sb dev src/index.tsx",
"build": "sb build src/index.tsx",
"start": "sb start",
"check-types": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hono/node-server": "^1.19.8",
"@springboardjs/platforms-browser": "0.16.0",
"@springboardjs/platforms-node": "0.16.0",
"@tabler/icons-react": "^3.35.0",
"googleapis": "^169.0.0",
"lucide-react": "^0.562.0",
"qrcode": "^1.5.4",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-router": "^6.30.2",
"springboard": "0.16.0",
"springboard-server": "0.16.0"
},
"devDependencies": {
"@types/node": "^25.0.0",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"springboard-cli": "0.16.0",
"typescript": "^5.9.3"
},
"type": "module"
}