Files
30-seconds-of-code/node_modules/react-css-transition-replace/package.json
2019-08-20 15:52:05 +02:00

124 lines
4.7 KiB
JSON

{
"_from": "react-css-transition-replace@^3.0.3",
"_id": "react-css-transition-replace@3.0.3",
"_inBundle": false,
"_integrity": "sha512-+EaY+UpHfIZuHF4IfNjQoJmL1zeewxF9P/y6q9hsAN1RTb3x+QRUTldmO4/24q2nGFYEkH+xHF5eAMEAVLYf9Q==",
"_location": "/react-css-transition-replace",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-css-transition-replace@^3.0.3",
"name": "react-css-transition-replace",
"escapedName": "react-css-transition-replace",
"rawSpec": "^3.0.3",
"saveSpec": null,
"fetchSpec": "^3.0.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/react-css-transition-replace/-/react-css-transition-replace-3.0.3.tgz",
"_shasum": "23d3ed17f54e41435c0485300adb75d2e6e24aad",
"_spec": "react-css-transition-replace@^3.0.3",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code",
"authors": [
"Marnus Weststrate <marnusw@gmail.com>",
"Leonid Nikiforenko <leo.nikiforenko@gmail.com"
],
"bugs": {
"url": "https://github.com/marnusw/react-css-transition-replace/issues"
},
"bundleDependencies": false,
"contributors": [],
"dependencies": {
"chain-function": "^1.0.0",
"dom-helpers": "^3.3.1",
"prop-types": "^15.6.1",
"warning": "^3.0.0"
},
"deprecated": false,
"description": "A React component to animate replacing one element with another.",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-check-es2015-constants": "^6.8.0",
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoping": "^6.26.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-computed-properties": "^6.24.1",
"babel-plugin-transform-es2015-destructuring": "^6.16.0",
"babel-plugin-transform-es2015-duplicate-keys": "^6.24.1",
"babel-plugin-transform-es2015-for-of": "^6.8.0",
"babel-plugin-transform-es2015-function-name": "^6.24.1",
"babel-plugin-transform-es2015-literals": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-es2015-object-super": "^6.24.1",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
"babel-plugin-transform-es2015-spread": "^6.8.0",
"babel-plugin-transform-es2015-sticky-regex": "^6.24.1",
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
"babel-plugin-transform-es2015-typeof-symbol": "^6.8.0",
"babel-plugin-transform-es2015-unicode-regex": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-object-set-prototype-of-to-assign": "^6.8.0",
"babel-plugin-transform-proto-to-assign": "^6.26.0",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-react-display-name": "^6.25.0",
"babel-plugin-transform-react-inline-elements": "^6.8.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"babel-polyfill": "^6.26.0",
"babelify": "^8.0.0",
"browser-sync": "^2.23.6",
"browserify": "^16.2.0",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.2",
"gulp-flatten": "^0.4.0",
"react": "^16.3.1",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.1",
"react-router-dom": "^4.2.2",
"rimraf": "^2.6.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0"
},
"homepage": "https://github.com/marnusw/react-css-transition-replace",
"keywords": [
"react",
"transition",
"replace"
],
"license": "MIT",
"main": "lib/ReactCSSTransitionReplace.js",
"name": "react-css-transition-replace",
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marnusw/react-css-transition-replace.git"
},
"scripts": {
"build": "babel ./src --out-dir ./lib",
"build:docs": "gulp gh-pages",
"prebuild": "rimraf lib",
"prepublish": "npm run build",
"start": "gulp demo",
"test": "echo \"No test implemented\" && exit 0"
},
"version": "3.0.3"
}