85 lines
2.3 KiB
JSON
85 lines
2.3 KiB
JSON
{
|
|
"type": "module",
|
|
"version": "1.2.4",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.14.0",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run convert && nuxt build",
|
|
"build:static": "npm run convert && nuxt generate",
|
|
"convert": "pnpm -C scripts run convert",
|
|
"dev": "nuxt dev --host",
|
|
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
|
|
"generate": "nuxt generate",
|
|
"start:generate": "npx serve .output/public",
|
|
"start": "node .output/server/index.mjs",
|
|
"lint": "eslint .",
|
|
"postinstall": "nuxt prepare && npm run convert",
|
|
"preview": "serve dist",
|
|
"preview-https": "serve dist",
|
|
"release": "bumpp",
|
|
"test": "vitest",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"dayjs": "^1.11.13",
|
|
"vue-about-me": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^5.2.1",
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@iconify-json/carbon": "^1.2.13",
|
|
"@iconify-json/fe": "^1.2.4",
|
|
"@iconify-json/gg": "^1.2.2",
|
|
"@iconify-json/ic": "^1.2.4",
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify-json/ri": "^1.2.5",
|
|
"@iconify-json/twemoji": "^1.2.4",
|
|
"@nuxt/devtools": "^2.6.2",
|
|
"@nuxt/eslint": "^1.8.0",
|
|
"@nuxt/scripts": "^0.11.10",
|
|
"@nuxt/test-utils": "^3.19.2",
|
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
"@pinia/nuxt": "^0.11.2",
|
|
"@pinia/testing": "^1.0.2",
|
|
"@unhead/vue": "^2.0.14",
|
|
"@unocss/eslint-config": "^66.4.2",
|
|
"@unocss/nuxt": "^66.4.2",
|
|
"@vite-pwa/nuxt": "^1.0.4",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vueuse/nuxt": "^13.6.0",
|
|
"@yunlefun/vue": "^0.1.1",
|
|
"bumpp": "^10.2.3",
|
|
"consola": "^3.4.2",
|
|
"dexie": "^4.0.11",
|
|
"eslint": "^9.33.0",
|
|
"eslint-plugin-format": "^1.0.1",
|
|
"fake-indexeddb": "^6.1.0",
|
|
"jsdom": "^26.1.0",
|
|
"lint-staged": "^16.1.5",
|
|
"nuxt": "^4.0.3",
|
|
"pinia": "^3.0.3",
|
|
"sass": "^1.90.0",
|
|
"serve": "^14.2.4",
|
|
"simple-git-hooks": "^2.13.1",
|
|
"star-markdown-css": "^0.5.3",
|
|
"tsx": "^4.20.4",
|
|
"typescript": "^5.9.2",
|
|
"unocss": "^66.4.2",
|
|
"vitest": "^3.2.4",
|
|
"vue-tsc": "^3.0.5"
|
|
},
|
|
"resolutions": {
|
|
"unplugin": "^2.3.6",
|
|
"vite": "^7.1.2"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|