-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
66 lines (66 loc) · 1.67 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "react-animate-on-scroll",
"version": "2.1.9",
"description": "React component to animate elements on scroll with animate.css",
"main": "dist/scrollAnimation.min.js",
"scripts": {
"build": "gulp build",
"watch": "gulp",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/dbramwell/react-animate-on-scroll"
},
"keywords": [
"reactScrollEffects",
"react",
"reactJS",
"react-component",
"animate",
"scroll",
"animation",
"reactAnimateOnScroll"
],
"author": "dbramwell",
"license": "MIT",
"bugs": {
"url": "https://github.com/dbramwell/react-animate-on-scroll/issues"
},
"homepage": "http://dbramwell.github.io/react-animate-on-scroll",
"peerDependencies": {
"classnames": "^2.2.5",
"react": ">= 15.4.1 < 19.0.0-0"
},
"devDependencies": {
"animate.css": "^3.5.2",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^6.1.2",
"classnames": "^2.2.5",
"css-loader": "^0.28.1",
"expect": "^1.20.2",
"gulp": "^4.0.2",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.6.0",
"gulp-uglifyjs": "^0.6.2",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-ie-launcher": "^1.0.0",
"karma-junit-reporter": "^2.0.1",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"mocha": "^3.3.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"style-loader": "^0.17.0",
"webpack": "^2.5.1"
},
"dependencies": {
"lodash.throttle": "^4.1.1",
"prop-types": "^15.5.9"
}
}