mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 20:27:07 +03:00
ef374287be
* fix(deps): update all non-major dependencies * Changes Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
98 lines
3.3 KiB
JSON
98 lines
3.3 KiB
JSON
{
|
|
"name": "@redux-devtools/ui",
|
|
"version": "1.0.0-9",
|
|
"description": "Reusable React components for building DevTools monitors and apps.",
|
|
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-ui",
|
|
"bugs": {
|
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
|
|
"files": [
|
|
"lib",
|
|
"fonts"
|
|
],
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
|
},
|
|
"scripts": {
|
|
"start": "yarn run storybook",
|
|
"storybook": "start-storybook -p 6006 -s ./fonts",
|
|
"build-storybook": "build-storybook -s ./fonts",
|
|
"build": "yarn run build:types && yarn run build:js && yarn run build-storybook",
|
|
"build:types": "tsc --emitDeclarationOnly",
|
|
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
|
|
"clean": "rimraf lib",
|
|
"test": "jest",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"lint:css": "stylelint \"./src/**/*.js\"",
|
|
"type-check": "tsc --noEmit",
|
|
"prepack": "yarn run clean && yarn run build",
|
|
"prepublish": "yarn run type-check && yarn run lint && yarn run test"
|
|
},
|
|
"dependencies": {
|
|
"@rjsf/core": "^3.2.0",
|
|
"@types/base16": "^1.0.2",
|
|
"@types/codemirror": "^5.60.5",
|
|
"@types/json-schema": "^7.0.9",
|
|
"@types/prop-types": "^15.7.4",
|
|
"@types/redux-devtools-themes": "^1.0.0",
|
|
"@types/simple-element-resize-detector": "^1.3.0",
|
|
"base16": "^1.0.0",
|
|
"codemirror": "^5.63.3",
|
|
"color": "^3.2.1",
|
|
"prop-types": "^15.7.2",
|
|
"react-icons": "^4.3.1",
|
|
"react-select": "^5.1.0",
|
|
"redux-devtools-themes": "^1.0.0",
|
|
"simple-element-resize-detector": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.15.7",
|
|
"@babel/core": "^7.15.8",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@storybook/addon-essentials": "^6.3.12",
|
|
"@storybook/react": "^6.3.12",
|
|
"@testing-library/dom": "^8.10.1",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/color": "^3.0.2",
|
|
"@types/jest": "^27.0.2",
|
|
"@types/react": "^17.0.32",
|
|
"@types/styled-components": "^5.1.15",
|
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
|
"@typescript-eslint/parser": "^5.1.0",
|
|
"babel-loader": "^8.2.3",
|
|
"csstype": "^3.0.9",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-jest": "^25.2.2",
|
|
"eslint-plugin-react": "^7.26.1",
|
|
"jest": "^27.3.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-is": "^17.0.2",
|
|
"rimraf": "^3.0.2",
|
|
"styled-components": "^5.3.3",
|
|
"stylelint": "^14.0.0",
|
|
"stylelint-config-prettier": "^9.0.3",
|
|
"stylelint-config-standard": "^23.0.0",
|
|
"stylelint-config-styled-components": "^0.1.1",
|
|
"stylelint-processor-styled-components": "^1.10.0",
|
|
"ts-jest": "^27.0.7",
|
|
"typescript": "~4.4.4",
|
|
"webpack": "^5.59.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^16.3.0 || ^17.0.0",
|
|
"@types/styled-components": "^5.1.15",
|
|
"react": "^16.3.0 || ^17.0.0",
|
|
"styled-components": "^5.3.3"
|
|
}
|
|
}
|