Added dependencies
All checks were successful
CI / build (push) Successful in 20s

This commit is contained in:
Andrey Kernichniy 2026-03-08 01:10:59 +07:00
parent 2e10cfb743
commit eadf9b0cca
3 changed files with 67 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{
"name": "template-of-lib-repo",
"name": "gxc-viewer-base",
"version": "0.0.0",
"main": "index.js",
"scripts": {
@ -29,5 +29,12 @@
"rimraf": "^6.0.1",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"dependencies": {
"@gxc-solutions/math": "0.0.1",
"@gxc-solutions/colors": "0.0.1",
"@gxc-solutions/renderer-base": "0.0.9",
"@gxc-solutions/renderer-canvas-2d": "0.0.3",
"rxjs": "7.8.2"
}
}