2022-11-13 14:34:43 +09:00
|
|
|
{
|
2023-02-08 18:51:16 +09:00
|
|
|
"name": "@elk-zone/elk",
|
2022-11-15 23:29:46 +09:00
|
|
|
"type": "module",
|
2024-04-18 21:53:14 +09:00
|
|
|
"version": "0.14.0",
|
2024-08-19 11:54:17 +09:00
|
|
|
"packageManager": "pnpm@9.7.1",
|
2022-11-24 19:53:23 +09:00
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://elk.zone/",
|
2023-02-08 18:51:16 +09:00
|
|
|
"main": "./nuxt.config.ts",
|
2022-11-13 14:34:43 +09:00
|
|
|
"scripts": {
|
2023-01-14 03:57:31 +09: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-27 03:13:47 +09:00
|
|
|
"start": "PORT=5314 node .output/server/index.mjs",
|
2022-12-18 08:29:16 +09:00
|
|
|
"start:https": "PORT=5314 node ./https-dev-config/local-https-server.mjs",
|
2023-01-07 03:48:32 +09:00
|
|
|
"lint": "eslint --cache .",
|
2023-01-12 14:40:54 +09:00
|
|
|
"typecheck": "stale-dep && nuxi typecheck",
|
2023-05-02 09:04:12 +09:00
|
|
|
"prepare": "ignore-dependency-scripts \"tsx scripts/prepare.ts\"",
|
2023-01-14 03:57:31 +09:00
|
|
|
"generate": "nuxi generate",
|
2023-01-12 14:40:54 +09:00
|
|
|
"test:unit": "stale-dep && vitest",
|
2023-12-23 06:50:59 +09:00
|
|
|
"test:unit:ci": "stale-dep && vitest run",
|
2023-01-12 14:40:54 +09:00
|
|
|
"test:typecheck": "stale-dep && vue-tsc --noEmit && vue-tsc --noEmit --project service-worker/tsconfig.json",
|
2023-01-25 02:52:22 +09:00
|
|
|
"test": "nr test:unit",
|
2023-12-23 06:50:59 +09:00
|
|
|
"test:ci": "nr test:unit:ci",
|
2023-05-02 09:04:12 +09: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 23:52:27 +09:00
|
|
|
"generate-pwa-icons": "tsx scripts/generate-pwa-icons.ts",
|
2023-02-12 01:15:08 +09:00
|
|
|
"postinstall": "ignore-dependency-scripts \"stale-dep -u && simple-git-hooks && nuxi prepare && nr prepare-translation-status\"",
|
2023-05-02 09:04:12 +09:00
|
|
|
"release": "stale-dep && bumpp && tsx scripts/release.ts"
|
2022-11-13 14:34:43 +09:00
|
|
|
},
|
2022-12-11 19:52:36 +09:00
|
|
|
"dependencies": {
|
2023-02-08 18:51:16 +09:00
|
|
|
"@emoji-mart/data": "^1.1.2",
|
2022-12-13 05:16:45 +09:00
|
|
|
"@fnando/sparkline": "^0.3.10",
|
2023-01-02 13:53:53 +09:00
|
|
|
"@iconify-emoji/twemoji": "^1.0.2",
|
2024-01-18 19:21:49 +09:00
|
|
|
"@iconify/json": "^2.2.170",
|
2024-02-25 01:46:14 +09:00
|
|
|
"@iconify/utils": "^2.1.22",
|
|
|
|
"@nuxt/devtools": "^1.0.8",
|
2024-03-17 23:32:02 +09:00
|
|
|
"@nuxt/test-utils": "^3.12.0",
|
2024-08-16 22:31:43 +09:00
|
|
|
"@nuxtjs/color-mode": "^3.3.4",
|
|
|
|
"@nuxtjs/i18n": "^8.4.0",
|
|
|
|
"@pinia/nuxt": "^0.5.3",
|
2024-02-25 04:26:14 +09: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-08-16 23:35:44 +09:00
|
|
|
"@unocss/nuxt": "^0.62.0",
|
2024-01-02 19:58:37 +09:00
|
|
|
"@upstash/redis": "^1.27.1",
|
2024-08-17 00:49:14 +09:00
|
|
|
"@vercel/kv": "^2.0.0",
|
2023-08-08 03:32:35 +09:00
|
|
|
"@vue-macros/nuxt": "^1.6.0",
|
2024-08-21 00:51:05 +09:00
|
|
|
"@vueuse/core": "^11.0.0",
|
2024-02-23 22:04:44 +09:00
|
|
|
"@vueuse/gesture": "^2.0.0",
|
2024-08-21 00:51:05 +09:00
|
|
|
"@vueuse/integrations": "^11.0.0",
|
|
|
|
"@vueuse/math": "^11.0.0",
|
2024-06-24 12:05:38 +09:00
|
|
|
"@vueuse/motion": "2.2.3",
|
2024-08-21 00:51:05 +09:00
|
|
|
"@vueuse/nuxt": "^11.0.0",
|
2023-04-12 21:35:35 +09:00
|
|
|
"blurhash": "^2.0.5",
|
2024-02-25 01:46:14 +09:00
|
|
|
"browser-fs-access": "^0.35.0",
|
2024-08-17 00:49:14 +09:00
|
|
|
"cheerio": "^1.0.0",
|
2024-08-22 19:28:35 +09:00
|
|
|
"chroma-js": "^3.0.0",
|
2023-02-08 18:51:16 +09:00
|
|
|
"emoji-mart": "^5.5.2",
|
|
|
|
"file-saver": "^2.0.5",
|
2024-02-25 01:46:14 +09:00
|
|
|
"floating-vue": "^5.2.2",
|
2023-07-04 14:18:36 +09:00
|
|
|
"focus-trap": "^7.5.1",
|
2022-12-20 22:25:39 +09:00
|
|
|
"form-data": "^4.0.0",
|
2024-08-17 00:49:14 +09:00
|
|
|
"fuse.js": "^7.0.0",
|
2023-02-02 04:14:23 +09:00
|
|
|
"github-reserved-names": "^2.0.4",
|
2024-08-22 19:28:35 +09:00
|
|
|
"happy-dom": "^15.0.0",
|
2023-07-04 14:18:36 +09:00
|
|
|
"idb-keyval": "^6.2.1",
|
2023-02-08 18:51:16 +09:00
|
|
|
"ignore-dependency-scripts": "^1.0.1",
|
2023-09-05 22:43:52 +09:00
|
|
|
"iso-639-1": "^3.0.0",
|
2022-12-20 22:25:39 +09:00
|
|
|
"js-yaml": "^4.1.0",
|
2024-08-17 00:49:14 +09:00
|
|
|
"lru-cache": "^11.0.0",
|
2024-05-31 04:40:17 +09:00
|
|
|
"masto": "^6.7.5",
|
2023-12-22 21:16:46 +09:00
|
|
|
"node-emoji": "^2.1.3",
|
2024-08-17 00:49:14 +09:00
|
|
|
"nuxt-security": "^1.0.0",
|
2023-02-07 07:22:56 +09:00
|
|
|
"page-lifecycle": "^0.1.2",
|
2024-08-16 22:31:43 +09:00
|
|
|
"pinia": "^2.2.2",
|
2023-04-12 21:35:35 +09:00
|
|
|
"postcss-nested": "^6.0.1",
|
2024-08-16 23:35:44 +09:00
|
|
|
"prosemirror-highlight": "^0.8.0",
|
2023-02-08 18:51:16 +09:00
|
|
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
2024-02-15 16:43:09 +09:00
|
|
|
"shiki": "^1.0.0",
|
2023-07-04 14:18:36 +09:00
|
|
|
"simple-git": "^3.19.1",
|
2023-04-12 21:35:35 +09:00
|
|
|
"slimeform": "^0.9.1",
|
2023-08-08 03:32:35 +09:00
|
|
|
"stale-dep": "^0.7.0",
|
2024-04-05 23:34:42 +09:00
|
|
|
"std-env": "^3.7.0",
|
2023-01-19 19:27:08 +09:00
|
|
|
"string-length": "^5.0.1",
|
2022-12-20 22:25:39 +09:00
|
|
|
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
|
2022-12-22 11:12:37 +09:00
|
|
|
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
|
2024-08-16 23:35:44 +09:00
|
|
|
"theme-vitesse": "^0.8.0",
|
2023-01-10 07:08:42 +09:00
|
|
|
"tiny-decode": "^0.1.3",
|
2022-12-20 22:25:39 +09:00
|
|
|
"tippy.js": "^6.3.7",
|
2024-04-05 23:34:42 +09:00
|
|
|
"ufo": "^1.5.3",
|
2024-02-25 01:46:14 +09:00
|
|
|
"ultrahtml": "^1.5.3",
|
2024-08-16 22:31:43 +09:00
|
|
|
"unimport": "^3.10.0",
|
2024-08-16 23:35:44 +09:00
|
|
|
"vite-plugin-pwa": "^0.20.0",
|
2023-01-25 03:52:48 +09:00
|
|
|
"vue-advanced-cropper": "^2.8.8",
|
2023-03-24 09:12:42 +09:00
|
|
|
"vue-virtual-scroller": "2.0.0-beta.8",
|
2023-06-01 16:11:11 +09:00
|
|
|
"workbox-build": "^7.0.0",
|
2024-01-09 17:56:15 +09:00
|
|
|
"workbox-window": "^7.0.0",
|
|
|
|
"ws": "^8.15.1"
|
2022-12-11 19:52:36 +09:00
|
|
|
},
|
2022-11-13 14:34:43 +09:00
|
|
|
"devDependencies": {
|
2024-08-16 23:52:08 +09:00
|
|
|
"@antfu/eslint-config": "^2.26.0",
|
2024-08-17 00:20:49 +09:00
|
|
|
"@antfu/ni": "^0.22.4",
|
2024-02-25 01:56:38 +09:00
|
|
|
"@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",
|
2024-03-26 17:51:07 +09:00
|
|
|
"@types/wicg-file-system-access": "^2023.10.5",
|
2024-08-17 00:20:49 +09:00
|
|
|
"@types/ws": "^8.5.12",
|
|
|
|
"@unlazy/nuxt": "^0.11.3",
|
2024-08-16 23:52:08 +09:00
|
|
|
"@unocss/eslint-config": "^0.62.2",
|
2024-08-17 00:20:49 +09:00
|
|
|
"@vue/test-utils": "2.4.6",
|
|
|
|
"bumpp": "^9.5.1",
|
2023-08-02 06:57:32 +09:00
|
|
|
"consola": "^3.2.3",
|
2024-08-16 23:58:14 +09:00
|
|
|
"eslint": "^9.9.0",
|
2024-08-16 23:52:08 +09:00
|
|
|
"eslint-plugin-format": "^0.1.2",
|
2024-03-21 21:13:28 +09:00
|
|
|
"flat": "^6.0.1",
|
2024-02-25 01:56:38 +09:00
|
|
|
"fs-extra": "^11.2.0",
|
2024-08-17 00:20:49 +09:00
|
|
|
"lint-staged": "^15.2.9",
|
|
|
|
"nuxt": "^3.12.4",
|
2024-08-19 11:51:09 +09:00
|
|
|
"prettier": "^3.3.3",
|
2024-08-17 00:20:49 +09:00
|
|
|
"sharp": "^0.33.5",
|
2023-05-29 23:52:27 +09:00
|
|
|
"sharp-ico": "^0.1.5",
|
2024-03-26 17:34:06 +09:00
|
|
|
"simple-git-hooks": "^2.11.1",
|
2024-08-17 00:20:49 +09:00
|
|
|
"tsx": "^4.17.0",
|
2024-04-05 23:34:42 +09:00
|
|
|
"typescript": "^5.4.4",
|
2024-08-16 23:29:39 +09:00
|
|
|
"vitest": "2.0.5",
|
2024-04-05 23:34:42 +09:00
|
|
|
"vue-tsc": "^2.0.10"
|
2022-11-29 05:21:32 +09:00
|
|
|
},
|
2023-07-04 14:32:22 +09:00
|
|
|
"pnpm": {
|
|
|
|
"patchedDependencies": {
|
2024-08-16 22:31:43 +09:00
|
|
|
"@vueuse/motion": "patches/@vueuse__motion.patch",
|
|
|
|
"pinceau": "patches/pinceau.patch",
|
|
|
|
"vue-i18n": "patches/vue-i18n.patch",
|
2024-08-16 23:35:44 +09:00
|
|
|
"nuxt": "patches/nuxt.patch",
|
|
|
|
"nuxt-security": "patches/nuxt-security.patch"
|
2023-07-04 14:32:22 +09:00
|
|
|
}
|
|
|
|
},
|
2024-02-24 21:24:21 +09:00
|
|
|
"resolutions": {
|
2024-08-19 11:54:17 +09:00
|
|
|
"nuxt-component-meta": "0.7.0",
|
2024-08-16 22:31:43 +09:00
|
|
|
"unstorage": "^1.10.2",
|
2024-08-16 23:29:39 +09:00
|
|
|
"vitest": "2.0.5",
|
2024-03-17 23:32:02 +09:00
|
|
|
"vue": "^3.4.21"
|
2024-02-24 21:24:21 +09:00
|
|
|
},
|
2022-11-29 05:21:32 +09:00
|
|
|
"simple-git-hooks": {
|
|
|
|
"pre-commit": "pnpm lint-staged"
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*": "eslint --fix"
|
2022-11-13 14:34:43 +09:00
|
|
|
}
|
|
|
|
}
|