2022-11-13 05:34:43 +00:00
|
|
|
{
|
2023-02-08 09:51:16 +00:00
|
|
|
"name": "@elk-zone/elk",
|
2022-11-15 14:29:46 +00:00
|
|
|
"type": "module",
|
2024-03-06 07:48:14 +00:00
|
|
|
"version": "0.12.0",
|
2024-02-15 15:49:27 +00:00
|
|
|
"packageManager": "pnpm@8.15.3",
|
2022-11-24 10:53:23 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://elk.zone/",
|
2023-02-08 09:51:16 +00:00
|
|
|
"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",
|
2022-11-26 18:13:47 +00:00
|
|
|
"start": "PORT=5314 node .output/server/index.mjs",
|
2022-12-17 23:29:16 +00:00
|
|
|
"start:https": "PORT=5314 node ./https-dev-config/local-https-server.mjs",
|
2023-01-06 18:48:32 +00:00
|
|
|
"lint": "eslint --cache .",
|
2023-01-12 05:40:54 +00:00
|
|
|
"typecheck": "stale-dep && nuxi typecheck",
|
2023-05-02 00:04:12 +00:00
|
|
|
"prepare": "ignore-dependency-scripts \"tsx scripts/prepare.ts\"",
|
2023-01-13 18:57:31 +00:00
|
|
|
"generate": "nuxi generate",
|
2023-01-12 05:40:54 +00:00
|
|
|
"test:unit": "stale-dep && vitest",
|
2023-12-22 21:50:59 +00:00
|
|
|
"test:unit:ci": "stale-dep && vitest run",
|
2023-01-12 05:40:54 +00:00
|
|
|
"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",
|
2023-12-22 21:50:59 +00:00
|
|
|
"test:ci": "nr test:unit:ci",
|
2023-05-02 00:04:12 +00:00
|
|
|
"update:team:avatars": "tsx scripts/avatars.ts",
|
|
|
|
"cleanup-translations": "tsx scripts/cleanup-translations.ts",
|
|
|
|
"prepare-translation-status": "tsx scripts/prepare-translation-status.ts",
|
2023-05-29 14:52:27 +00:00
|
|
|
"generate-pwa-icons": "tsx scripts/generate-pwa-icons.ts",
|
2023-02-11 16:15:08 +00:00
|
|
|
"postinstall": "ignore-dependency-scripts \"stale-dep -u && simple-git-hooks && nuxi prepare && nr prepare-translation-status\"",
|
2023-05-02 00:04:12 +00:00
|
|
|
"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": {
|
2023-02-08 09:51:16 +00:00
|
|
|
"@emoji-mart/data": "^1.1.2",
|
2022-12-12 20:16:45 +00:00
|
|
|
"@fnando/sparkline": "^0.3.10",
|
2023-01-02 04:53:53 +00:00
|
|
|
"@iconify-emoji/twemoji": "^1.0.2",
|
2024-01-18 10:21:49 +00:00
|
|
|
"@iconify/json": "^2.2.170",
|
2024-02-24 16:46:14 +00:00
|
|
|
"@iconify/utils": "^2.1.22",
|
|
|
|
"@nuxt/devtools": "^1.0.8",
|
|
|
|
"@nuxt/test-utils": "^3.11.0",
|
2023-11-29 11:09:44 +00:00
|
|
|
"@nuxtjs/color-mode": "^3.3.2",
|
2024-02-24 16:46:14 +00:00
|
|
|
"@nuxtjs/i18n": "^8.1.1",
|
|
|
|
"@pinia/nuxt": "^0.5.1",
|
2024-02-24 19:26:14 +00:00
|
|
|
"@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",
|
2024-02-24 16:46:14 +00:00
|
|
|
"@unocss/nuxt": "^0.58.5",
|
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",
|
2024-02-24 16:46:14 +00:00
|
|
|
"@vueuse/core": "^10.8.0",
|
2024-02-23 13:04:44 +00:00
|
|
|
"@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",
|
2023-02-08 09:51:16 +00:00
|
|
|
"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",
|
2023-02-01 19:14:23 +00:00
|
|
|
"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",
|
2023-02-08 09:51:16 +00:00
|
|
|
"ignore-dependency-scripts": "^1.0.1",
|
2023-09-05 13:43:52 +00:00
|
|
|
"iso-639-1": "^3.0.0",
|
2022-12-20 13:25:39 +00:00
|
|
|
"js-yaml": "^4.1.0",
|
2023-07-02 17:15:53 +00:00
|
|
|
"lru-cache": "^10.0.0",
|
2024-01-09 08:56:15 +00:00
|
|
|
"masto": "^6.5.2",
|
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",
|
2023-02-06 22:22:56 +00:00
|
|
|
"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",
|
2024-02-15 07:43:09 +00:00
|
|
|
"prosemirror-highlight": "^0.5.0",
|
2023-02-08 09:51:16 +00:00
|
|
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
2024-02-15 07:43:09 +00:00
|
|
|
"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",
|
2023-05-29 07:16:34 +00:00
|
|
|
"std-env": "^3.3.3",
|
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",
|
2022-12-22 02:12:37 +00:00
|
|
|
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
|
2023-07-04 05:18:36 +00:00
|
|
|
"theme-vitesse": "^0.7.2",
|
2023-01-09 22:08:42 +00:00
|
|
|
"tiny-decode": "^0.1.3",
|
2022-12-20 13:25:39 +00:00
|
|
|
"tippy.js": "^6.3.7",
|
2024-02-24 16:46:14 +00:00
|
|
|
"ufo": "^1.4.0",
|
|
|
|
"ultrahtml": "^1.5.3",
|
|
|
|
"unimport": "^3.7.1",
|
2024-02-29 16:55:31 +00:00
|
|
|
"vite-plugin-pwa": "^0.19.2",
|
2023-01-24 18:52:48 +00:00
|
|
|
"vue-advanced-cropper": "^2.8.8",
|
2023-03-24 00:12:42 +00:00
|
|
|
"vue-virtual-scroller": "2.0.0-beta.8",
|
2023-06-01 07:11:11 +00:00
|
|
|
"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": {
|
2024-03-05 14:48:58 +00:00
|
|
|
"@antfu/eslint-config": "^2.8.0",
|
2024-02-24 16:46:14 +00:00
|
|
|
"@antfu/ni": "^0.21.12",
|
2024-02-24 16:56:38 +00:00
|
|
|
"@types/chroma-js": "^2.4.4",
|
|
|
|
"@types/file-saver": "^2.0.7",
|
|
|
|
"@types/flat": "^5.0.5",
|
|
|
|
"@types/fnando__sparkline": "^0.3.7",
|
|
|
|
"@types/fs-extra": "^11.0.4",
|
|
|
|
"@types/js-yaml": "^4.0.9",
|
2023-06-07 21:24:22 +00:00
|
|
|
"@types/prettier": "^2.7.3",
|
2024-02-24 16:56:38 +00:00
|
|
|
"@types/wicg-file-system-access": "^2020.9.8",
|
2024-01-09 08:56:15 +00:00
|
|
|
"@types/ws": "^8.5.10",
|
2024-02-24 16:46:14 +00:00
|
|
|
"@unlazy/nuxt": "^0.11.1",
|
2024-03-05 14:48:58 +00:00
|
|
|
"@unocss/eslint-config": "^0.58.5",
|
2024-02-24 16:46:14 +00:00
|
|
|
"@vue/test-utils": "^2.4.4",
|
2024-03-04 20:39:12 +00:00
|
|
|
"bumpp": "^9.4.0",
|
2023-08-01 21:57:32 +00:00
|
|
|
"consola": "^3.2.3",
|
2024-03-05 14:48:58 +00:00
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-plugin-format": "^0.1.0",
|
2023-02-11 20:42:55 +00:00
|
|
|
"flat": "^5.0.2",
|
2024-02-24 16:56:38 +00:00
|
|
|
"fs-extra": "^11.2.0",
|
2023-09-05 14:22:33 +00:00
|
|
|
"lint-staged": "^14.0.1",
|
2024-02-24 16:46:14 +00:00
|
|
|
"nuxt": "^3.10.3",
|
2023-09-05 13:42:20 +00:00
|
|
|
"prettier": "^3.0.3",
|
2024-02-24 16:56:38 +00:00
|
|
|
"sharp": "^0.33.2",
|
2023-05-29 14:52:27 +00:00
|
|
|
"sharp-ico": "^0.1.5",
|
2024-03-04 20:39:12 +00:00
|
|
|
"simple-git-hooks": "^2.10.0",
|
2024-02-24 16:46:14 +00:00
|
|
|
"tsx": "^4.7.1",
|
|
|
|
"typescript": "^5.3.3",
|
|
|
|
"vitest": "1.3.1",
|
|
|
|
"vue-tsc": "^1.8.27"
|
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-02-24 16:46:14 +00:00
|
|
|
"unstorage": "^1.10.1"
|
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"
|
|
|
|
}
|
|
|
|
},
|
2024-02-24 12:24:21 +00:00
|
|
|
"resolutions": {
|
2024-02-24 16:46:14 +00:00
|
|
|
"vitest": "1.3.1",
|
2024-02-24 12:24:21 +00:00
|
|
|
"vue": "^3.4.19"
|
|
|
|
},
|
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
|
|
|
}
|
|
|
|
}
|