31 lines
917 B
JSON
31 lines
917 B
JSON
{
|
|
"name": "@pompydev/list",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"lint": "oxlint && eslint .",
|
|
"generate": "nuxt generate",
|
|
"preview": "pnpx nuxthub preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/icon": "1.11.0",
|
|
"@nuxthub/core": "0.8.18",
|
|
"@nuxtjs/color-mode": "3.5.2",
|
|
"@nuxtjs/google-fonts": "3.2.0",
|
|
"@tanstack/vue-table": "8.21.2",
|
|
"nuxt": "3.16.0",
|
|
"vue": "3.5.13",
|
|
"vue-router": "4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/tailwindcss": "6.13.2",
|
|
"@pompydev/eslint-config": "workspace:*",
|
|
"@pompydev/prettier-config": "workspace:*",
|
|
"@pompydev/tailwind-config": "workspace:*",
|
|
"prettier-plugin-tailwindcss": "0.6.11",
|
|
"wrangler": "^4.2.0"
|
|
}
|
|
}
|