-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 2.42 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 2.42 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
{
"name": "sandevistan",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node scripts/prepare-sites-build.mjs",
"preview": "vite preview",
"test": "vitest run --dir src --no-file-parallelism --maxWorkers=1",
"test:repo": "node --test --test-concurrency=1 tests/repository-copy.test.mjs && node scripts/check-repository-copy.mjs",
"typecheck": "tsc --noEmit",
"test:sites": "npm run build && node --test --test-concurrency=1 tests/sites-worker.test.mjs tests/realtime-api.test.mjs tests/ai-web-search-api.test.mjs tests/conversate-api.test.mjs",
"verify:rss-live": "node scripts/verify-rss-feeds.mjs",
"qr": "evenhub qr --url \"http://100.127.255.11:4179/hud-canvas-fast?sdk=0.0.11&build=sdk0011-current-063\"",
"qr:hide-black": "evenhub qr --url \"http://100.127.255.11:4179/hud-canvas-fast?sdk=0.0.11&hide=black&build=hide-black-sdk0011-063\"",
"qr:rollback": "evenhub qr --url \"http://100.127.255.11:4179/hud-canvas-fast?sdk=0.0.11&pipeline=1&levels=original&build=rollback-serial-original-sdk0011-063\"",
"qr:pipeline2": "evenhub qr --url \"http://100.127.255.11:4179/hud-canvas-fast?sdk=0.0.11&pipeline=2&build=pipeline-2-sdk0011-063\"",
"qr:pipeline3": "evenhub qr --url \"http://100.127.255.11:4179/hud-canvas-fast?sdk=0.0.11&pipeline=3&build=pipeline-3-sdk0011-063\"",
"qr:pipeline4": "evenhub qr --url \"http://100.127.255.11:4179/hud-canvas-fast?sdk=0.0.11&pipeline=4&build=pipeline-4-sdk0011-063\"",
"qr:palette4": "evenhub qr --url \"http://100.127.255.11:4179/hud-canvas-fast?sdk=0.0.11&pipeline=4&levels=4&build=palette-4-sdk0011-063\"",
"qr:bmp1": "evenhub qr --url \"http://100.127.255.11:4179/hud-canvas-fast?sdk=0.0.11&pipeline=4&format=bmp1&build=bmp1-lz4-sdk0011-063\"",
"pack": "npm run build && evenhub pack app.json dist/client -o sandevistan.ehpk"
},
"dependencies": {
"@evenrealities/even_hub_sdk": "0.0.11",
"@iconify-icons/pixelarticons": "^1.2.5",
"@iconify-icons/simple-icons": "^1.2.54",
"@iconify/react": "^6.0.2",
"@vitejs/plugin-react": "5.0.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"vite": "6.4.2"
},
"devDependencies": {
"@evenrealities/evenhub-cli": "^0.1.13",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"jsdom": "^29.1.1",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
}
}