d3ro-voice/site/package.json
Yun Chan 30d51c952f chore(release): v1.4.0
Shortcuts gain several bindings per action, mouse buttons and a searchable
picker, and the stored shortcut schema changes shape, so this is a minor bump.
Existing shortcuts migrate on first launch.

Play release notes state that this release carries no mobile feature changes;
the work is desktop-only.
2026-09-21 13:41:59 +09:00

25 lines
582 B
JSON

{
"name": "d3ro-voice-site",
"private": true,
"version": "1.4.0",
"type": "module",
"scripts": {
"dev": "vite --port 5199 --host",
"build": "tsc -b && vite build",
"preview": "vite preview --port 5199 --host"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.0",
"vite": "^6.0.0"
}
}