-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.62 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": "mobius-browser-shell",
"private": true,
"version": "1.0.0",
"description": "The Mobius Browser Shell - A unified interface for Mobius Substrate Labs (OAA, Reflections, Citizen Shield, HIVE, Wallet)",
"author": "Mobius Substrate",
"license": "MIT",
"type": "module",
"homepage": "https://github.com/kaizencycle/mobius-browser-shell",
"repository": {
"type": "git",
"url": "https://github.com/kaizencycle/mobius-browser-shell.git"
},
"bugs": {
"url": "https://github.com/kaizencycle/mobius-browser-shell/issues"
},
"keywords": [
"mobius",
"browser-shell",
"ai-education",
"integrity-systems",
"MIC",
"MII",
"sentinel",
"react",
"vite"
],
"packageManager": "[email protected]",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "vite",
"generate:canon": "node scripts/generate-canon-pages.mjs",
"build": "npm run generate:canon && vite build",
"preview": "vite preview",
"lint": "tsc --noEmit",
"check": "npm run typecheck && npm run lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@simplewebauthn/server": "^13.2.2",
"lucide-react": "^0.556.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-force-graph-2d": "^1.29.0"
},
"devDependencies": {
"@vercel/node": "^5.8.17",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^22.14.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.24",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}