51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"name": "tauri-app",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"dist": "npm run tauri build",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"@tauri-apps/api": "^2.8.0",
|
|
"@tauri-apps/cli": "^2.8.4",
|
|
"@tauri-apps/plugin-barcode-scanner": "^2.4.0",
|
|
"@tauri-apps/plugin-biometric": "^2.3.0",
|
|
"@tauri-apps/plugin-cli": "^2.4.0",
|
|
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
|
|
"@tauri-apps/plugin-dialog": "^2.4.0",
|
|
"@tauri-apps/plugin-fs": "^2.4.2",
|
|
"@tauri-apps/plugin-geolocation": "^2.2.0",
|
|
"@tauri-apps/plugin-global-shortcut": "^2.3.0",
|
|
"@tauri-apps/plugin-haptics": "^2.2.0",
|
|
"@tauri-apps/plugin-http": "^2.5.2",
|
|
"@tauri-apps/plugin-nfc": "^2.3.1",
|
|
"@tauri-apps/plugin-notification": "^2.3.1",
|
|
"@tauri-apps/plugin-opener": "^2.5.0",
|
|
"@tauri-apps/plugin-os": "^2.3.1",
|
|
"@tauri-apps/plugin-process": "^2.3.0",
|
|
"@tauri-apps/plugin-shell": "^2.3.1",
|
|
"@tauri-apps/plugin-store": "^2.4.0",
|
|
"@tauri-apps/plugin-updater": "^2.9.0",
|
|
"@tauri-apps/plugin-upload": "^2.3.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.13",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.13",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^7.0.4"
|
|
}
|
|
}
|