elk/package.json

70 wiersze
2.1 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",
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": {
"build": "nuxi build",
"dev": "nuxi dev --port 5314",
2022-11-13 05:34:43 +00:00
"start": "node .output/server/index.mjs",
"lint": "eslint .",
"postinstall": "nuxi prepare",
2022-11-24 03:42:03 +00:00
"prepare": "esno scripts/prepare.ts",
2022-11-25 08:25:56 +00:00
"generate": "nuxi generate",
"test:unit": "vitest",
"test": "nr test:unit"
2022-11-13 05:34:43 +00:00
},
"devDependencies": {
2022-11-24 15:22:02 +00:00
"@antfu/eslint-config": "^0.31.0",
2022-11-25 08:25:56 +00:00
"@antfu/ni": "^0.18.8",
2022-11-24 15:22:02 +00:00
"@iconify-json/carbon": "^1.1.11",
"@iconify-json/logos": "^1.1.19",
"@iconify-json/ri": "^1.1.4",
"@iconify-json/twemoji": "^1.1.6",
"@pinia/nuxt": "^0.4.5",
"@tiptap/extension-character-count": "2.0.0-beta.203",
"@tiptap/extension-code-block": "2.0.0-beta.203",
"@tiptap/extension-mention": "2.0.0-beta.203",
"@tiptap/extension-paragraph": "2.0.0-beta.203",
"@tiptap/extension-placeholder": "2.0.0-beta.203",
"@tiptap/extension-text": "2.0.0-beta.203",
"@tiptap/starter-kit": "2.0.0-beta.203",
"@tiptap/suggestion": "2.0.0-beta.203",
"@tiptap/vue-3": "2.0.0-beta.203",
2022-11-15 14:29:46 +00:00
"@types/fs-extra": "^9.0.13",
2022-11-24 03:42:03 +00:00
"@types/js-yaml": "^4.0.5",
2022-11-25 08:56:14 +00:00
"@types/prettier": "^2.7.1",
2022-11-13 16:05:32 +00:00
"@types/sanitize-html": "^2.6.2",
2022-11-23 17:17:54 +00:00
"@types/wicg-file-system-access": "^2020.9.5",
2022-11-13 05:34:43 +00:00
"@unocss/nuxt": "^0.46.5",
2022-11-25 08:25:56 +00:00
"@vitejs/plugin-vue": "^3.2.0",
2022-11-25 07:12:49 +00:00
"@vue-macros/nuxt": "^0.1.1",
2022-11-24 15:22:02 +00:00
"@vueuse/nuxt": "^9.6.0",
2022-11-21 13:21:53 +00:00
"blurhash": "^2.0.4",
"browser-fs-access": "^0.31.1",
2022-11-24 15:22:02 +00:00
"eslint": "^8.28.0",
2022-11-23 13:36:20 +00:00
"esno": "^0.16.3",
2022-11-24 05:04:20 +00:00
"floating-vue": "2.0.0-beta.20",
2022-11-14 03:45:20 +00:00
"form-data": "^4.0.0",
2022-11-15 14:29:46 +00:00
"fs-extra": "^10.1.0",
2022-11-24 03:42:03 +00:00
"js-yaml": "^4.1.0",
2022-11-24 04:02:18 +00:00
"lru-cache": "^7.14.1",
"masto": "^4.6.8",
2022-11-16 15:49:31 +00:00
"nuxt": "^3.0.0",
2022-11-24 15:22:02 +00:00
"parse5": "^7.1.2",
"pinia": "^2.0.26",
2022-11-14 03:33:09 +00:00
"postcss-nested": "^6.0.0",
2022-11-25 08:56:14 +00:00
"prettier": "^2.8.0",
2022-11-14 03:45:20 +00:00
"rollup-plugin-node-polyfills": "^0.2.1",
2022-11-13 16:05:32 +00:00
"sanitize-html": "^2.7.3",
2022-11-24 03:42:03 +00:00
"shiki": "^0.11.1",
"theme-vitesse": "^0.6.0",
"tippy.js": "^6.3.7",
2022-11-16 15:49:31 +00:00
"typescript": "^4.9.3",
2022-11-25 08:25:56 +00:00
"ufo": "^1.0.0",
2022-11-25 08:56:14 +00:00
"unplugin-auto-import": "^0.11.5",
2022-11-25 08:25:56 +00:00
"vitest": "^0.25.3"
2022-11-13 05:34:43 +00:00
}
}