mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
33 lines
799 B
JSON
33 lines
799 B
JSON
{
|
|
"name": "chefs",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev --port=3009",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"format": "bun prettier . --write",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/eslint": "^0.3.10",
|
|
"@nuxt/image": "^1.6.0",
|
|
"nuxt": "^3.11.2",
|
|
"nuxt-icon": "^0.6.10",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"autoprefixer": "^10.4.19",
|
|
"daisyui": "^4.10.2",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "3.2.5",
|
|
"prettier-plugin-tailwindcss": "^0.5.14",
|
|
"tailwindcss": "^3.4.3"
|
|
}
|
|
}
|