build status: failing
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"name": "s-tray",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "node scripts/buildExternal.js && vite",
|
||||
"build": "node scripts/buildExternal.js && tsc && vite build",
|
||||
"preview": "node scripts/buildExternal.js && vite preview",
|
||||
"tauri": "tauri",
|
||||
"info": "tauri info",
|
||||
"build:mac": "tauri build --target aarch64-apple-darwin --debug",
|
||||
"build:mac:universal": "tauri build --target universal-apple-darwin",
|
||||
"build:mac:intel": "tauri build --target x86_64-apple-darwin",
|
||||
"build:windows": "tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc",
|
||||
"below targets do not work": "echo 'you heard me'",
|
||||
"build:windows:arm": "tauri build --runner cargo-xwin --target aarch64-pc-windows-msvc",
|
||||
"build:linux:arm": "tauri build --target aarch64-unknown-linux-gnu",
|
||||
"build:wasm": "tauri build --target wasm32-unknown-unknown"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/react": "^2.6.11",
|
||||
"@tauri-apps/api": "~2.2.0",
|
||||
"@tauri-apps/plugin-dialog": "^2.2.0",
|
||||
"@tauri-apps/plugin-fs": "^2.2.0",
|
||||
"@tauri-apps/plugin-http": "^2.2.0",
|
||||
"@tauri-apps/plugin-log": "^2.2.0",
|
||||
"@tauri-apps/plugin-notification": "^2.2.1",
|
||||
"@tauri-apps/plugin-opener": "^2.2.5",
|
||||
"@tauri-apps/plugin-os": "^2.2.0",
|
||||
"@tauri-apps/plugin-positioner": "^2.2.0",
|
||||
"@tauri-apps/plugin-process": "^2.2.0",
|
||||
"@tauri-apps/plugin-shell": "^2.2.0",
|
||||
"@tauri-apps/plugin-store": "^2.2.0",
|
||||
"@tauri-apps/plugin-window-state": "^2.2.0",
|
||||
"framer-motion": "^11.17.0",
|
||||
"lucide-react": "^0.471.0",
|
||||
"p-retry": "^6.2.1",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "^6.28.1",
|
||||
"use-broadcast-ts": "^2.0.0",
|
||||
"zustand": "^5.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"@tauri-apps/cli": "~2.2.5",
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/react": "^18.3.1",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.49",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "~5.6.2",
|
||||
"vite": "^6.0.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user