forked from dantrain/react-stonecutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.92 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
{
"name": "react-stonecutter",
"version": "0.3.1",
"description": "Animated grid layout component for React",
"keywords": [
"react",
"react-component",
"grid"
],
"main": "lib/react-stonecutter.js",
"scripts": {
"test": "mocha -R spec --compilers jsx:babel-register test/*.jsx",
"start": "gulp",
"postinstall": "gulp build"
},
"author": "Dan Train",
"license": "MIT",
"config": {
"ghooks": {
"pre-commit": "gulp lint",
"pre-push": "npm test"
}
},
"repository": {
"type": "git",
"url": "https://github.com/dantrain/react-stonecutter.git"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.11.0",
"browser-sync": "^2.13.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.5.0",
"enzyme": "^2.4.1",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.2.3",
"ghooks": "^1.3.2",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-util": "^3.0.7",
"lodash.assign": "^4.0.9",
"lodash.camelcase": "^4.1.1",
"lodash.isequalwith": "^4.2.0",
"lodash.shuffle": "^4.0.0",
"mocha": "^2.5.3",
"node-libs-browser": "^1.0.0",
"node-notifier": "^4.6.0",
"rc-slider": "^3.7.4",
"react-addons-test-utils": "^15.2.1",
"react-radio-group": "^3.0.1",
"run-sequence": "^1.2.2",
"webpack": "^1.13.1"
},
"dependencies": {
"enquire.js": "^2.1.1",
"imagesloaded": "^4.1.0",
"lodash.debounce": "^4.0.6",
"lodash.isequal": "^4.2.0",
"lodash.partition": "^4.4.0",
"react-addons-transition-group": "^15.2.1",
"react-motion": "^0.4.4",
"shallowequal": "^0.2.2"
},
"peerDependencies": {
"react": "^15.2.1",
"react-dom": "^15.2.1"
}
}