UNPKG

react-system-theme

Version:
43 lines (42 loc) 1 kB
{ "name": "react-system-theme", "version": "0.1.0", "description": "Use system theme in your react apps.", "main": "dist/index.js", "module": "dist/react-system-theme.esm.js", "typings": "dist/index.d.ts", "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "dist", "src" ], "repository": { "type": "git", "url": "https://github.com/darko-mychi/react-js-modal.git" }, "keywords": [ "css", "scss", "system-theme", "typescript", "reactjs", "theme" ], "author": "Michael Darko-Duodu <mychi.darko@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/darko-mychi/react-system-theme/issues" }, "homepage": "https://github.com/darko-mychi/react-system-theme#readme", "devDependencies": { "@types/react": "^17.0.2", "react": "^17.0.1", "tsdx": "^0.14.1", "tslib": "^2.1.0", "typescript": "^4.1.5" } }