|
| 1 | +{ |
| 2 | + "name": "context-api-dev-tools-extension", |
| 3 | + "version": "1.0.8", |
| 4 | + "description": "Port for [Redux Dev Tools Extension](https://github.com/zalmoxisus/remote-redux-devtools) now using Context API", |
| 5 | + "main": "index.min.js", |
| 6 | + "scripts": { |
| 7 | + "minify": "npx google-closure-compiler --js=index.js --js_output_file=index.min.js", |
| 8 | + "build": "tsc --declaration index.ts && npm run minify", |
| 9 | + "test": "jest", |
| 10 | + "start:demo": "PUBLIC_URL='/' node scripts/start.js", |
| 11 | + "build:demo": "PUBLIC_URL='/' node scripts/build.js", |
| 12 | + "build:demo:ci": "PUBLIC_URL='/context-api-dev-tools-extension/' node scripts/build.js", |
| 13 | + "test:demo": "node scripts/test.js" |
| 14 | + }, |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "git+https://github.com/vip-git/context-api-dev-tools-extension.git" |
| 18 | + }, |
| 19 | + "keywords": [ |
| 20 | + "redux", |
| 21 | + "devtools", |
| 22 | + "contextAPI", |
| 23 | + "extension" |
| 24 | + ], |
| 25 | + "author": "Vipin", |
| 26 | + "license": "MIT", |
| 27 | + "bugs": { |
| 28 | + "url": "https://github.com/vip-git/context-api-dev-tools-extension/issues" |
| 29 | + }, |
| 30 | + "homepage": "https://vip-git.github.io/context-api-dev-tools-extension/", |
| 31 | + "dependencies": { |
| 32 | + "@babel/core": "7.9.0", |
| 33 | + "@svgr/webpack": "4.3.3", |
| 34 | + "@types/jest": "24.0.18", |
| 35 | + "@types/node": "12.7.8", |
| 36 | + "@types/react": "16.9.3", |
| 37 | + "@types/react-dom": "16.9.1", |
| 38 | + "@typescript-eslint/eslint-plugin": "2.10.0", |
| 39 | + "@typescript-eslint/parser": "2.10.0", |
| 40 | + "babel-eslint": "10.1.0", |
| 41 | + "babel-jest": "24.9.0", |
| 42 | + "babel-loader": "8.1.0", |
| 43 | + "babel-plugin-named-asset-import": "0.3.6", |
| 44 | + "babel-preset-react-app": "9.1.2", |
| 45 | + "camelcase": "5.3.1", |
| 46 | + "case-sensitive-paths-webpack-plugin": "2.3.0", |
| 47 | + "css-loader": "3.4.2", |
| 48 | + "dotenv": "8.2.0", |
| 49 | + "dotenv-expand": "5.1.0", |
| 50 | + "eslint": "^6.6.0", |
| 51 | + "eslint-config-react-app": "5.2.1", |
| 52 | + "eslint-loader": "3.0.3", |
| 53 | + "eslint-plugin-flowtype": "4.6.0", |
| 54 | + "eslint-plugin-import": "2.20.1", |
| 55 | + "eslint-plugin-jsx-a11y": "6.2.3", |
| 56 | + "eslint-plugin-react": "7.19.0", |
| 57 | + "eslint-plugin-react-hooks": "^1.6.1", |
| 58 | + "file-loader": "4.3.0", |
| 59 | + "fs-extra": "^8.1.0", |
| 60 | + "google-closure-compiler": "20201006.0.0", |
| 61 | + "html-webpack-plugin": "4.0.0-beta.11", |
| 62 | + "identity-obj-proxy": "3.0.0", |
| 63 | + "jest": "24.9.0", |
| 64 | + "jest-environment-jsdom-fourteen": "1.0.1", |
| 65 | + "jest-resolve": "24.9.0", |
| 66 | + "jest-watch-typeahead": "0.4.2", |
| 67 | + "mini-css-extract-plugin": "0.9.0", |
| 68 | + "optimize-css-assets-webpack-plugin": "5.0.3", |
| 69 | + "pnp-webpack-plugin": "1.6.4", |
| 70 | + "postcss-flexbugs-fixes": "4.1.0", |
| 71 | + "postcss-loader": "3.0.0", |
| 72 | + "postcss-normalize": "8.0.1", |
| 73 | + "postcss-preset-env": "6.7.0", |
| 74 | + "postcss-safe-parser": "4.0.1", |
| 75 | + "react": "16.13.1", |
| 76 | + "react-app-polyfill": "^1.0.6", |
| 77 | + "react-dev-utils": "^10.2.1", |
| 78 | + "react-dom": "16.13.1", |
| 79 | + "resolve": "1.15.0", |
| 80 | + "sass-loader": "8.0.2", |
| 81 | + "semver": "6.3.0", |
| 82 | + "style-loader": "0.23.1", |
| 83 | + "terser-webpack-plugin": "2.3.8", |
| 84 | + "ts-pnp": "1.1.6", |
| 85 | + "typescript": "4.0.3", |
| 86 | + "url-loader": "2.3.0", |
| 87 | + "webpack": "4.42.0", |
| 88 | + "webpack-dev-server": "3.11.0", |
| 89 | + "webpack-manifest-plugin": "2.2.0", |
| 90 | + "workbox-webpack-plugin": "4.3.1" |
| 91 | + }, |
| 92 | + "eslintConfig": { |
| 93 | + "extends": "react-app" |
| 94 | + }, |
| 95 | + "browserslist": { |
| 96 | + "production": [ |
| 97 | + ">0.2%", |
| 98 | + "not dead", |
| 99 | + "not op_mini all" |
| 100 | + ], |
| 101 | + "development": [ |
| 102 | + "last 1 chrome version", |
| 103 | + "last 1 firefox version", |
| 104 | + "last 1 safari version" |
| 105 | + ] |
| 106 | + }, |
| 107 | + "jest": { |
| 108 | + "roots": [ |
| 109 | + "<rootDir>/" |
| 110 | + ], |
| 111 | + "collectCoverageFrom": [ |
| 112 | + "index.{js,jsx,ts,tsx}", |
| 113 | + "!src/**/*.d.ts" |
| 114 | + ], |
| 115 | + "setupFiles": [ |
| 116 | + "react-app-polyfill/jsdom" |
| 117 | + ], |
| 118 | + "setupFilesAfterEnv": [], |
| 119 | + "testMatch": [ |
| 120 | + "<rootDir>/**/__tests__/**/*.{js,jsx,ts,tsx}", |
| 121 | + "<rootDir>/**/*.{spec,test}.{js,jsx,ts,tsx}" |
| 122 | + ], |
| 123 | + "testEnvironment": "jest-environment-jsdom-fourteen", |
| 124 | + "transform": { |
| 125 | + "^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest", |
| 126 | + "^.+\\.css$": "<rootDir>/config/jest/cssTransform.js", |
| 127 | + "^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js" |
| 128 | + }, |
| 129 | + "transformIgnorePatterns": [ |
| 130 | + "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$", |
| 131 | + "^.+\\.module\\.(css|sass|scss)$" |
| 132 | + ], |
| 133 | + "modulePaths": [], |
| 134 | + "moduleNameMapper": { |
| 135 | + "^react-native$": "react-native-web", |
| 136 | + "^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy" |
| 137 | + }, |
| 138 | + "moduleFileExtensions": [ |
| 139 | + "web.js", |
| 140 | + "js", |
| 141 | + "web.ts", |
| 142 | + "ts", |
| 143 | + "web.tsx", |
| 144 | + "tsx", |
| 145 | + "json", |
| 146 | + "web.jsx", |
| 147 | + "jsx", |
| 148 | + "node" |
| 149 | + ], |
| 150 | + "watchPlugins": [ |
| 151 | + "jest-watch-typeahead/filename", |
| 152 | + "jest-watch-typeahead/testname" |
| 153 | + ] |
| 154 | + }, |
| 155 | + "babel": { |
| 156 | + "presets": [ |
| 157 | + "react-app" |
| 158 | + ] |
| 159 | + } |
| 160 | +} |
0 commit comments