57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "@lewebsimple/headless",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Headless WordPress theme based on Nuxt.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm --sequential /build:.*/",
|
|
"build:nuxt": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"format": "oxfmt .",
|
|
"lint": "oxlint . --fix",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "pnpm --sequential /postinstall:.*/",
|
|
"postinstall:nuxt": "nuxt prepare",
|
|
"release": "oxlint . && oxfmt --check . && nuxt typecheck && changelogen --noAuthors --release --push"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/cib": "^1.2.3",
|
|
"@iconify-json/lucide": "^1.2.99",
|
|
"@lewebsimple/nuxt-graphql": "^0.7.5",
|
|
"@nuxt/ui": "^4.6.0",
|
|
"nuxt": "^4.4.2",
|
|
"nuxt-svgo": "^4.2.6",
|
|
"tailwindcss": "^4.2.2",
|
|
"vue": "^3.5.31",
|
|
"vue-router": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.5.0",
|
|
"changelogen": "^0.6.2",
|
|
"oxfmt": "^0.42.0",
|
|
"oxlint": "^1.57.0",
|
|
"typescript": "^6.0.2",
|
|
"vue-tsc": "^3.2.6"
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
}
|