49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@lewebsimple/moonshine",
|
|
"description": "Headless WordPress theme based on Nuxt.",
|
|
"version": "0.1.2",
|
|
"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": "pnpm --sequential /postinstall:.*/",
|
|
"postinstall:nuxt": "nuxt prepare",
|
|
"preview": "nuxt preview",
|
|
"release": "pnpm lint && changelogen --noAuthors --release --push",
|
|
"typecheck": "nuxt typecheck"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/lucide": "^1.2.86",
|
|
"@lewebsimple/nuxt-graphql": "^0.5.2",
|
|
"@nuxt/ui": "4.3.0",
|
|
"@nuxtjs/seo": "^3.3.0",
|
|
"jwt-decode": "^4.0.0",
|
|
"nuxt": "^4.2.2",
|
|
"nuxt-auth-utils": "^0.5.27",
|
|
"tailwindcss": "^4.1.18",
|
|
"vue": "^3.5.27",
|
|
"vue-router": "^4.6.4",
|
|
"zod": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint": "^1.12.1",
|
|
"changelogen": "^0.6.2",
|
|
"eslint": "^9.39.2",
|
|
"typescript": "^5.9.3",
|
|
"vue-tsc": "^3.2.2"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@tiptap/core": "3.14.0",
|
|
"@tiptap/pm": "3.14.0"
|
|
}
|
|
},
|
|
"changelog": {
|
|
"types": {
|
|
"chore": false
|
|
}
|
|
}
|
|
} |