42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "mucomutfak",
|
|
"private": true,
|
|
"version": "1.1.5",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"admin": "node server/index.mjs",
|
|
"build": "vite-ssg build",
|
|
"preview": "vite preview --outDir dist --strictPort"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/vue": "^5.0.0",
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"@vueuse/head": "^2.0.0",
|
|
"add": "^2.0.6",
|
|
"dotenv": "^17.4.2",
|
|
"express": "^5.2.1",
|
|
"gsap": "^3.15.0",
|
|
"locomotive-scroll": "^4.1.4",
|
|
"markdown-it": "^14.1.1",
|
|
"pg": "^8.22.0",
|
|
"swiper": "^12.1.3",
|
|
"tailwindcss": "^4.1.13",
|
|
"vite-plugin-pwa": "^1.1.0",
|
|
"vite-plugin-sitemap": "^0.8.2",
|
|
"vite-ssg": "^28.1.0",
|
|
"vue": "^3.5.21",
|
|
"vue-i18n": "9",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/node": "^24.6.1",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"prettier": "^3.6.2",
|
|
"unplugin-vue-components": "^29.1.0",
|
|
"vite": "^7.1.6"
|
|
},
|
|
"packageManager": "yarn@1.22.22"
|
|
}
|