UNPKG

@saber2pr/react

Version:

react in Typescript.

37 lines (36 loc) 817 B
{ "name": "@saber2pr/react", "version": "0.3.3", "description": "react in Typescript.", "repository": { "type": "git", "url": "git+https://github.com/Saber2pr/react.git" }, "author": "saber2pr", "license": "MIT", "files": [ "lib/core/*", "lib/index.*", "lib/client.*", "lib/server.*", "lib/reconciler.*" ], "main": "./lib/index.js", "scripts": { "start": "tsc --watch", "dev": "rollup -c --watch", "test": "node ./lib/__test__/TestSSR" }, "keywords": [ "react-like", "react-hooks", "typescript" ], "devDependencies": { "rollup": "^1.27.8", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-uglify": "^6.0.3", "typescript": "^3.4.3" } }