Updates build config and removes unused dependencies
Migrates from Brandi DI to @novadi/core dependency injection Simplifies project structure by removing deprecated modules Adds Novadi unplugin to esbuild configuration for enhanced build process
This commit is contained in:
parent
a80e4a7603
commit
10cb3792f4
17 changed files with 531 additions and 2016 deletions
|
|
@ -13,15 +13,20 @@
|
|||
"test:ui": "vitest --ui"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^28.0.9",
|
||||
"@rollup/plugin-node-resolve": "^16.0.3",
|
||||
"@rollup/plugin-typescript": "^12.3.0",
|
||||
"@vitest/ui": "^3.2.4",
|
||||
"esbuild": "^0.19.0",
|
||||
"jsdom": "^27.0.0",
|
||||
"rollup": "^4.52.5",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.0.0",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@novadi/core": "^0.5.3",
|
||||
"@rollup/rollup-win32-x64-msvc": "^4.52.2",
|
||||
"brandi": "^5.0.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"date-fns-tz": "^3.2.0",
|
||||
"fuse.js": "^7.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue