61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "@lewebsimple/moonshine",
|
|
"description": "Headless WordPress theme based on Nuxt.",
|
|
"version": "0.1.10",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"editor-style": "pnpx @tailwindcss/cli -i ./app/assets/css/_main.css -o ./editor-style.css --minify",
|
|
"dev": "nuxt dev",
|
|
"lint": "eslint --fix .",
|
|
"postinstall": "nuxt prepare",
|
|
"preview": "pnpm run build && wrangler dev --port 3000",
|
|
"release": "pnpm lint && changelogen --noAuthors --release --push",
|
|
"typecheck": "nuxt typecheck"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/cib": "^1.2.3",
|
|
"@iconify-json/lucide": "^1.2.87",
|
|
"@lewebsimple/nuxt-graphql": "^0.6.8",
|
|
"@nuxt/image": "^2.0.0",
|
|
"@nuxt/ui": "4.3.0",
|
|
"@nuxtjs/device": "4.0.0",
|
|
"@nuxtjs/seo": "^3.4.0",
|
|
"jwt-decode": "^4.0.0",
|
|
"nuxt": "^4.3.0",
|
|
"nuxt-auth-utils": "^0.5.28",
|
|
"nuxt-svgo": "^4.2.6",
|
|
"tailwindcss": "^4.1.18",
|
|
"vue": "^3.5.27",
|
|
"vue-router": "^4.6.4",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint": "^1.13.0",
|
|
"changelogen": "^0.6.2",
|
|
"eslint": "^9.39.2",
|
|
"typescript": "^5.9.3",
|
|
"vue-tsc": "^3.2.4",
|
|
"wrangler": "^4.61.1"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@tiptap/core": "3.14.0",
|
|
"@tiptap/pm": "3.14.0"
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"@parcel/watcher",
|
|
"esbuild",
|
|
"sharp",
|
|
"unrs-resolver",
|
|
"vue-demi",
|
|
"workerd"
|
|
]
|
|
},
|
|
"changelog": {
|
|
"types": {
|
|
"chore": false
|
|
}
|
|
}
|
|
} |