designtopack/package.json

23 lines
410 B
JSON
Raw Normal View History

2024-07-10 16:10:33 +02:00
{
"name": "pdc-b2b",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
2024-09-04 11:28:12 +02:00
"dayjs": "^1.11.13",
2024-07-10 16:10:33 +02:00
"pinia": "^2.1.7",
2024-09-10 16:23:09 +02:00
"primevue": "^4.0.6",
2024-09-04 11:28:12 +02:00
"slugify": "^1.6.6",
2024-09-04 17:22:05 +02:00
"vue": "^3.5.1"
2024-07-10 16:10:33 +02:00
},
"devDependencies": {
2024-09-04 17:23:49 +02:00
"@vitejs/plugin-vue": "^5.1.3",
2024-09-04 17:22:56 +02:00
"vite": "^5.4.3"
2024-07-10 16:10:33 +02:00
}
}