27 lines
569 B
JSON
27 lines
569 B
JSON
{
|
|
"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",
|
|
"prettier": "^3.3.3",
|
|
"sass": "^1.77.8",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.3.4"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-icons": "^1.11.3",
|
|
"tabulator-tables": "^6.2.5"
|
|
}
|
|
}
|