You've already forked AstralRinth
* feat(theseus): Initial migration to Tauri v2 * feat(theseus): Added a way to zoom / scale UI * chore(theseus): Started cleaning up some plugins * fix(theseus): Github Actions * refactor(theseus): Reduced boilerplate & more work * feat(theseus): Allow multiple app instances to be open at once (#995) * fix(theseus): Lint & more * fix(theseus): App Release github action * fix(theseus): Open links in browser & macos builds * fix(theseus): Rebase fixes * fix(theseus): Updater & app release action * fix(theseus): Fixed definitions in `build.rs` * Fix MacOS deep linking, window decorations * fix(theseus): Closing & maximizing app * Fix macos build * add back release conf * acc fix build * make updater for release builds only * focus window on startup --------- Co-authored-by: Jai A <jaiagr+gpg@pm.me> Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@modrinth/app-frontend",
|
|
"private": true,
|
|
"version": "0.8.3-1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . && prettier --check .",
|
|
"fix": "eslint . --fix && prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@modrinth/assets": "workspace:*",
|
|
"@modrinth/ui": "workspace:*",
|
|
"@modrinth/utils": "workspace:*",
|
|
"@tauri-apps/api": "^2.0.0-rc.3",
|
|
"@tauri-apps/plugin-dialog": "^2.0.0-rc.0",
|
|
"@tauri-apps/plugin-os": "^2.0.0-rc.0",
|
|
"@tauri-apps/plugin-window-state": "^2.0.0-rc.0",
|
|
"@tauri-apps/plugin-shell": "^2.0.0-rc.0",
|
|
"@vintl/vintl": "^4.4.1",
|
|
"dayjs": "^1.11.10",
|
|
"floating-vue": "^5.2.2",
|
|
"mixpanel-browser": "^2.49.0",
|
|
"ofetch": "^1.3.4",
|
|
"pinia": "^2.1.7",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vue": "^3.4.21",
|
|
"vue-multiselect": "3.0.0",
|
|
"vue-router": "4.3.0",
|
|
"vue-virtual-scroller": "v2.0.0-beta.8"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.0.0-rc",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-custom": "workspace:*",
|
|
"postcss": "^8.4.39",
|
|
"prettier": "^3.2.5",
|
|
"sass": "^1.74.1",
|
|
"tailwindcss": "^3.4.4",
|
|
"tsconfig": "workspace:*",
|
|
"vite": "^5.2.8"
|
|
},
|
|
"packageManager": "pnpm@9.4.0"
|
|
}
|