-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
74 lines (74 loc) · 1.88 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
67
68
69
70
71
72
73
74
{
"name": "react-animated-number",
"author": "Amey Sakhadeo",
"version": "0.4.4",
"description": "React component for animating numbers",
"main": "build/index.js",
"engines": {
"node": ">=4.0.0"
},
"files": [
"build",
"package.json"
],
"scripts": {},
"keywords": [
"react",
"animations"
],
"repository": {
"type": "git",
"url": "https://github.com/ameyms/react-animated-number.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ameyms/react-animated-number/issues"
},
"devDependencies": {
"ava": "^0.24.0",
"babel": "6.23.0",
"babel-core": "6.26.0",
"babel-eslint": "8.1.2",
"babel-plugin-constant-folding": "^1.0.1",
"babel-plugin-dead-code-elimination": "^1.0.2",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-uglify": "^1.0.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "6.26.0",
"babel-runtime": "6.26.0",
"babelify": "^8.0.0",
"bluebird": "^3.4.1",
"browserify": "^14.5.0",
"del": "^3.0.0",
"enzyme": "^3.3.0",
"eslint": "~4.14.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-react": "^7.5.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-cache": "^1.0.2",
"gulp-connect": "^5.0.0",
"gulp-eslint": "^4.0.0",
"gulp-if": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-nodemon": "^2.1.0",
"gulp-plumber": "^1.1.0",
"gulp-size": "^3.0.0",
"gulp-util": "^3.0.7",
"react": "^16.2.0",
"react-addons-test-utils": "^15.1.0",
"react-dom": "^16.2.0",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"prop-types": "^15.5.8",
"raf": "^3.2.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.1 || ^16.0.0"
}
}