97 lines
2.6 KiB
JSON
97 lines
2.6 KiB
JSON
|
|
{
|
||
|
|
"name": "react-hot-loader",
|
||
|
|
"version": "4.3.11",
|
||
|
|
"description": "Tweak React components in real time.",
|
||
|
|
"main": "index.js",
|
||
|
|
"types": "react-hot-loader.d.ts",
|
||
|
|
"homepage": "https://github.com/gaearon/react-hot-loader",
|
||
|
|
"repository": "https://github.com/gaearon/react-hot-loader/",
|
||
|
|
"license": "MIT",
|
||
|
|
"author": "Dan Abramov",
|
||
|
|
"lint-staged": {
|
||
|
|
"*.{js,md,ts,json}": [
|
||
|
|
"prettier --write",
|
||
|
|
"git add"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"dist",
|
||
|
|
"index.js",
|
||
|
|
"babel.js",
|
||
|
|
"patch.js",
|
||
|
|
"react-hot-loader.d.ts"
|
||
|
|
],
|
||
|
|
"devDependencies": {
|
||
|
|
"babel-cli": "^6.7.5",
|
||
|
|
"babel-core": "^6.26.3",
|
||
|
|
"babel-eslint": "^8.2.3",
|
||
|
|
"babel-jest": "^22.4.3",
|
||
|
|
"babel-plugin-dynamic-import-node": "^1.2.0",
|
||
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
||
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
||
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||
|
|
"babel-preset-env": "^1.6.0",
|
||
|
|
"babel-preset-react": "^6.5.0",
|
||
|
|
"codecov": "^3.0.1",
|
||
|
|
"conventional-github-releaser": "^2.0.2",
|
||
|
|
"create-react-class": "^15.6.3",
|
||
|
|
"cross-env": "^5.1.4",
|
||
|
|
"enzyme": "^3.3.0",
|
||
|
|
"enzyme-adapter-react-15": "^1.0.5",
|
||
|
|
"enzyme-adapter-react-16": "^1.1.1",
|
||
|
|
"eslint": "^4.19.1",
|
||
|
|
"eslint-config-airbnb": "^16.0.0",
|
||
|
|
"eslint-config-prettier": "^2.6.0",
|
||
|
|
"eslint-plugin-import": "^2.11.0",
|
||
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
||
|
|
"eslint-plugin-react": "^7.7.0",
|
||
|
|
"husky": "^0.14.3",
|
||
|
|
"jest": "^22.4.3",
|
||
|
|
"lint-staged": "^7.1.0",
|
||
|
|
"prettier": "^1.12.1",
|
||
|
|
"react": "^16.3.2",
|
||
|
|
"react-dom": "^16.3.2",
|
||
|
|
"react-mount": "^0.1.3",
|
||
|
|
"react-test-renderer": "16.3.2",
|
||
|
|
"recompose": "^0.27.0",
|
||
|
|
"rimraf": "^2.5.2",
|
||
|
|
"rollup": "^0.58.2",
|
||
|
|
"rollup-plugin-babel": "^3.0.4",
|
||
|
|
"rollup-plugin-commonjs": "^9.1.3",
|
||
|
|
"rollup-plugin-json": "^2.3.0",
|
||
|
|
"rollup-plugin-node-resolve": "^3.3.0",
|
||
|
|
"rollup-plugin-replace": "^2.0.0",
|
||
|
|
"rollup-plugin-uglify": "^3.0.0",
|
||
|
|
"standard-version": "^4.3.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"react": "^15.0.0 || ^16.0.0"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"fast-levenshtein": "^2.0.6",
|
||
|
|
"global": "^4.3.0",
|
||
|
|
"hoist-non-react-statics": "^2.5.0",
|
||
|
|
"prop-types": "^15.6.1",
|
||
|
|
"react-lifecycles-compat": "^3.0.4",
|
||
|
|
"shallowequal": "^1.0.2"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 6"
|
||
|
|
},
|
||
|
|
"jest": {
|
||
|
|
"moduleDirectories": [
|
||
|
|
"node_modules",
|
||
|
|
"<rootDir>"
|
||
|
|
],
|
||
|
|
"setupFiles": [
|
||
|
|
"<rootDir>/testConfig/setupTests.js"
|
||
|
|
],
|
||
|
|
"transform": {
|
||
|
|
"^.+\\.js$": "<rootDir>/testConfig/babel.js"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"collective": {
|
||
|
|
"type": "opencollective",
|
||
|
|
"url": "https://opencollective.com/react-hot-loader"
|
||
|
|
}
|
||
|
|
}
|