redux-devtools/packages/react-base16-styling/package.json
2024-11-20 16:29:07 +00:00

55 lines
1.4 KiB
JSON

{
"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 <alexkuz@gmail.com> (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.13",
"color": "^4.2.3",
"csstype": "^3.1.3",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@types/color": "^3.0.6",
"@types/jest": "^29.5.14",
"@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"
}
}