{ "name": "react-base16-styling", "version": "0.8.1", "description": "React styling with base16 color scheme support", "keywords": [ "react", "theme", "base16", "styling" ], "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/react-base16-styling", "bugs": { "url": "https://github.com/reduxjs/redux-devtools/issues" }, "license": "MIT", "author": "Alexander (http://kuzya.org/)", "files": [ "lib", "src" ], "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/reduxjs/redux-devtools.git" }, "scripts": { "build": "yarn run build:types && yarn run build:js", "build:types": "tsc --emitDeclarationOnly", "build:js": "babel src --out-dir lib --extensions \".ts\" --source-maps inline", "clean": "rimraf lib", "test": "jest", "lint": "eslint . --ext .ts", "type-check": "tsc --noEmit", "prepack": "yarn run clean && yarn run build", "prepublish": "yarn run type-check && yarn run lint && yarn run test" }, "dependencies": { "@types/base16": "^1.0.2", "@types/lodash": "^4.14.177", "base16": "^1.0.0", "color": "^3.2.1", "csstype": "^3.0.10", "lodash.curry": "^4.1.1" }, "devDependencies": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.4", "@babel/preset-typescript": "^7.16.0", "@types/color": "^3.0.2", "@types/jest": "^27.0.3", "@types/lodash.curry": "^4.1.6", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", "eslint": "^8.4.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-jest": "^25.3.0", "jest": "^27.4.3", "rimraf": "^3.0.2", "ts-jest": "^27.1.0", "typescript": "~4.5.2" } }