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",
|
|
|
|
"scripts": {
|
|
|
|
"build": "nuxi build",
|
|
|
|
"dev": "nuxi dev",
|
|
|
|
"start": "node .output/server/index.mjs",
|
|
|
|
"lint": "eslint .",
|
2022-11-15 15:48:23 +00:00
|
|
|
"register-apps": "esno ./scripts/registerApps.ts",
|
2022-11-13 05:34:43 +00:00
|
|
|
"postinstall": "nuxi prepare",
|
|
|
|
"generate": "nuxi generate"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@antfu/eslint-config": "^0.30.1",
|
2022-11-15 15:48:23 +00:00
|
|
|
"@iconify-json/carbon": "^1.1.10",
|
2022-11-14 03:33:09 +00:00
|
|
|
"@iconify-json/logos": "^1.1.18",
|
2022-11-13 05:34:43 +00:00
|
|
|
"@iconify-json/ri": "^1.1.3",
|
|
|
|
"@iconify-json/twemoji": "^1.1.5",
|
|
|
|
"@nuxtjs/color-mode": "^3.1.8",
|
|
|
|
"@pinia/nuxt": "^0.4.3",
|
2022-11-15 14:29:46 +00:00
|
|
|
"@types/fs-extra": "^9.0.13",
|
2022-11-13 16:05:32 +00:00
|
|
|
"@types/sanitize-html": "^2.6.2",
|
2022-11-13 05:34:43 +00:00
|
|
|
"@unocss/nuxt": "^0.46.5",
|
|
|
|
"@vueuse/nuxt": "^9.5.0",
|
2022-11-21 13:21:53 +00:00
|
|
|
"blurhash": "^2.0.4",
|
2022-11-13 05:34:43 +00:00
|
|
|
"eslint": "^8.27.0",
|
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-21 08:07:20 +00:00
|
|
|
"masto": "^4.6.6",
|
2022-11-16 15:49:31 +00:00
|
|
|
"nuxt": "^3.0.0",
|
2022-11-20 21:21:53 +00:00
|
|
|
"parse5": "^7.1.1",
|
2022-11-13 05:34:43 +00:00
|
|
|
"pinia": "^2.0.23",
|
2022-11-14 03:33:09 +00:00
|
|
|
"postcss-nested": "^6.0.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-16 15:49:31 +00:00
|
|
|
"typescript": "^4.9.3",
|
2022-11-15 11:54:07 +00:00
|
|
|
"ufo": "^1.0.0"
|
2022-11-13 05:34:43 +00:00
|
|
|
}
|
|
|
|
}
|