mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
04d141932d
* chore(deps): update dependency typescript to ~5.4.5 * Fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
60 lines
1.6 KiB
JSON
60 lines
1.6 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 . --ext .ts",
|
|
"type-check": "tsc --noEmit",
|
|
"prepack": "pnpm run clean && pnpm run build",
|
|
"prepublish": "pnpm run lint && pnpm run test"
|
|
},
|
|
"dependencies": {
|
|
"@types/lodash": "^4.17.4",
|
|
"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",
|
|
"@typescript-eslint/eslint-plugin": "^7.12.0",
|
|
"@typescript-eslint/parser": "^7.12.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-jest": "^27.9.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"rimraf": "^5.0.7",
|
|
"ts-jest": "^29.1.4",
|
|
"typescript": "~5.4.5"
|
|
}
|
|
}
|