generated from pascalmartineau/wp-skeleton
feat: Initial Nuxt app
This commit is contained in:
54
wp-content/themes/ccat/package.json
Normal file
54
wp-content/themes/ccat/package.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "@lewebsimple/cultureat.ca",
|
||||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "pnpm --sequential /build:.*/",
|
||||
"build:typecheck": "nuxi typecheck",
|
||||
"build:nuxt": "nuxt build",
|
||||
"deploy": "pnpx nuxthub deploy",
|
||||
"dev": "pnpm /dev:.*/",
|
||||
"dev:nuxt": "nuxt dev --host",
|
||||
"lint": "eslint --fix .",
|
||||
"postinstall": "pnpm --sequential /postinstall:.*/",
|
||||
"postinstall:nuxt": "nuxt prepare",
|
||||
"preview": "pnpx nuxthub preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@iconify-json/cib": "^1.2.3",
|
||||
"@iconify-json/lucide": "^1.2.63",
|
||||
"@nuxt/eslint": "^1.9.0",
|
||||
"@nuxt/ui": "4.0.0-alpha.0",
|
||||
"@nuxthub/core": "^0.9.0",
|
||||
"@nuxtjs/device": "3.2.4",
|
||||
"@nuxtjs/robots": "5.5.0",
|
||||
"@nuxtjs/sitemap": "7.4.3",
|
||||
"@vueuse/nuxt": "13.7.0",
|
||||
"nuxt": "^4.0.3",
|
||||
"nuxt-auth-utils": "0.5.23",
|
||||
"nuxt-graphql-middleware": "5.2.0",
|
||||
"nuxt-svgo": "4.2.6",
|
||||
"vue": "^3.5.19",
|
||||
"vue-router": "^4.5.1",
|
||||
"zod": "^4.0.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.33.0",
|
||||
"typescript": "^5.9.2",
|
||||
"vue-tsc": "^3.0.6",
|
||||
"wrangler": "^4.32.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.15.0",
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"@parcel/watcher",
|
||||
"@tailwindcss/oxide",
|
||||
"esbuild",
|
||||
"sharp",
|
||||
"unrs-resolver",
|
||||
"vue-demi",
|
||||
"workerd"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user