UNPKG

@devflow-cc/react

Version:

一个功能强大的React库,用于构建数据驱动的应用程序,支持实时通信、身份验证和数据库操作

68 lines 1.88 kB
{ "name": "@devflow-cc/react", "version": "1.2.0-beta.6", "type": "module", "description": "一个功能强大的React库,用于构建数据驱动的应用程序,支持实时通信、身份验证和数据库操作", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c", "dev": "rollup -c --watch", "type-check": "tsc --noEmit", "test": "playwright test", "test:unit": "jest --testPathPattern=tests/unit", "test:integration": "jest --testPathPattern=tests/integration", "test:e2e": "playwright test", "test:real-api": "playwright test", "test:coverage": "jest --coverage", "clean": "rm -rf dist coverage test_reports", "prepublishOnly": "npm run clean && npm run build" }, "peerDependencies": { "react": "^19.1.0", "react-dom": "^19.1.0" }, "dependencies": { "axios": "^1.6.0" }, "devDependencies": { "@playwright/test": "^1.40.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-typescript": "^12.1.4", "@types/jest": "^29.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "jest": "^29.0.0", "rollup": "^4.0.0", "rollup-plugin-dts": "^6.2.1", "typescript": "^5.9.2" }, "keywords": [ "react", "database", "api", "authentication", "websocket", "typescript", "supabase-alternative" ], "author": "DevFlow Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/wss-git/devflowbase.git" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "bugs": { "url": "https://github.com/wss-git/devflowbase/issues" }, "homepage": "https://github.com/wss-git/devflowbase#readme" }