2022-11-13 06:34:43 +01:00
|
|
|
{
|
2023-02-08 10:51:16 +01:00
|
|
|
"name": "@elk-zone/elk",
|
2022-11-15 15:29:46 +01:00
|
|
|
"type": "module",
|
2023-05-16 10:46:03 +02:00
|
|
|
"version": "0.9.7",
|
2023-06-26 16:36:30 +02:00
|
|
|
"packageManager": "pnpm@8.6.5",
|
2022-11-24 11:53:23 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://elk.zone/",
|
2023-02-08 10:51:16 +01:00
|
|
|
"main": "./nuxt.config.ts",
|
2022-11-13 06:34:43 +01:00
|
|
|
"scripts": {
|
2023-01-13 19:57:31 +01: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 19:13:47 +01:00
|
|
|
"start": "PORT=5314 node .output/server/index.mjs",
|
2022-12-18 00:29:16 +01:00
|
|
|
"start:https": "PORT=5314 node ./https-dev-config/local-https-server.mjs",
|
2023-01-06 19:48:32 +01:00
|
|
|
"lint": "eslint --cache .",
|
2023-01-12 06:40:54 +01:00
|
|
|
"typecheck": "stale-dep && nuxi typecheck",
|
2023-05-02 02:04:12 +02:00
|
|
|
"prepare": "ignore-dependency-scripts \"tsx scripts/prepare.ts\"",
|
2023-01-13 19:57:31 +01:00
|
|
|
"generate": "nuxi generate",
|
2023-01-12 06:40:54 +01:00
|
|
|
"test:unit": "stale-dep && vitest",
|
|
|
|
"test:typecheck": "stale-dep && vue-tsc --noEmit && vue-tsc --noEmit --project service-worker/tsconfig.json",
|
2023-01-24 18:52:22 +01:00
|
|
|
"test": "nr test:unit",
|
2023-05-02 02:04:12 +02: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 16:52:27 +02:00
|
|
|
"generate-pwa-icons": "tsx scripts/generate-pwa-icons.ts",
|
2023-02-11 17:15:08 +01:00
|
|
|
"postinstall": "ignore-dependency-scripts \"stale-dep -u && simple-git-hooks && nuxi prepare && nr prepare-translation-status\"",
|
2023-05-02 02:04:12 +02:00
|
|
|
"release": "stale-dep && bumpp && tsx scripts/release.ts"
|
2022-11-13 06:34:43 +01:00
|
|
|
},
|
2022-12-11 11:52:36 +01:00
|
|
|
"dependencies": {
|
2023-02-08 10:51:16 +01:00
|
|
|
"@emoji-mart/data": "^1.1.2",
|
2022-12-12 21:16:45 +01:00
|
|
|
"@fnando/sparkline": "^0.3.10",
|
2023-01-02 05:53:53 +01:00
|
|
|
"@iconify-emoji/twemoji": "^1.0.2",
|
2023-07-04 07:18:36 +02:00
|
|
|
"@iconify/json": "^2.2.85",
|
|
|
|
"@iconify/utils": "^2.1.7",
|
2023-07-02 19:31:09 +02:00
|
|
|
"@nuxt/devtools": "^0.6.6",
|
2023-07-04 07:18:36 +02:00
|
|
|
"@nuxtjs/color-mode": "^3.3.0",
|
2023-03-24 01:12:42 +01:00
|
|
|
"@nuxtjs/i18n": "8.0.0-beta.10",
|
2023-07-04 07:18:36 +02:00
|
|
|
"@pinia/nuxt": "^0.4.11",
|
2023-04-28 19:38:22 +02:00
|
|
|
"@tiptap/extension-character-count": "2.0.3",
|
|
|
|
"@tiptap/extension-code-block": "2.0.3",
|
|
|
|
"@tiptap/extension-history": "2.0.3",
|
|
|
|
"@tiptap/extension-mention": "2.0.3",
|
|
|
|
"@tiptap/extension-paragraph": "2.0.3",
|
|
|
|
"@tiptap/extension-placeholder": "2.0.3",
|
|
|
|
"@tiptap/extension-text": "2.0.3",
|
2023-07-04 07:18:36 +02:00
|
|
|
"@tiptap/pm": "^2.0.3",
|
2023-04-28 19:38:22 +02:00
|
|
|
"@tiptap/starter-kit": "2.0.3",
|
|
|
|
"@tiptap/suggestion": "2.0.3",
|
|
|
|
"@tiptap/vue-3": "2.0.3",
|
2023-07-04 07:18:36 +02:00
|
|
|
"@unocss/nuxt": "^0.53.4",
|
|
|
|
"@vue-macros/nuxt": "^1.3.12",
|
|
|
|
"@vueuse/core": "^10.2.1",
|
2023-01-01 20:59:31 +01:00
|
|
|
"@vueuse/gesture": "2.0.0-beta.1",
|
2023-07-04 07:18:36 +02:00
|
|
|
"@vueuse/integrations": "^10.2.1",
|
|
|
|
"@vueuse/math": "^10.2.1",
|
2023-06-07 23:26:48 +02:00
|
|
|
"@vueuse/motion": "2.0.0",
|
2023-07-04 07:18:36 +02:00
|
|
|
"@vueuse/nuxt": "^10.2.1",
|
2023-04-12 14:35:35 +02:00
|
|
|
"blurhash": "^2.0.5",
|
2023-07-04 07:18:36 +02:00
|
|
|
"browser-fs-access": "^0.34.1",
|
2023-02-08 10:51:16 +01:00
|
|
|
"chroma-js": "^2.4.2",
|
|
|
|
"emoji-mart": "^5.5.2",
|
|
|
|
"file-saver": "^2.0.5",
|
2023-07-04 07:18:36 +02:00
|
|
|
"floating-vue": "2.0.0-beta.24",
|
|
|
|
"focus-trap": "^7.5.1",
|
2022-12-20 14:25:39 +01:00
|
|
|
"form-data": "^4.0.0",
|
|
|
|
"fuse.js": "^6.6.2",
|
2023-02-01 20:14:23 +01:00
|
|
|
"github-reserved-names": "^2.0.4",
|
2023-07-04 07:18:36 +02:00
|
|
|
"idb-keyval": "^6.2.1",
|
2023-02-08 10:51:16 +01:00
|
|
|
"ignore-dependency-scripts": "^1.0.1",
|
2023-01-01 22:52:00 +01:00
|
|
|
"iso-639-1": "^2.1.15",
|
2022-12-20 14:25:39 +01:00
|
|
|
"js-yaml": "^4.1.0",
|
2023-07-02 19:15:53 +02:00
|
|
|
"lru-cache": "^10.0.0",
|
2023-05-03 17:01:35 +02:00
|
|
|
"masto": "^5.11.3",
|
2023-07-04 07:18:36 +02:00
|
|
|
"nuxt-security": "^0.13.1",
|
|
|
|
"nuxt-vitest": "^0.8.7",
|
2023-02-06 23:22:56 +01:00
|
|
|
"page-lifecycle": "^0.1.2",
|
2023-07-04 07:18:36 +02:00
|
|
|
"pinia": "^2.1.4",
|
2023-04-12 14:35:35 +02:00
|
|
|
"postcss-nested": "^6.0.1",
|
2023-02-08 10:51:16 +01:00
|
|
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
2023-07-04 07:18:36 +02:00
|
|
|
"shiki": "^0.14.3",
|
2023-01-31 04:07:17 +01:00
|
|
|
"shiki-es": "^0.2.0",
|
2023-07-04 07:18:36 +02:00
|
|
|
"simple-git": "^3.19.1",
|
2023-04-12 14:35:35 +02:00
|
|
|
"slimeform": "^0.9.1",
|
2023-02-17 15:30:23 +01:00
|
|
|
"stale-dep": "^0.6.0",
|
2023-05-29 09:16:34 +02:00
|
|
|
"std-env": "^3.3.3",
|
2023-01-19 11:27:08 +01:00
|
|
|
"string-length": "^5.0.1",
|
2022-12-20 14:25:39 +01:00
|
|
|
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
|
2022-12-22 03:12:37 +01:00
|
|
|
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
|
2023-07-04 07:18:36 +02:00
|
|
|
"theme-vitesse": "^0.7.2",
|
2023-01-09 23:08:42 +01:00
|
|
|
"tiny-decode": "^0.1.3",
|
2022-12-20 14:25:39 +01:00
|
|
|
"tippy.js": "^6.3.7",
|
2023-05-29 09:16:34 +02:00
|
|
|
"ufo": "^1.1.2",
|
2022-12-25 16:27:45 +01:00
|
|
|
"ultrahtml": "^1.2.0",
|
2023-07-04 07:18:36 +02:00
|
|
|
"unimport": "^3.0.12",
|
2023-06-23 21:39:02 +02:00
|
|
|
"vite-plugin-pwa": "^0.16.4",
|
2023-01-24 19:52:48 +01:00
|
|
|
"vue-advanced-cropper": "^2.8.8",
|
2023-03-24 01:12:42 +01:00
|
|
|
"vue-virtual-scroller": "2.0.0-beta.8",
|
2023-06-01 09:11:11 +02:00
|
|
|
"workbox-build": "^7.0.0",
|
|
|
|
"workbox-window": "^7.0.0"
|
2022-12-11 11:52:36 +01:00
|
|
|
},
|
2022-11-13 06:34:43 +01:00
|
|
|
"devDependencies": {
|
2023-07-02 18:26:23 +02:00
|
|
|
"@antfu/eslint-config": "^0.39.6",
|
2023-07-02 19:11:13 +02:00
|
|
|
"@antfu/ni": "^0.21.4",
|
2023-03-20 16:11:04 +01:00
|
|
|
"@types/chroma-js": "^2.4.0",
|
2022-12-27 21:14:55 +01:00
|
|
|
"@types/file-saver": "^2.0.5",
|
2023-02-11 21:42:55 +01:00
|
|
|
"@types/flat": "^5.0.2",
|
2022-12-11 11:52:36 +01:00
|
|
|
"@types/fnando__sparkline": "^0.3.4",
|
2023-01-24 18:52:22 +01:00
|
|
|
"@types/fs-extra": "^11.0.1",
|
2022-11-24 04:42:03 +01:00
|
|
|
"@types/js-yaml": "^4.0.5",
|
2023-06-07 23:24:22 +02:00
|
|
|
"@types/prettier": "^2.7.3",
|
2023-04-12 14:35:35 +02:00
|
|
|
"@types/wicg-file-system-access": "^2020.9.6",
|
2023-07-02 19:11:13 +02:00
|
|
|
"@unlazy/nuxt": "^0.9.0",
|
|
|
|
"bumpp": "^9.1.1",
|
|
|
|
"consola": "^3.2.2",
|
2023-07-02 18:26:23 +02:00
|
|
|
"eslint": "^8.44.0",
|
2023-02-11 21:42:55 +01:00
|
|
|
"flat": "^5.0.2",
|
2023-03-24 01:02:15 +01:00
|
|
|
"fs-extra": "^11.1.1",
|
2023-07-02 19:11:13 +02:00
|
|
|
"lint-staged": "^13.2.3",
|
2023-07-06 22:13:25 +02:00
|
|
|
"nuxt": "3.6.2",
|
2023-05-02 12:03:49 +02:00
|
|
|
"prettier": "^2.8.8",
|
2023-05-29 16:52:27 +02:00
|
|
|
"sharp": "^0.32.1",
|
|
|
|
"sharp-ico": "^0.1.5",
|
2022-11-28 21:21:32 +01:00
|
|
|
"simple-git-hooks": "^2.8.1",
|
2023-05-02 12:11:22 +02:00
|
|
|
"tsx": "^3.12.7",
|
2023-07-02 18:34:39 +02:00
|
|
|
"typescript": "^5.1.6",
|
2023-07-04 07:18:36 +02:00
|
|
|
"vitest": "^0.32.4",
|
2023-07-02 18:34:39 +02:00
|
|
|
"vue-tsc": "^1.8.3"
|
2022-11-28 21:21:32 +01:00
|
|
|
},
|
2023-07-04 07:32:22 +02:00
|
|
|
"pnpm": {
|
|
|
|
"patchedDependencies": {
|
|
|
|
"nuxt-security@0.13.1": "patches/nuxt-security@0.13.1.patch"
|
|
|
|
}
|
|
|
|
},
|
2022-11-28 21:21:32 +01:00
|
|
|
"simple-git-hooks": {
|
|
|
|
"pre-commit": "pnpm lint-staged"
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*": "eslint --fix"
|
2022-11-13 06:34:43 +01:00
|
|
|
}
|
|
|
|
}
|