|
| 1 | +{ |
| 2 | + "name": "@redux-devtools/app-core", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Redux DevTools app core", |
| 5 | + "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-app-core", |
| 6 | + "bugs": { |
| 7 | + "url": "https://github.com/reduxjs/redux-devtools/issues" |
| 8 | + }, |
| 9 | + "license": "MIT", |
| 10 | + "author": "Mihail Diordiev <[email protected]> (https://github.com/zalmoxisus)", |
| 11 | + "files": [ |
| 12 | + "build", |
| 13 | + "lib", |
| 14 | + "src", |
| 15 | + "umd" |
| 16 | + ], |
| 17 | + "main": "lib/cjs/index.js", |
| 18 | + "module": "lib/esm/index.js", |
| 19 | + "types": "lib/types/index.d.ts", |
| 20 | + "sideEffects": false, |
| 21 | + "repository": { |
| 22 | + "type": "git", |
| 23 | + "url": "https://github.com/reduxjs/redux-devtools.git" |
| 24 | + }, |
| 25 | + "scripts": { |
| 26 | + "build": "pnpm run build:cjs && pnpm run build:esm && pnpm run build:types", |
| 27 | + "build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs", |
| 28 | + "build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts,.tsx\" --out-dir lib/esm", |
| 29 | + "build:types": "tsc --emitDeclarationOnly", |
| 30 | + "clean": "rimraf lib", |
| 31 | + "test": "jest", |
| 32 | + "lint": "eslint . --ext .ts,.tsx", |
| 33 | + "type-check": "tsc --noEmit", |
| 34 | + "prepack": "pnpm run clean && pnpm run build", |
| 35 | + "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" |
| 36 | + }, |
| 37 | + "dependencies": { |
| 38 | + "@babel/runtime": "^7.24.7", |
| 39 | + "@redux-devtools/chart-monitor": "^5.0.1", |
| 40 | + "@redux-devtools/core": "^4.0.0", |
| 41 | + "@redux-devtools/inspector-monitor": "^6.0.0", |
| 42 | + "@redux-devtools/inspector-monitor-test-tab": "^4.0.0", |
| 43 | + "@redux-devtools/inspector-monitor-trace-tab": "^4.0.0", |
| 44 | + "@redux-devtools/log-monitor": "^5.0.0", |
| 45 | + "@redux-devtools/rtk-query-monitor": "^5.0.0", |
| 46 | + "@redux-devtools/slider-monitor": "^5.0.0", |
| 47 | + "@redux-devtools/ui": "^1.3.1", |
| 48 | + "d3-state-visualizer": "^3.0.0", |
| 49 | + "javascript-stringify": "^2.1.0", |
| 50 | + "jsan": "^3.1.14", |
| 51 | + "jsondiffpatch": "^0.6.0", |
| 52 | + "react-icons": "^5.2.1", |
| 53 | + "react-is": "^18.3.1" |
| 54 | + }, |
| 55 | + "devDependencies": { |
| 56 | + "@babel/cli": "^7.24.1", |
| 57 | + "@babel/core": "^7.24.3", |
| 58 | + "@babel/eslint-parser": "^7.24.1", |
| 59 | + "@babel/plugin-transform-runtime": "^7.24.3", |
| 60 | + "@babel/preset-env": "^7.24.3", |
| 61 | + "@babel/preset-react": "^7.24.1", |
| 62 | + "@babel/preset-typescript": "^7.24.1", |
| 63 | + "@emotion/react": "^11.11.4", |
| 64 | + "@rjsf/core": "^4.2.3", |
| 65 | + "@testing-library/dom": "^10.1.0", |
| 66 | + "@testing-library/jest-dom": "^6.4.5", |
| 67 | + "@testing-library/react": "^16.0.0", |
| 68 | + "@types/jest": "^29.5.12", |
| 69 | + "@types/jsan": "^3.1.5", |
| 70 | + "@types/json-schema": "^7.0.15", |
| 71 | + "@types/node": "^20.11.30", |
| 72 | + "@types/react": "^18.2.72", |
| 73 | + "@types/react-dom": "^18.2.22", |
| 74 | + "@types/styled-components": "^5.1.34", |
| 75 | + "@typescript-eslint/eslint-plugin": "^7.4.0", |
| 76 | + "@typescript-eslint/parser": "^7.4.0", |
| 77 | + "cross-env": "^7.0.3", |
| 78 | + "esbuild": "^0.20.2", |
| 79 | + "eslint": "^8.57.0", |
| 80 | + "eslint-plugin-jest": "^28.6.0", |
| 81 | + "eslint-config-prettier": "^9.1.0", |
| 82 | + "eslint-plugin-react": "^7.34.2", |
| 83 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 84 | + "jest": "^29.7.0", |
| 85 | + "jest-environment-jsdom": "^29.7.0", |
| 86 | + "react": "^18.3.1", |
| 87 | + "react-dom": "^18.3.1", |
| 88 | + "react-redux": "^8.1.3", |
| 89 | + "redux": "^4.2.1", |
| 90 | + "redux-persist": "^6.0.0", |
| 91 | + "rimraf": "^5.0.7", |
| 92 | + "styled-components": "^5.3.11", |
| 93 | + "ts-jest": "^29.1.2", |
| 94 | + "ts-node": "^10.9.2", |
| 95 | + "typescript": "~5.3.3" |
| 96 | + }, |
| 97 | + "peerDependencies": { |
| 98 | + "@emotion/react": "^11.11.4", |
| 99 | + "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0", |
| 100 | + "@types/styled-components": "^5.1.34", |
| 101 | + "react": "^16.8.4 || ^17.0.0 || ^18.0.0", |
| 102 | + "react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0", |
| 103 | + "react-redux": "^8.0.0 || ^9.0.0", |
| 104 | + "redux": "^4.0.0 || ^5.0.0", |
| 105 | + "redux-persist": "^6.0.0", |
| 106 | + "styled-components": "^5.3.11" |
| 107 | + } |
| 108 | +} |
0 commit comments