{ "name": "react-base16-styling", "version": "0.6.0", "description": "React styling with base16 color scheme support", "main": "lib/index.js", "scripts": { "clean": "rimraf lib", "build": "babel src --out-dir lib", "test": "jest", "prepare": "npm run build", "prepublishOnly": "npm run test && npm run clean && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/reduxjs/redux-devtools.git" }, "keywords": [ "react", "theme", "base16", "styling" ], "author": "Alexander (http://kuzya.org/)", "license": "MIT", "bugs": { "url": "https://github.com/reduxjs/redux-devtools/issues" }, "homepage": "https://github.com/reduxjs/redux-devtools", "devDependencies": { "@babel/cli": "^7.10.5", "@babel/core": "^7.11.0", "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-transform-runtime": "^7.11.0", "@babel/preset-env": "^7.11.0", "rimraf": "^2.7.1" }, "dependencies": { "base16": "^1.0.0", "lodash.curry": "^4.1.1", "lodash.flow": "^3.5.0", "pure-color": "^1.3.0" } }