elk/package.json

160 wiersze
5.8 KiB
JSON
Czysty Zwykły widok Historia

2022-11-13 05:34:43 +00:00
{
2022-11-15 14:29:46 +00:00
"type": "module",
2023-01-24 14:18:23 +00:00
"version": "0.6.2",
2022-11-17 21:32:03 +00:00
"private": true,
2022-11-13 05:34:43 +00:00
"packageManager": "pnpm@7.9.0",
2022-11-24 10:53:23 +00:00
"license": "MIT",
"homepage": "https://elk.zone/",
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",
2022-11-24 03:42:03 +00:00
"prepare": "esno scripts/prepare.ts",
2023-01-13 18:57:31 +00:00
"generate": "nuxi generate",
"test:unit": "stale-dep && vitest",
"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",
"update:team:avatars": "esno scripts/avatars.ts",
2023-01-13 18:57:31 +00:00
"postinstall": "stale-dep -u && simple-git-hooks && nuxi prepare",
"release": "stale-dep && bumpp && esno scripts/release.ts"
2022-11-13 05:34:43 +00:00
},
2022-12-11 10:52:36 +00:00
"dependencies": {
"@fnando/sparkline": "^0.3.10",
"@iconify-emoji/twemoji": "^1.0.2",
2023-01-24 18:52:48 +00:00
"@iconify/utils": "^2.0.12",
2022-12-20 13:25:39 +00:00
"@tiptap/extension-character-count": "2.0.0-beta.204",
"@tiptap/extension-code-block": "2.0.0-beta.204",
2023-01-10 21:16:56 +00:00
"@tiptap/extension-history": "2.0.0-beta.204",
2022-12-20 13:25:39 +00:00
"@tiptap/extension-mention": "2.0.0-beta.204",
"@tiptap/extension-paragraph": "2.0.0-beta.204",
"@tiptap/extension-placeholder": "2.0.0-beta.204",
"@tiptap/extension-text": "2.0.0-beta.204",
"@tiptap/starter-kit": "2.0.0-beta.204",
"@tiptap/suggestion": "2.0.0-beta.204",
"@tiptap/vue-3": "2.0.0-beta.204",
2023-01-24 17:52:22 +00:00
"@vueuse/core": "^9.11.1",
2023-01-01 19:59:31 +00:00
"@vueuse/gesture": "2.0.0-beta.1",
2023-01-24 17:52:22 +00:00
"@vueuse/integrations": "^9.11.1",
2023-01-01 19:59:31 +00:00
"@vueuse/motion": "2.0.0-beta.12",
2022-12-20 13:25:39 +00:00
"blurhash": "^2.0.4",
2023-01-24 17:52:22 +00:00
"browser-fs-access": "^0.31.2",
2022-12-20 13:25:39 +00:00
"floating-vue": "2.0.0-beta.20",
"focus-trap": "^7.2.0",
"form-data": "^4.0.0",
"fuse.js": "^6.6.2",
"idb-keyval": "^6.2.0",
"iso-639-1": "^2.1.15",
2022-12-20 13:25:39 +00:00
"js-yaml": "^4.1.0",
"lru-cache": "^7.14.1",
2023-01-24 17:52:22 +00:00
"masto": "^5.6.1",
"pinia": "^2.0.29",
2022-12-25 15:27:45 +00:00
"shiki": "^0.12.1",
2022-12-20 13:25:39 +00:00
"shiki-es": "^0.1.2",
2023-01-19 10:50:56 +00:00
"slimeform": "^0.9.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",
"tiny-decode": "^0.1.3",
2022-12-20 13:25:39 +00:00
"tippy.js": "^6.3.7",
"ufo": "^1.0.1",
2022-12-25 15:27:45 +00:00
"ultrahtml": "^1.2.0",
2023-01-24 18:52:48 +00:00
"vue-advanced-cropper": "^2.8.8",
2022-12-20 13:25:39 +00:00
"vue-virtual-scroller": "2.0.0-beta.7"
2022-12-11 10:52:36 +00:00
},
2022-11-13 05:34:43 +00:00
"devDependencies": {
2023-01-09 10:04:18 +00:00
"@antfu/eslint-config": "^0.34.1",
2023-01-24 17:52:22 +00:00
"@antfu/ni": "^0.19.0",
2023-01-24 18:52:48 +00:00
"@emoji-mart/data": "^1.1.2",
"@iconify-json/carbon": "^1.1.14",
2023-01-10 06:15:33 +00:00
"@iconify-json/logos": "^1.1.22",
2022-12-25 15:27:45 +00:00
"@iconify-json/material-symbols": "^1.1.26",
"@iconify-json/ph": "^1.1.3",
2022-11-24 15:22:02 +00:00
"@iconify-json/ri": "^1.1.4",
"@iconify-json/twemoji": "^1.1.10",
2023-01-09 18:12:32 +00:00
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/i18n": "8.0.0-beta.9",
2022-12-03 05:30:27 +00:00
"@pinia/nuxt": "^0.4.6",
2023-01-16 10:26:19 +00:00
"@types/chroma-js": "^2.1.4",
2022-12-27 20:14:55 +00:00
"@types/file-saver": "^2.0.5",
2022-12-11 10:52:36 +00:00
"@types/fnando__sparkline": "^0.3.4",
2023-01-24 17:52:22 +00:00
"@types/fs-extra": "^11.0.1",
2022-11-24 03:42:03 +00:00
"@types/js-yaml": "^4.0.5",
2022-12-25 15:01:57 +00:00
"@types/prettier": "^2.7.2",
2022-11-23 17:17:54 +00:00
"@types/wicg-file-system-access": "^2020.9.5",
2023-01-24 17:52:22 +00:00
"@unocss/nuxt": "^0.48.5",
2023-01-25 16:53:26 +00:00
"@vue-macros/nuxt": "^0.3.3",
2023-01-24 17:52:22 +00:00
"@vueuse/math": "^9.11.1",
"@vueuse/nuxt": "^9.11.1",
2022-12-26 19:15:23 +00:00
"bumpp": "^8.2.1",
2023-01-16 10:26:19 +00:00
"chroma-js": "^2.4.2",
2023-01-24 18:52:48 +00:00
"emoji-mart": "^5.5.2",
2023-01-24 17:52:22 +00:00
"eslint": "^8.32.0",
2022-11-23 13:36:20 +00:00
"esno": "^0.16.3",
2022-12-27 20:14:55 +00:00
"file-saver": "^2.0.5",
2022-12-03 05:30:27 +00:00
"fs-extra": "^11.1.0",
2023-01-24 17:52:22 +00:00
"jsdom": "^21.1.0",
2022-12-25 15:01:57 +00:00
"lint-staged": "^13.1.0",
2023-01-24 18:52:48 +00:00
"nuxt": "3.0.0",
"nuxt-security": "^0.10.1",
2023-01-29 13:20:37 +00:00
"nuxt-vitest": "^0.6.4",
2022-11-14 03:33:09 +00:00
"postcss-nested": "^6.0.0",
2023-01-24 17:52:22 +00:00
"prettier": "^2.8.3",
2022-11-14 03:45:20 +00:00
"rollup-plugin-node-polyfills": "^0.2.1",
2023-01-24 18:52:48 +00:00
"simple-git": "^3.16.0",
2022-11-28 20:21:32 +00:00
"simple-git-hooks": "^2.8.1",
2023-01-13 18:57:31 +00:00
"stale-dep": "^0.3.1",
"std-env": "^3.3.1",
2022-11-24 03:42:03 +00:00
"theme-vitesse": "^0.6.0",
2022-12-25 15:01:57 +00:00
"typescript": "^4.9.4",
2023-01-29 13:20:37 +00:00
"unimport": "^2.1.0",
"unplugin-auto-import": "^0.13.0",
"unplugin-vue-inspector": "^0.0.2",
2023-01-10 06:15:33 +00:00
"vite-plugin-inspect": "^0.7.14",
"vite-plugin-pwa": "^0.14.1",
"vitest": "^0.28.1",
2023-01-10 06:15:33 +00:00
"vue-tsc": "^1.0.24",
"workbox-build": "^6.5.4",
"workbox-window": "^6.5.4"
2022-11-28 20:21:32 +00:00
},
"pnpm": {
2023-01-10 06:28:01 +00:00
"overrides": {
2023-01-15 14:55:16 +00:00
"mlly": "1.1.0",
2023-01-10 06:28:01 +00:00
"@tiptap/extension-bubble-menu": "2.0.0-beta.204",
"@tiptap/extension-floating-menu": "2.0.0-beta.204",
"@tiptap/core": "2.0.0-beta.204",
"@tiptap/extension-blockquote": "2.0.0-beta.204",
"@tiptap/extension-bold": "2.0.0-beta.204",
"@tiptap/extension-bullet-list": "2.0.0-beta.204",
"@tiptap/extension-code": "2.0.0-beta.204",
"@tiptap/extension-code-block": "2.0.0-beta.204",
"@tiptap/extension-document": "2.0.0-beta.204",
"@tiptap/extension-dropcursor": "2.0.0-beta.204",
"@tiptap/extension-gapcursor": "2.0.0-beta.204",
"@tiptap/extension-hard-break": "2.0.0-beta.204",
"@tiptap/extension-heading": "2.0.0-beta.204",
"@tiptap/extension-history": "2.0.0-beta.204",
"@tiptap/extension-horizontal-rule": "2.0.0-beta.204",
"@tiptap/extension-italic": "2.0.0-beta.204",
"@tiptap/extension-list-item": "2.0.0-beta.204",
"@tiptap/extension-ordered-list": "2.0.0-beta.204",
"@tiptap/extension-paragraph": "2.0.0-beta.204",
"@tiptap/extension-strike": "2.0.0-beta.204",
2023-01-24 18:59:39 +00:00
"@tiptap/extension-text": "2.0.0-beta.204",
"vitest>vite": "^3.2.5"
}
},
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
}
}