-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.53 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "cephable-custom-controller-creator",
"version": "0.1.0",
"type": "module",
"description": "Design custom on-screen controllers — buttons, joysticks, trackpads — and drive any computer or game through the Cephable platform. Accessibility-first, web-based, MIT-licensed.",
"keywords": [
"accessibility",
"a11y",
"controller",
"gamepad",
"joystick",
"trackpad",
"cephable",
"cephable-sdk",
"react",
"typescript",
"vite",
"macros",
"input-mapping"
],
"license": "MIT",
"homepage": "https://github.com/Cephable/Cephable-Custom-Controller",
"repository": {
"type": "git",
"url": "git+https://github.com/Cephable/Cephable-Custom-Controller.git"
},
"bugs": {
"url": "https://github.com/Cephable/Cephable-Custom-Controller/issues"
},
"author": {
"name": "Cephable",
"url": "https://cephable.com"
},
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc -b --noEmit"
},
"dependencies": {
"@cephable/cephable-web": "^1.3.0",
"@fontsource/archivo": "^5.1.0",
"@radix-ui/react-select": "^2.1.4",
"lucide-react": "^0.469.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"uuid": "^11.0.5",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.3",
"vite": "^6.0.7"
}
}