elk/package.json

164 wiersze
5.4 KiB
JSON

2022-11-13 05:34:43 +00:00
{
"name": "@elk-zone/elk",
2022-11-15 14:29:46 +00:00
"type": "module",
2024-04-18 12:53:14 +00:00
"version": "0.14.0",
"packageManager": "pnpm@8.15.5",
2022-11-24 10:53:23 +00:00
"license": "MIT",
"homepage": "https://elk.zone/",
"main": "./nuxt.config.ts",
2022-11-13 05:34:43 +00:00
"scripts": {
2023-01-13 18:57:31 +00:00
"build": "nuxi build",
"dev": "nuxi dev --port 5314",
"dev:pwa": "VITE_DEV_PWA=true nuxi dev --port 5314",
"dev:mocked": "nuxi dev --port 5314 --dotenv .env.mock",
"dev:mocked:pwa": "VITE_DEV_PWA=true nuxi dev --port 5314 --dotenv .env.mock",
"dev:mocked:pwa:ssl": "VITE_DEV_PWA=true nuxi dev --port 5314 --https --ssl-cert ./https-dev-config/localhost.crt --ssl-key ./https-dev-config/localhost.key --dotenv .env.mock",
"start": "PORT=5314 node .output/server/index.mjs",
"start:https": "PORT=5314 node ./https-dev-config/local-https-server.mjs",
2023-01-06 18:48:32 +00:00
"lint": "eslint --cache .",
"typecheck": "stale-dep && nuxi typecheck",
"prepare": "ignore-dependency-scripts \"tsx scripts/prepare.ts\"",
2023-01-13 18:57:31 +00:00
"generate": "nuxi generate",
"test:unit": "stale-dep && vitest",
"test:unit:ci": "stale-dep && vitest run",
"test:typecheck": "stale-dep && vue-tsc --noEmit && vue-tsc --noEmit --project service-worker/tsconfig.json",
2023-01-24 17:52:22 +00:00
"test": "nr test:unit",
"test:ci": "nr test:unit:ci",
"update:team:avatars": "tsx scripts/avatars.ts",
"cleanup-translations": "tsx scripts/cleanup-translations.ts",
"prepare-translation-status": "tsx scripts/prepare-translation-status.ts",
"generate-pwa-icons": "tsx scripts/generate-pwa-icons.ts",
"postinstall": "ignore-dependency-scripts \"stale-dep -u && simple-git-hooks && nuxi prepare && nr prepare-translation-status\"",
"release": "stale-dep && bumpp && tsx scripts/release.ts"
2022-11-13 05:34:43 +00:00
},
2022-12-11 10:52:36 +00:00
"dependencies": {
"@emoji-mart/data": "^1.1.2",
"@fnando/sparkline": "^0.3.10",
"@iconify-emoji/twemoji": "^1.0.2",
"@iconify/json": "^2.2.170",
2024-02-24 16:46:14 +00:00
"@iconify/utils": "^2.1.22",
"@nuxt/devtools": "^1.0.8",
2024-03-17 14:32:02 +00:00
"@nuxt/test-utils": "^3.12.0",
"@nuxtjs/color-mode": "^3.3.2",
2024-04-08 07:30:17 +00:00
"@nuxtjs/i18n": "^8.3.0",
2024-02-24 16:46:14 +00:00
"@pinia/nuxt": "^0.5.1",
"@tiptap/core": "2.2.4",
"@tiptap/extension-bold": "2.2.4",
"@tiptap/extension-character-count": "2.2.4",
"@tiptap/extension-code-block": "2.2.4",
"@tiptap/extension-history": "2.2.4",
"@tiptap/extension-italic": "2.2.4",
"@tiptap/extension-mention": "2.2.4",
"@tiptap/extension-paragraph": "2.2.4",
"@tiptap/extension-placeholder": "2.2.4",
"@tiptap/extension-text": "2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "2.2.4",
"@tiptap/suggestion": "2.2.4",
"@tiptap/vue-3": "2.2.4",
"@unocss/nuxt": "^0.58.9",
2024-01-02 10:58:37 +00:00
"@upstash/redis": "^1.27.1",
"@vercel/kv": "^1.0.1",
2023-08-07 18:32:35 +00:00
"@vue-macros/nuxt": "^1.6.0",
"@vueuse/core": "^10.9.0",
"@vueuse/gesture": "^2.0.0",
2024-02-24 16:46:14 +00:00
"@vueuse/integrations": "^10.8.0",
"@vueuse/math": "^10.8.0",
"@vueuse/motion": "2.1.0",
"@vueuse/nuxt": "^10.8.0",
2023-04-12 12:35:35 +00:00
"blurhash": "^2.0.5",
2024-02-24 16:46:14 +00:00
"browser-fs-access": "^0.35.0",
"chroma-js": "^2.4.2",
"emoji-mart": "^5.5.2",
"file-saver": "^2.0.5",
2024-02-24 16:46:14 +00:00
"floating-vue": "^5.2.2",
2023-07-04 05:18:36 +00:00
"focus-trap": "^7.5.1",
2022-12-20 13:25:39 +00:00
"form-data": "^4.0.0",
"fuse.js": "^6.6.2",
"github-reserved-names": "^2.0.4",
2023-07-31 18:53:33 +00:00
"happy-dom": "^10.5.2",
2023-07-04 05:18:36 +00:00
"idb-keyval": "^6.2.1",
"ignore-dependency-scripts": "^1.0.1",
"iso-639-1": "^3.0.0",
2022-12-20 13:25:39 +00:00
"js-yaml": "^4.1.0",
"lru-cache": "^10.0.0",
2024-03-21 15:18:53 +00:00
"masto": "^6.7.0",
2023-12-22 12:16:46 +00:00
"node-emoji": "^2.1.3",
2023-07-04 05:18:36 +00:00
"nuxt-security": "^0.13.1",
"page-lifecycle": "^0.1.2",
2024-02-24 16:46:14 +00:00
"pinia": "^2.1.7",
2023-04-12 12:35:35 +00:00
"postcss-nested": "^6.0.1",
"prosemirror-highlight": "^0.5.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"shiki": "^1.0.0",
2023-07-04 05:18:36 +00:00
"simple-git": "^3.19.1",
2023-04-12 12:35:35 +00:00
"slimeform": "^0.9.1",
2023-08-07 18:32:35 +00:00
"stale-dep": "^0.7.0",
2024-04-05 14:34:42 +00:00
"std-env": "^3.7.0",
2023-01-19 10:27:08 +00:00
"string-length": "^5.0.1",
2022-12-20 13:25:39 +00:00
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
2023-07-04 05:18:36 +00:00
"theme-vitesse": "^0.7.2",
"tiny-decode": "^0.1.3",
2022-12-20 13:25:39 +00:00
"tippy.js": "^6.3.7",
2024-04-05 14:34:42 +00:00
"ufo": "^1.5.3",
2024-02-24 16:46:14 +00:00
"ultrahtml": "^1.5.3",
"unimport": "^3.7.1",
"vite-plugin-pwa": "^0.19.2",
2023-01-24 18:52:48 +00:00
"vue-advanced-cropper": "^2.8.8",
"vue-virtual-scroller": "2.0.0-beta.8",
"workbox-build": "^7.0.0",
2024-01-09 08:56:15 +00:00
"workbox-window": "^7.0.0",
"ws": "^8.15.1"
2022-12-11 10:52:36 +00:00
},
2022-11-13 05:34:43 +00:00
"devDependencies": {
"@antfu/eslint-config": "^2.9.0",
2024-02-24 16:46:14 +00:00
"@antfu/ni": "^0.21.12",
"@types/chroma-js": "^2.4.4",
"@types/file-saver": "^2.0.7",
"@types/fnando__sparkline": "^0.3.7",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/prettier": "^3.0.0",
"@types/wicg-file-system-access": "^2023.10.5",
2024-01-09 08:56:15 +00:00
"@types/ws": "^8.5.10",
"@unlazy/nuxt": "^0.11.2",
"@unocss/eslint-config": "^0.58.9",
2024-03-17 14:32:02 +00:00
"@vue/test-utils": "2.4.5",
"bumpp": "^9.4.0",
"consola": "^3.2.3",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.0",
"flat": "^6.0.1",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.2",
2024-04-05 14:34:42 +00:00
"nuxt": "^3.11.2",
"prettier": "^3.2.5",
"sharp": "^0.33.3",
"sharp-ico": "^0.1.5",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.7.2",
2024-04-05 14:34:42 +00:00
"typescript": "^5.4.4",
2024-03-17 14:32:02 +00:00
"vitest": "1.4.0",
2024-04-05 14:34:42 +00:00
"vue-tsc": "^2.0.10"
2022-11-28 20:21:32 +00:00
},
2023-07-04 05:32:22 +00:00
"pnpm": {
2023-08-08 10:30:38 +00:00
"overrides": {
2024-03-17 14:32:02 +00:00
"unstorage": "^1.10.2"
2023-08-08 10:30:38 +00:00
},
2023-07-04 05:32:22 +00:00
"patchedDependencies": {
"nuxt-security@0.13.1": "patches/nuxt-security@0.13.1.patch"
}
},
"resolutions": {
2024-03-17 14:32:02 +00:00
"vitest": "1.4.0",
"vue": "^3.4.21"
},
2022-11-28 20:21:32 +00:00
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
2022-11-13 05:34:43 +00:00
}
}