2025-02-22 02:05:17 -05:00
|
|
|
{
|
|
|
|
"name": "nextauri",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "tauri dev",
|
|
|
|
"tauri": "tauri",
|
|
|
|
"lint": "next lint src-next",
|
|
|
|
"next": "next src-next",
|
|
|
|
"clippy": "cargo clippy --manifest-path ./src-tauri/Cargo.toml",
|
|
|
|
"next-build": "next build src-next"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@tauri-apps/api": "^2.2.0",
|
|
|
|
"@tauri-apps/plugin-clipboard-manager": "^2.2.1",
|
|
|
|
"@tauri-apps/plugin-dialog": "^2.2.0",
|
|
|
|
"@tauri-apps/plugin-fs": "^2.2.0",
|
|
|
|
"@tauri-apps/plugin-global-shortcut": "^2.2.0",
|
|
|
|
"@tauri-apps/plugin-http": "^2.3.0",
|
|
|
|
"@tauri-apps/plugin-notification": "^2.2.1",
|
|
|
|
"@tauri-apps/plugin-os": "^2.2.0",
|
|
|
|
"@tauri-apps/plugin-process": "^2.2.0",
|
|
|
|
"@tauri-apps/plugin-shell": "^2.2.0",
|
|
|
|
"next": "^15.1.7",
|
|
|
|
"react": "^19.0.0",
|
|
|
|
"react-dom": "^19.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@tauri-apps/cli": "^2.2.7",
|
|
|
|
"@types/node": "^22.13.4",
|
2025-02-22 07:06:44 +00:00
|
|
|
"@types/react": "^19.0.10",
|
2025-02-22 02:05:17 -05:00
|
|
|
"@types/react-dom": "^19.0.3",
|
|
|
|
"eslint": "^9.20.1",
|
|
|
|
"eslint-config-next": "^15.1.7",
|
|
|
|
"typescript": "^5.7.3"
|
|
|
|
}
|
|
|
|
}
|