UNPKG

@logitao/react

Version:
36 lines (35 loc) 674 B
{ "private": false, "name": "@logitao/react", "version": "0.1.1", "description": "uoo", "keywords": [ "Quantum", "Housi", "Form", "react" ], "author": "Logitao <gmdramos@gmail.com>", "repository": { "type": "git", "url": "git+https://github.com/indahousi/quantum.git" }, "typings": "lib/index.d.ts", "files": [ "lib" ], "main": "lib/index.js", "publishConfig": { "access": "public" }, "devDependencies": { "@types/react": "^17.0.3", "@types/react-dom": "^17.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", "typescript": "^4.4.2" }, "scripts": { "build": "rm -rf lib && tsc" } }