visions-vtt/v-client/package.json

25 lines
513 B
JSON
Raw Normal View History

2022-11-16 23:00:24 +00:00
{
"name": "v-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
2022-11-16 23:13:10 +00:00
"@tauri-apps/api": "^1.2.0",
2022-11-16 23:00:24 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
2022-11-16 23:13:10 +00:00
"@tauri-apps/cli": "^1.2.0",
2022-11-16 23:00:24 +00:00
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.3"
}
2022-11-16 23:13:10 +00:00
}