mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
24 lines
520 B
JSON
24 lines
520 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"
|
|
},
|
|
"dependencies": {
|
|
"nuxt": "^3.11.2",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"autoprefixer": "^10.4.19",
|
|
"daisyui": "^4.10.2",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^3.4.3"
|
|
}
|
|
}
|