{ "name": "react-base16-styling", "version": "0.10.0", "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", "type": "module", "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/reduxjs/redux-devtools.git" }, "scripts": { "build": "tsc", "clean": "rimraf lib", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "lint": "eslint .", "type-check": "tsc --noEmit", "prepack": "pnpm run clean && pnpm run build", "prepublish": "pnpm run lint && pnpm run test" }, "dependencies": { "@types/lodash": "^4.17.7", "color": "^4.2.3", "csstype": "^3.1.3", "lodash-es": "^4.17.21" }, "devDependencies": { "@types/color": "^3.0.6", "@types/jest": "^29.5.12", "@types/lodash-es": "^4.17.12", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "typescript": "~5.5.4" } }