mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-17 03:29:31 -07:00
feat: update dependencies, configuration, and input file for solidjs
- Update dependencies in package.json - Modify the input file in rollup.config.mjs - Update tsconfig.json with new configuration options
This commit is contained in:
@@ -55,11 +55,12 @@
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"gsap": "^3.12.5",
|
||||
"swiper": "^11.0.6",
|
||||
"rollup": "^4.9.6",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
"@rollup/plugin-typescript": "^11.1.6"
|
||||
"@rollup/plugin-typescript": "^11.1.6",
|
||||
"gsap": "^3.12.5",
|
||||
"rollup": "^4.9.6",
|
||||
"solid-js": "^1.8.14",
|
||||
"swiper": "^11.0.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user