mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-06 22:37:14 +08:00
Summary: This new version uses paths relative to the `rootDir` option to compute cache keys, so it is compatible with remote caching. Reviewed By: rickhanlonii Differential Revision: D14241858 fbshipit-source-id: fbf244bbf389bf873fb8a42f35c9b023fb06182f
35 lines
762 B
JSON
35 lines
762 B
JSON
{
|
|
"name": "react-animated",
|
|
"description": "Animated provides powerful mechanisms for animating your React views",
|
|
"version": "0.1.0",
|
|
"keywords": [
|
|
"react",
|
|
"animated",
|
|
"animation"
|
|
],
|
|
"license": "MIT",
|
|
"main": "Animated.js",
|
|
"dependencies": {
|
|
"fbjs": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^5.8.25",
|
|
"babel-loader": "^5.3.2",
|
|
"del": "^1.2.0",
|
|
"fbjs-scripts": "^1.1.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-babel": "^5.1.0",
|
|
"gulp-derequire": "^2.1.0",
|
|
"gulp-flatten": "^0.1.0",
|
|
"gulp-header": "^1.2.2",
|
|
"gulp-util": "^3.0.6",
|
|
"object-assign": "^3.0.0",
|
|
"run-sequence": "^1.1.2",
|
|
"webpack": "1.11.0",
|
|
"webpack-stream": "^2.1.0"
|
|
}
|
|
}
|