rustdesk/flutter/web/js/package.json

23 lines
539 B
JSON
Raw Normal View History

2022-01-17 07:45:42 +00:00
{
"name": "web_hbb",
"version": "1.0.0",
"scripts": {
2022-01-27 10:58:29 +00:00
"dev": "vite",
"build": "python ./gen_js_from_hbb.py > src/gen_js_from_hbb.ts && python ./ts_proto.py && tsc && vite build",
2022-01-17 07:45:42 +00:00
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^4.4.4",
"vite": "2.8"
2022-01-17 09:51:18 +00:00
},
"dependencies": {
2022-01-18 16:57:57 +00:00
"fast-sha256": "^1.3.0",
2022-01-18 09:05:34 +00:00
"libsodium": "^0.7.9",
2022-01-20 04:49:57 +00:00
"libsodium-wrappers": "^0.7.9",
2022-02-05 13:46:28 +00:00
"pcm-player": "^0.0.11",
"ts-proto": "^1.169.1",
2022-02-04 20:28:40 +00:00
"wasm-feature-detect": "^1.2.11",
2022-01-26 04:39:44 +00:00
"zstddec": "^0.0.2"
2022-01-17 07:45:42 +00:00
}
}