Added first files and dependencies
Some checks failed
CI / build (push) Failing after 16s

This commit is contained in:
Andrey Kernichniy 2026-03-03 22:56:15 +07:00
parent 0e7cb83ff0
commit 47e9cf85b8
6 changed files with 204 additions and 2 deletions

14
package-lock.json generated
View file

@ -8,6 +8,10 @@
"name": "template-of-lib-repo",
"version": "0.0.0",
"license": "ISC",
"dependencies": {
"@gxc-solutions/math": "^0.0.1",
"@gxc-solutions/renderer-base": "^0.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.4",
"@eslint/js": "^10.0.1",
@ -247,6 +251,16 @@
"node": "^20.19.0 || ^22.13.0 || >=24"
}
},
"node_modules/@gxc-solutions/math": {
"version": "0.0.1",
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/math/-/math-0.0.1.tgz",
"integrity": "sha512-m6lxTkjXkyaUoI3+cJKpgt/AQlyApLSJ2p9D2EJ9+XzHCSjOWs29GzczPLgopYdLEWYN/YPr77V4CScGpR7qxw=="
},
"node_modules/@gxc-solutions/renderer-base": {
"version": "0.0.3",
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/renderer-base/-/renderer-base-0.0.3.tgz",
"integrity": "sha512-rNglFmWe3LNbTn/KV8s7waV5IPgZ7T+NUbNSChiK+TdGK8bAfuE5yyAeJ7pmvpYbAaRC4emmgnpDQlRr0Kx3nA=="
},
"node_modules/@humanfs/core": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",