Playground settings
Some checks failed
CI / build (push) Failing after 22s

This commit is contained in:
Andrey Kernichniy 2026-03-04 02:22:29 +07:00
parent 47e9cf85b8
commit 63818eb2b8
9 changed files with 1122 additions and 3 deletions

View file

@ -3,6 +3,8 @@
"version": "0.0.0",
"main": "index.js",
"scripts": {
"start": "vite -c ./playground/vite.config.ts",
"dev": "tsc -p ./tsconfig.dev.json --watch",
"build": "npm run clean && tsc && npm run create-package",
"create-package": "node ./scripts/create-package",
"clean": "rimraf dist",
@ -18,13 +20,15 @@
"devDependencies": {
"@eslint/eslintrc": "^3.3.4",
"@eslint/js": "^10.0.1",
"@types/node": "^25.3.3",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"eslint": "^10.0.2",
"globals": "^17.4.0",
"husky": "^9.1.7",
"prettier": "^3.8.1",
"rimraf": "^6.0.1",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"dependencies": {
"@gxc-solutions/math": "^0.0.1",