UNPKG

helene

Version:
91 lines (90 loc) 2.43 kB
{ "name": "helene", "version": "2.2.3", "description": "Real-time Web Apps for Node.js", "scripts": { "lint": "eslint --ext .js,.jsx,.ts,.tsx 'src/**/*'", "browser:test": "vitest --config vitest.config.ts --watch=false", "test": "vitest --config vitest.config.node.ts --watch=false", "clean": "rm -rf client data react server utils ejson", "build": "yarn clean && tsc", "prepublishOnly": "yarn build", "watch": "tsc --watch" }, "dependencies": { "@lukeed/uuid": "^2.0.1", "ahooks": "^3.9.0", "avl": "^1.6.0", "base64-js": "^1.5.1", "cors": "^2.8.5", "eventemitter2": "^6.4.9", "express": "^5.1.0", "express-rate-limit": "^7.2.0", "http-terminator": "^3.2.0", "idb": "^8.0.3", "json-stable-stringify": "^1.3.0", "limiter": "^2.1.0", "localforage": "^1.10.0", "lodash": "^4.17.21", "lz-string": "^1.5.0", "memoizee": "^0.4.15", "query-string": "^7.1.3", "redis": "^4.6.7", "socket.io": "^4.8.1", "socket.io-client": "^4.8.1", "use-debounce": "^7.0.1", "ws": "^8.18.3", "yup": "^1.6.1", "zod": "^4.0.5" }, "devDependencies": { "@testing-library/dom": "^9.3.1", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/express": "^5.0.3", "@types/lodash": "^4.17.20", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "@vitest/browser": "^3.2.4", "eslint": "^8.49.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "jsdom": "^26.1.0", "lodash": "^4.17.21", "mkdirp": "^3.0.1", "playwright": "^1.54.1", "prettier": "^3.0.3", "react": "^19.1.0", "react-dom": "^19.1.0", "sinon": "^21.0.0", "supertest": "^6.3.3", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "author": "Leonardo Venturini", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/leonardoventurini/helene.git" }, "keywords": [ "websockets", "rpc", "react", "reactjs", "methods", "events", "node", "nodejs" ], "bugs": { "url": "https://github.com/leonardoventurini/helene/issues" }, "volta": { "node": "24.4.1", "yarn": "1.22.22" } }