mirror of https://github.com/elk-zone/elk.git
112 lines
3.8 KiB
JSON
112 lines
3.8 KiB
JSON
{
|
|
"type": "module",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"packageManager": "pnpm@7.9.0",
|
|
"license": "MIT",
|
|
"homepage": "https://elk.zone/",
|
|
"scripts": {
|
|
"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",
|
|
"lint": "eslint .",
|
|
"typecheck": "nuxi typecheck",
|
|
"prepare": "esno scripts/prepare.ts",
|
|
"generate": "nuxi generate",
|
|
"test:unit": "vitest",
|
|
"test:typecheck": "vue-tsc --noEmit && vue-tsc --noEmit --project service-worker/tsconfig.json",
|
|
"test": "nr test:unit",
|
|
"postinstall": "nuxi prepare && simple-git-hooks",
|
|
"release": "bumpp && esno scripts/release.ts"
|
|
},
|
|
"dependencies": {
|
|
"@fnando/sparkline": "^0.3.10",
|
|
"@tiptap/extension-character-count": "2.0.0-beta.204",
|
|
"@tiptap/extension-code-block": "2.0.0-beta.204",
|
|
"@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",
|
|
"@vueuse/core": "^9.9.0",
|
|
"@vueuse/integrations": "^9.9.0",
|
|
"blurhash": "^2.0.4",
|
|
"browser-fs-access": "^0.31.1",
|
|
"floating-vue": "2.0.0-beta.20",
|
|
"focus-trap": "^7.2.0",
|
|
"form-data": "^4.0.0",
|
|
"fuse.js": "^6.6.2",
|
|
"js-yaml": "^4.1.0",
|
|
"lru-cache": "^7.14.1",
|
|
"masto": "^4.11.1",
|
|
"pinia": "^2.0.28",
|
|
"shiki": "^0.12.1",
|
|
"shiki-es": "^0.1.2",
|
|
"slimeform": "^0.8.0",
|
|
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
|
|
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
|
|
"tippy.js": "^6.3.7",
|
|
"ufo": "^1.0.1",
|
|
"ultrahtml": "^1.2.0",
|
|
"vue-advanced-cropper": "^2.8.6",
|
|
"vue-virtual-scroller": "2.0.0-beta.7"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.34.0",
|
|
"@antfu/ni": "^0.18.8",
|
|
"@emoji-mart/data": "^1.1.0",
|
|
"@iconify-json/carbon": "^1.1.11",
|
|
"@iconify-json/logos": "^1.1.19",
|
|
"@iconify-json/material-symbols": "^1.1.26",
|
|
"@iconify-json/ph": "^1.1.3",
|
|
"@iconify-json/ri": "^1.1.4",
|
|
"@iconify-json/twemoji": "^1.1.7",
|
|
"@nuxtjs/i18n": "^8.0.0-beta.7",
|
|
"@pinia/nuxt": "^0.4.6",
|
|
"@types/fnando__sparkline": "^0.3.4",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/prettier": "^2.7.2",
|
|
"@types/wicg-file-system-access": "^2020.9.5",
|
|
"@unocss/nuxt": "^0.48.0",
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
"@vue-macros/nuxt": "^0.2.2",
|
|
"@vueuse/nuxt": "^9.9.0",
|
|
"bumpp": "^8.2.1",
|
|
"emoji-mart": "^5.4.0",
|
|
"eslint": "^8.30.0",
|
|
"esno": "^0.16.3",
|
|
"fs-extra": "^11.1.0",
|
|
"jsdom": "^20.0.3",
|
|
"lint-staged": "^13.1.0",
|
|
"nuxt": "^3.0.0",
|
|
"postcss-nested": "^6.0.0",
|
|
"prettier": "^2.8.1",
|
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
"simple-git": "^3.15.1",
|
|
"simple-git-hooks": "^2.8.1",
|
|
"std-env": "^3.3.1",
|
|
"theme-vitesse": "^0.6.0",
|
|
"typescript": "^4.9.4",
|
|
"unplugin-auto-import": "^0.12.1",
|
|
"vite-plugin-inspect": "^0.7.11",
|
|
"vite-plugin-pwa": "^0.13.3",
|
|
"vitest": "^0.26.2",
|
|
"vue-tsc": "^1.0.16",
|
|
"workbox-window": "^6.5.4"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|