cmsmanage/package.json

27 lines
569 B
JSON
Raw Normal View History

2024-07-22 19:02:17 -04:00
{
"name": "cmsmanage",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/tabulator-tables": "^6.2.3",
"globby": "^14.0.2",
2024-07-23 00:01:29 -04:00
"prettier": "^3.3.3",
2024-09-07 11:21:01 -04:00
"sass": "^1.78.0",
2024-07-22 19:02:17 -04:00
"typescript": "^5.5.4",
2024-09-07 11:21:01 -04:00
"vite": "^5.4.3"
2024-07-22 19:02:17 -04:00
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"tabulator-tables": "^6.2.5"
}
}