mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Dependences and npm package config
This commit is contained in:
parent
c4e6588c22
commit
d2f07681ba
|
@ -1,5 +0,0 @@
|
|||
.DS_Store
|
||||
*.log
|
||||
test
|
||||
examples
|
||||
coverage
|
7736
packages/d3tooltip/dist/d3tooltip.js
vendored
Normal file
7736
packages/d3tooltip/dist/d3tooltip.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2
packages/d3tooltip/dist/d3tooltip.min.js
vendored
Normal file
2
packages/d3tooltip/dist/d3tooltip.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -12,11 +12,17 @@
|
|||
"build:umd:min": "webpack src/index.js dist/d3tooltip.min.js --config webpack.config.production.js",
|
||||
"version": "npm run build",
|
||||
"postversion": "git push && git push --tags && npm run clean",
|
||||
"prepublish": "npm run clean && npm run build"
|
||||
"prepare": "npm run clean && npm run build",
|
||||
"prepublishOnly": "npm run lint && npm run clean && npm run build"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"dist",
|
||||
"src"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/romseguy/d3tooltip.git"
|
||||
"url": "https://github.com/reduxjs/redux-devtools.git"
|
||||
},
|
||||
"keywords": [
|
||||
"d3",
|
||||
|
@ -25,9 +31,9 @@
|
|||
"author": "romseguy",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/romseguy/d3tooltip/issues"
|
||||
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
||||
},
|
||||
"homepage": "https://github.com/romseguy/d3tooltip",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.3.15",
|
||||
"babel-core": "^6.1.20",
|
||||
|
@ -36,12 +42,11 @@
|
|||
"babel-preset-es2015-loose": "^6.1.3",
|
||||
"babel-preset-react": "^6.3.13",
|
||||
"babel-preset-stage-0": "^6.3.13",
|
||||
"eslint": "^0.23",
|
||||
"eslint": "^0.24",
|
||||
"eslint-config-airbnb": "0.0.6",
|
||||
"eslint-plugin-react": "^3.6.3",
|
||||
"rimraf": "^2.3.4",
|
||||
"webpack": "^1.9.6",
|
||||
"webpack-dev-server": "^1.8.2"
|
||||
"webpack": "^1.9.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"ramda": "^0.17.1"
|
||||
|
|
69
yarn.lock
69
yarn.lock
|
@ -721,6 +721,11 @@ acorn-to-esprima@^1.0.5:
|
|||
resolved "https://registry.yarnpkg.com/acorn-to-esprima/-/acorn-to-esprima-1.0.7.tgz#9436259760098f9ead9b9da2242fab2f4850281b"
|
||||
integrity sha1-lDYll2AJj56tm52iJC+rL0hQKBs=
|
||||
|
||||
acorn-to-esprima@^2.0.4:
|
||||
version "2.0.8"
|
||||
resolved "https://registry.yarnpkg.com/acorn-to-esprima/-/acorn-to-esprima-2.0.8.tgz#003f0c642eb92132f417d3708f14ada82adf2eb1"
|
||||
integrity sha1-AD8MZC65ITL0F9NwjxStqCrfLrE=
|
||||
|
||||
acorn-walk@^6.0.1:
|
||||
version "6.1.1"
|
||||
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.1.tgz#d363b66f5fac5f018ff9c3a1e7b6f8e310cc3913"
|
||||
|
@ -1103,7 +1108,7 @@ axobject-query@^2.0.1:
|
|||
dependencies:
|
||||
ast-types-flow "0.0.7"
|
||||
|
||||
babel-cli@^6.10.1, babel-cli@^6.3.17:
|
||||
babel-cli@^6.10.1, babel-cli@^6.3.15, babel-cli@^6.3.17:
|
||||
version "6.26.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.26.0.tgz#502ab54874d7db88ad00b887a06383ce03d002f1"
|
||||
integrity sha1-UCq1SHTX24itALiHoGODzgPQAvE=
|
||||
|
@ -1186,7 +1191,7 @@ babel-core@^5.1.8, babel-core@^5.8.25, babel-core@^5.8.33:
|
|||
trim-right "^1.0.0"
|
||||
try-resolve "^1.0.0"
|
||||
|
||||
babel-core@^6.0.0, babel-core@^6.26.0, babel-core@^6.3.17:
|
||||
babel-core@^6.0.0, babel-core@^6.1.20, babel-core@^6.26.0, babel-core@^6.3.17:
|
||||
version "6.26.3"
|
||||
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207"
|
||||
integrity sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==
|
||||
|
@ -1241,6 +1246,18 @@ babel-eslint@^4.1.6:
|
|||
lodash.assign "^3.2.0"
|
||||
lodash.pick "^3.1.0"
|
||||
|
||||
babel-eslint@^5.0.0-beta4:
|
||||
version "5.0.4"
|
||||
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-5.0.4.tgz#a6ba51ae582a1d4e25adfddbc2a61f8d5a9040b9"
|
||||
integrity sha1-prpRrlgqHU4lrf3bwqYfjVqQQLk=
|
||||
dependencies:
|
||||
acorn-to-esprima "^2.0.4"
|
||||
babel-traverse "^6.0.20"
|
||||
babel-types "^6.0.19"
|
||||
babylon "^6.0.18"
|
||||
lodash.assign "^3.2.0"
|
||||
lodash.pick "^3.1.0"
|
||||
|
||||
babel-generator@^6.18.0, babel-generator@^6.26.0:
|
||||
version "6.26.1"
|
||||
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90"
|
||||
|
@ -2155,7 +2172,7 @@ babel-preset-react-app@^3.1.2:
|
|||
babel-preset-env "1.6.1"
|
||||
babel-preset-react "6.24.1"
|
||||
|
||||
babel-preset-react@6.24.1, babel-preset-react@^6.5.0:
|
||||
babel-preset-react@6.24.1, babel-preset-react@^6.3.13, babel-preset-react@^6.5.0:
|
||||
version "6.24.1"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-react/-/babel-preset-react-6.24.1.tgz#ba69dfaea45fc3ec639b6a4ecea6e17702c91380"
|
||||
integrity sha1-umnfrqRfw+xjm2pOzqbhdwLJE4A=
|
||||
|
@ -2257,7 +2274,7 @@ babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0, babel-te
|
|||
babylon "^6.18.0"
|
||||
lodash "^4.17.4"
|
||||
|
||||
babel-traverse@^6.0.0, babel-traverse@^6.18.0, babel-traverse@^6.24.1, babel-traverse@^6.26.0:
|
||||
babel-traverse@^6.0.0, babel-traverse@^6.0.20, babel-traverse@^6.18.0, babel-traverse@^6.24.1, babel-traverse@^6.26.0:
|
||||
version "6.26.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee"
|
||||
integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=
|
||||
|
@ -2272,7 +2289,7 @@ babel-traverse@^6.0.0, babel-traverse@^6.18.0, babel-traverse@^6.24.1, babel-tra
|
|||
invariant "^2.2.2"
|
||||
lodash "^4.17.4"
|
||||
|
||||
babel-types@^6.0.0, babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
|
||||
babel-types@^6.0.0, babel-types@^6.0.19, babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
|
||||
version "6.26.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
|
||||
integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=
|
||||
|
@ -2287,7 +2304,7 @@ babylon@^5.8.38:
|
|||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-5.8.38.tgz#ec9b120b11bf6ccd4173a18bf217e60b79859ffd"
|
||||
integrity sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=
|
||||
|
||||
babylon@^6.18.0:
|
||||
babylon@^6.0.18, babylon@^6.18.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
|
||||
integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
|
||||
|
@ -3862,6 +3879,11 @@ eslint-plugin-react@^2.3.0:
|
|||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-2.7.1.tgz#5d6f1bca507d1387b6593c230998af04f0b9aed6"
|
||||
integrity sha1-XW8bylB9E4e2WTwjCZivBPC5rtY=
|
||||
|
||||
eslint-plugin-react@^3.6.3:
|
||||
version "3.16.1"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-3.16.1.tgz#262d96b77d7c4a42af809a73c0e527a58612293c"
|
||||
integrity sha1-Ji2Wt318SkKvgJpzwOUnpYYSKTw=
|
||||
|
||||
eslint-scope@3.7.1:
|
||||
version "3.7.1"
|
||||
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
|
||||
|
@ -3943,6 +3965,34 @@ eslint@^0.23:
|
|||
user-home "^1.0.0"
|
||||
xml-escape "~1.0.0"
|
||||
|
||||
eslint@^0.24:
|
||||
version "0.24.1"
|
||||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-0.24.1.tgz#54a50809855b9655721c6f2ee57b351edce28101"
|
||||
integrity sha1-VKUICYVbllVyHG8u5Xs1HtzigQE=
|
||||
dependencies:
|
||||
chalk "^1.0.0"
|
||||
concat-stream "^1.4.6"
|
||||
debug "^2.1.1"
|
||||
doctrine "^0.6.2"
|
||||
escape-string-regexp "^1.0.2"
|
||||
escope "^3.1.0"
|
||||
espree "^2.0.1"
|
||||
estraverse "^4.1.0"
|
||||
estraverse-fb "^1.3.1"
|
||||
globals "^8.0.0"
|
||||
inquirer "^0.8.2"
|
||||
is-my-json-valid "^2.10.0"
|
||||
js-yaml "^3.2.5"
|
||||
minimatch "^2.0.1"
|
||||
mkdirp "^0.5.0"
|
||||
object-assign "^2.0.0"
|
||||
optionator "^0.5.0"
|
||||
path-is-absolute "^1.0.0"
|
||||
strip-json-comments "~1.0.1"
|
||||
text-table "~0.2.0"
|
||||
user-home "^1.0.0"
|
||||
xml-escape "~1.0.0"
|
||||
|
||||
eslint@^5.0.0:
|
||||
version "5.10.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.10.0.tgz#24adcbe92bf5eb1fc2d2f2b1eebe0c5e0713903a"
|
||||
|
@ -7877,6 +7927,11 @@ railroad-diagrams@^1.0.0:
|
|||
resolved "https://registry.yarnpkg.com/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz#eb7e6267548ddedfb899c1b90e57374559cddb7e"
|
||||
integrity sha1-635iZ1SN3t+4mcG5Dlc3RVnN234=
|
||||
|
||||
ramda@^0.17.1:
|
||||
version "0.17.1"
|
||||
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.17.1.tgz#4c198147d3ab54e8c15255f11730e2116f6e6073"
|
||||
integrity sha1-TBmBR9OrVOjBUlXxFzDiEW9uYHM=
|
||||
|
||||
randexp@0.4.6:
|
||||
version "0.4.6"
|
||||
resolved "https://registry.yarnpkg.com/randexp/-/randexp-0.4.6.tgz#e986ad5e5e31dae13ddd6f7b3019aa7c87f60ca3"
|
||||
|
@ -9586,7 +9641,7 @@ webpack-core@~0.6.9:
|
|||
source-list-map "~0.1.7"
|
||||
source-map "~0.4.1"
|
||||
|
||||
webpack@^1.11.0:
|
||||
webpack@^1.11.0, webpack@^1.9.6:
|
||||
version "1.15.0"
|
||||
resolved "https://registry.yarnpkg.com/webpack/-/webpack-1.15.0.tgz#4ff31f53db03339e55164a9d468ee0324968fe98"
|
||||
integrity sha1-T/MfU9sDM55VFkqdRo7gMklo/pg=
|
||||
|
|
Loading…
Reference in New Issue
Block a user