This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
80 lines (80 loc) · 2.21 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
75
76
77
78
79
80
{
"name": "react-shuffle",
"version": "2.1.0",
"description": "React Child Shuffler",
"main": "index.js",
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"object-assign": "^4.0.1",
"react-addons-transition-group": "^15.0.0 || ^0.14.0",
"react-tween-state": "^0.1.5"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-core": "^6.4.0",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"chai": "^3.3.0",
"css-loader": "^0.19.0",
"del": "^2.0.2",
"eslint": "^1.6.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.5.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-eslint": "^1.0.0",
"gulp-karma": "0.0.5",
"gulp-open": "^1.0.0",
"gulp-util": "^3.0.6",
"gulp-webpack": "^1.5.0",
"istanbul": "^0.3.22",
"istanbul-instrumenter-loader": "^0.1.3",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.2",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-script-launcher": "~0.1.0",
"karma-sinon-chai": "^1.1.0",
"karma-webpack": "^1.7.0",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-hot-loader": "^1.3.0",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0",
"style-loader": "^0.12.4",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "./node_modules/.bin/babel src/ --out-dir lib/",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/react-shuffle.git"
},
"keywords": [
"react",
"animation",
"shuffle"
],
"author": "Ken Wheeler",
"license": "MIT",
"bugs": {
"url": "https://github.com/FormidableLabs/react-shuffle/issues"
},
"homepage": "https://github.com/FormidableLabs/react-shuffle",
"sideEffects": false
}