* Fix donation link submission * Refactor Charts to fit edgecase bugs in design * edge and mobile bug fixes * remove dead code * fix width on mobile * Update omorphia version to 0.7.3 * Refactor legend item styling in ChartDisplay.vue * Update package dependencies
64 lines
2.0 KiB
JSON
64 lines
2.0 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxi build",
|
|
"dev": "nuxi dev",
|
|
"generate": "nuxi generate",
|
|
"preview": "nuxi preview",
|
|
"postinstall": "nuxi prepare",
|
|
"lint:js": "eslint . --ext .js,.vue,.ts",
|
|
"lint": "npm run lint:js && prettier --check .",
|
|
"fix": "eslint . --fix --ext .js,.vue,.ts && prettier --write .",
|
|
"intl:extract": "formatjs extract \"{,components,composables,layouts,middleware,modules,pages,plugins,utils}/**/*.{vue,ts,tsx,js,jsx,mts,cts,mjs,cjs}\" --ignore '**/*.d.ts' --ignore 'node_modules' --out-file locales/en-US/index.json --format crowdin --preserve-whitespace"
|
|
},
|
|
"devDependencies": {
|
|
"@formatjs/cli": "^6.1.2",
|
|
"@nuxt/devtools": "^0.7.0",
|
|
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
|
"@nuxtjs/turnstile": "^0.5.0",
|
|
"@types/node": "^20.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
|
"@typescript-eslint/parser": "^5.59.8",
|
|
"@vintl/compact-number": "^2.0.5",
|
|
"@vintl/how-ago": "^3.0.1",
|
|
"@vintl/nuxt": "^1.8.0",
|
|
"eslint": "^8.41.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.14.1",
|
|
"glob": "^10.2.7",
|
|
"nuxt": "^3.5.3",
|
|
"prettier": "^2.8.8",
|
|
"sass": "^1.58.0",
|
|
"typescript": "^5.0.4",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vite-svg-loader": "^4.0.0",
|
|
"vue-tsc": "^1.6.5"
|
|
},
|
|
"dependencies": {
|
|
"@ltd/j-toml": "^1.38.0",
|
|
"dayjs": "^1.11.7",
|
|
"floating-vue": "2.0.0-beta.20",
|
|
"fuse.js": "^6.6.2",
|
|
"highlight.js": "^11.7.0",
|
|
"iso-3166-1": "^2.1.1",
|
|
"js-yaml": "^4.1.0",
|
|
"jszip": "^3.10.1",
|
|
"markdown-it": "^13.0.1",
|
|
"omorphia": "^0.7.3",
|
|
"qrcode.vue": "^3.4.0",
|
|
"semver": "^7.5.4",
|
|
"vue-multiselect": "3.0.0-alpha.2",
|
|
"vue3-apexcharts": "^1.4.4",
|
|
"xss": "^1.0.14"
|
|
},
|
|
"packageManager": "pnpm@8.6.1",
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"markdown-it@13.0.1": "patches/markdown-it@13.0.1.patch"
|
|
}
|
|
}
|
|
}
|