105 lines
2.9 KiB
JSON
105 lines
2.9 KiB
JSON
{
|
|
"name": "cook",
|
|
"type": "module",
|
|
"version": "2.0.0-beta.6",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.18.1",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run convert && npm run generate",
|
|
"build:nuxt": "nuxt build",
|
|
"convert": "pnpm -C scripts run convert",
|
|
"dev": "nuxt dev --host",
|
|
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
|
|
"dev:android": "bash ./scripts/android.sh",
|
|
"bash:ios": "bash ./scripts/ios.sh",
|
|
"dev:ios": "cap run ios -l",
|
|
"ios": "cap run ios",
|
|
"android": "cap run android",
|
|
"open:ios": "cap open ios",
|
|
"open:android": "cap open android",
|
|
"docs:dev": "pnpm -C docs run docs:dev",
|
|
"generate": "nuxt generate",
|
|
"start:generate": "npx serve .output/public",
|
|
"start": "node .output/server/index.mjs",
|
|
"lint": "eslint .",
|
|
"postinstall": "nuxt prepare",
|
|
"preview": "nuxt preview",
|
|
"release": "bumpp",
|
|
"sync": "cap sync",
|
|
"test": "vitest",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/app": "7.1.0",
|
|
"@capacitor/core": "7.4.3",
|
|
"@capacitor/haptics": "7.0.2",
|
|
"@capacitor/ios": "7.4.3",
|
|
"@capacitor/keyboard": "7.0.3",
|
|
"@capacitor/status-bar": "7.0.3",
|
|
"dayjs": "^1.11.18",
|
|
"vue-about-me": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^5.4.1",
|
|
"@capacitor/android": "^7.4.3",
|
|
"@capacitor/cli": "7.4.3",
|
|
"@capacitor/dialog": "^7.0.2",
|
|
"@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.5",
|
|
"@nuxt/eslint": "^1.9.0",
|
|
"@nuxt/scripts": "^0.12.1",
|
|
"@nuxt/test-utils": "^3.19.2",
|
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
"@nuxtjs/ionic": "1.0.1",
|
|
"@pinia/nuxt": "^0.11.2",
|
|
"@pinia/testing": "^1.0.2",
|
|
"@types/node": "^24.7.0",
|
|
"@unhead/vue": "^2.0.17",
|
|
"@unocss/eslint-config": "^66.5.2",
|
|
"@unocss/nuxt": "^66.5.2",
|
|
"@vite-pwa/nuxt": "^1.0.4",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vueuse/nuxt": "^13.9.0",
|
|
"@yunlefun/vue": "^0.1.1",
|
|
"bumpp": "^10.3.1",
|
|
"consola": "^3.4.2",
|
|
"dexie": "^4.2.1",
|
|
"eslint": "^9.37.0",
|
|
"eslint-plugin-format": "^1.0.2",
|
|
"fake-indexeddb": "^6.2.2",
|
|
"jsdom": "^27.0.0",
|
|
"lint-staged": "^16.2.3",
|
|
"nuxt": "^4.1.2",
|
|
"pinia": "^3.0.3",
|
|
"sass": "^1.93.2",
|
|
"serve": "^14.2.5",
|
|
"simple-git-hooks": "^2.13.1",
|
|
"star-markdown-css": "^0.5.3",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "^5.9.3",
|
|
"unocss": "^66.5.2",
|
|
"vitest": "^3.2.4",
|
|
"vue-tsc": "^3.1.0"
|
|
},
|
|
"resolutions": {
|
|
"unplugin": "^2.3.10",
|
|
"vite": "^7.1.9"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|