Initial commit
This commit is contained in:
37
node_modules/react-transition-group/package.json
generated
vendored
Normal file
37
node_modules/react-transition-group/package.json
generated
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "react-transition-group",
|
||||
"version": "2.5.0",
|
||||
"description": "A react component toolset for managing animations",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/reactjs/react-transition-group.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "BSD-3-Clause",
|
||||
"homepage": "https://github.com/reactjs/react-transition-group#readme",
|
||||
"jest": {
|
||||
"testRegex": "-test\\.js",
|
||||
"setupFiles": [
|
||||
"./test/setup.js"
|
||||
],
|
||||
"roots": [
|
||||
"<rootDir>/test"
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=15.0.0",
|
||||
"react-dom": ">=15.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"dom-helpers": "^3.3.1",
|
||||
"loose-envify": "^1.4.0",
|
||||
"prop-types": "^15.6.2",
|
||||
"react-lifecycles-compat": "^3.0.4"
|
||||
},
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"loose-envify"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user