36 lines
882 B
JSON
36 lines
882 B
JSON
{
|
|
"name": "nexbox-installer",
|
|
"version": "5.9.8",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"tauri:build": "tauri build"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^2.10.9",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@tauri-apps/api": "^2.11.1",
|
|
"@tauri-apps/plugin-dialog": "^2.2.1",
|
|
"@tauri-apps/plugin-shell": "^2.3.5",
|
|
"framer-motion": "^11.18.2",
|
|
"i18next": "^26.0.5",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-i18next": "^17.0.4",
|
|
"react-icons": "^5.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.11.4",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"typescript": "^5.8.2",
|
|
"vite": "^6.0.11"
|
|
}
|
|
}
|