* Start of app redesign * format * continue progress * Content page nearly done * Fix recursion issues with content page * Fix update all alignment * Discover page progress * Settings progress * Removed unlocked-size hack that breaks web * Revamp project page, refactor web project page to share code with app, fixed loading bar, misc UI/UX enhancements, update ko-fi logo, update arrow icons, fix web issues caused by floating-vue migration, fix tooltip issues, update web tooltips, clean up web hydration issues * Ads + run prettier * Begin auth refactor, move common messages to ui lib, add i18n extraction to all apps, begin Library refactor * fix ads not hiding when plus log in * rev lockfile changes/conflicts * Fix sign in page * Add generated * (mostly) Data driven search * Fix search mobile issue * profile fixes * Project versions page, fix typescript on UI lib and misc fixes * Remove unused gallery component * Fix linkfunction err * Search filter controls at top, localization for locked filters * Fix provided filter names * Fix navigating from instance browse to main browse * Friends frontend (#2995) * Friends system frontend * (almost) finish frontend * finish friends, fix lint * Fix lint --------- Signed-off-by: Geometrically <18202329+Geometrically@users.noreply.github.com> * Refresh macOS app icon * Update web search UI more * Fix link opens * Fix frontend build --------- Signed-off-by: Geometrically <18202329+Geometrically@users.noreply.github.com> Co-authored-by: Jai A <jaiagr+gpg@pm.me> Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
58 lines
1.9 KiB
JSON
58 lines
1.9 KiB
JSON
{
|
|
"name": "@modrinth/app-frontend",
|
|
"private": true,
|
|
"version": "0.8.9",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"tsc:check": "vue-tsc --noEmit",
|
|
"lint": "eslint . && prettier --check .",
|
|
"fix": "eslint . --fix && prettier --write .",
|
|
"intl:extract": "formatjs extract \"{,src/components,src/composables,src/helpers,src/pages,src/store}/**/*.{vue,ts,tsx,js,jsx,mts,cts,mjs,cjs}\" --ignore '**/*.d.ts' --ignore 'node_modules' --out-file src/locales/en-US/index.json --format crowdin --preserve-whitespace"
|
|
},
|
|
"dependencies": {
|
|
"@modrinth/assets": "workspace:*",
|
|
"@modrinth/ui": "workspace:*",
|
|
"@modrinth/utils": "workspace:*",
|
|
"@sentry/vue": "^8.27.0",
|
|
"@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-shell": "^2.0.0-rc.0",
|
|
"@tauri-apps/plugin-updater": "^2.0.0-rc.0",
|
|
"@tauri-apps/plugin-window-state": "^2.0.0-rc.0",
|
|
"@vintl/vintl": "^4.4.1",
|
|
"dayjs": "^1.11.10",
|
|
"floating-vue": "^5.2.2",
|
|
"ofetch": "^1.3.4",
|
|
"pinia": "^2.1.7",
|
|
"posthog-js": "^1.158.2",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vue": "^3.5.13",
|
|
"vue-multiselect": "3.0.0",
|
|
"vue-router": "4.3.0",
|
|
"vue-virtual-scroller": "v2.0.0-beta.8"
|
|
},
|
|
"devDependencies": {
|
|
"@formatjs/cli": "^6.2.12",
|
|
"@eslint/compat": "^1.1.1",
|
|
"@nuxt/eslint-config": "^0.5.6",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^9.9.1",
|
|
"eslint-config-custom": "workspace:*",
|
|
"eslint-plugin-turbo": "^2.1.1",
|
|
"postcss": "^8.4.39",
|
|
"prettier": "^3.2.5",
|
|
"sass": "^1.74.1",
|
|
"tailwindcss": "^3.4.4",
|
|
"tsconfig": "workspace:*",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.6",
|
|
"vue-tsc": "^2.1.6"
|
|
},
|
|
"packageManager": "pnpm@9.4.0",
|
|
"web-types": "../../web-types.json"
|
|
}
|