UNPKG

@etsoo/react

Version:

TypeScript ReactJs UI Independent Framework

71 lines (70 loc) 1.83 kB
{ "name": "@etsoo/react", "version": "1.8.49", "description": "TypeScript ReactJs UI Independent Framework", "main": "lib/cjs/index.js", "module": "lib/mjs/index.js", "types": "lib/mjs/index.d.ts", "exports": { ".": { "import": "./lib/mjs/index.js", "require": "./lib/cjs/index.js" } }, "scripts": { "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json", "test": "vitest" }, "repository": { "type": "git", "url": "git+https://github.com/ETSOO/AppReact.git" }, "keywords": [ "React", "TypeScript", "ETSOO", "SmartERP", "司友云平台", "青岛亿速思维", "上海亿商" ], "author": "ETSOO", "license": "MIT", "bugs": { "url": "https://github.com/ETSOO/AppReact/issues" }, "homepage": "https://github.com/ETSOO/AppReact#readme", "dependencies": { "@emotion/css": "^11.13.5", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@etsoo/appscript": "^1.6.39", "@etsoo/notificationbase": "^1.1.63", "@etsoo/shared": "^1.2.75", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^7.6.2", "react-window": "^1.8.11" }, "overrides": { "react": "$react", "react-dom": "$react-dom", "@emotion/react": "$@emotion/react" }, "devDependencies": { "@babel/cli": "^7.27.2", "@babel/core": "^7.27.4", "@babel/plugin-transform-runtime": "^7.27.4", "@babel/preset-env": "^7.27.2", "@babel/runtime-corejs3": "^7.27.6", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/react": "^18.3.23", "@types/react-dom": "^18.3.7", "@types/react-window": "^1.8.8", "@vitejs/plugin-react": "^4.5.2", "jsdom": "^26.1.0", "typescript": "^5.8.3", "vitest": "^3.2.3" } }