1
0
elk/package.json

166 lines
5.6 KiB
JSON
Raw Normal View History

2022-11-13 14:34:43 +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",
"packageManager": "pnpm@9.7.0",
2022-11-24 19:53:23 +09:00
"license": "MIT",
"homepage": "https://elk.zone/",
"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",
"start": "PORT=5314 node .output/server/index.mjs",
"start:https": "PORT=5314 node ./https-dev-config/local-https-server.mjs",
2023-01-07 03:48:32 +09:00
"lint": "eslint --cache .",
"typecheck": "stale-dep && nuxi typecheck",
"prepare": "ignore-dependency-scripts \"tsx scripts/prepare.ts\"",
2023-01-14 03:57:31 +09: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-25 02:52:22 +09: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 14:34:43 +09:00
},
2022-12-11 19:52:36 +09: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-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",
"@nuxtjs/color-mode": "^3.3.4",
"@nuxtjs/i18n": "^8.4.0",
"@pinia/nuxt": "^0.5.3",
"@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.62.0",
2024-01-02 19:58:37 +09:00
"@upstash/redis": "^1.27.1",
"@vercel/kv": "^1.0.1",
2023-08-08 03:32:35 +09:00
"@vue-macros/nuxt": "^1.6.0",
"@vueuse/core": "^10.9.0",
"@vueuse/gesture": "^2.0.0",
2024-02-25 01:46:14 +09:00
"@vueuse/integrations": "^10.8.0",
"@vueuse/math": "^10.8.0",
"@vueuse/motion": "2.2.3",
2024-02-25 01:46:14 +09:00
"@vueuse/nuxt": "^10.8.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",
"chroma-js": "^2.4.2",
"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",
"fuse.js": "^6.6.2",
"github-reserved-names": "^2.0.4",
2023-08-01 03:53:33 +09:00
"happy-dom": "^10.5.2",
2023-07-04 14:18:36 +09:00
"idb-keyval": "^6.2.1",
"ignore-dependency-scripts": "^1.0.1",
"iso-639-1": "^3.0.0",
2022-12-20 22:25:39 +09:00
"js-yaml": "^4.1.0",
"lru-cache": "^10.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",
"nuxt-security": "^0.14.0",
"page-lifecycle": "^0.1.2",
"pinia": "^2.2.2",
2023-04-12 21:35:35 +09:00
"postcss-nested": "^6.0.1",
"prosemirror-highlight": "^0.8.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"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",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
"theme-vitesse": "^0.8.0",
"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",
"unimport": "^3.10.0",
"vite-plugin-pwa": "^0.20.0",
2023-01-25 03:52:48 +09:00
"vue-advanced-cropper": "^2.8.8",
"vue-virtual-scroller": "2.0.0-beta.8",
"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": {
"@antfu/eslint-config": "^2.26.0",
"@antfu/ni": "^0.22.4",
"@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/wicg-file-system-access": "^2023.10.5",
"@types/ws": "^8.5.12",
"@unlazy/nuxt": "^0.11.3",
"@unocss/eslint-config": "^0.62.2",
"@vue/test-utils": "2.4.6",
"bumpp": "^9.5.1",
"consola": "^3.2.3",
"eslint": "^9.9.0",
"eslint-plugin-format": "^0.1.2",
"flat": "^6.0.1",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.9",
"nuxt": "^3.12.4",
"prettier": "^3.2.5",
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.17.0",
2024-04-05 23:34:42 +09:00
"typescript": "^5.4.4",
"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": {
"@vueuse/motion": "patches/@vueuse__motion.patch",
"pinceau": "patches/pinceau.patch",
"vue-i18n": "patches/vue-i18n.patch",
"nuxt": "patches/nuxt.patch",
"nuxt-security": "patches/nuxt-security.patch"
2023-07-04 14:32:22 +09:00
}
},
"resolutions": {
"nuxt-component-meta": "0.6.4",
"unstorage": "^1.10.2",
"vitest": "2.0.5",
2024-03-17 23:32:02 +09:00
"vue": "^3.4.21"
},
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
}
}