forked from yaodingyd/react-flickity-component
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "@realestate/react-flickity-component",
"version": "0.0.4",
"description": "react flickity component",
"main": "./lib/index.js",
"scripts": {
"build": "babel src --out-dir lib",
"dev": "babel src -watch --out-dir lib",
"test": "mocha './tests/**/*.spec.js'"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/theolampert/react-flickity-component.git"
},
"keywords": [
"react",
"carousel",
"slider",
"flickity",
"react-component"
],
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"expect": "^1.13.4",
"jsdom": "9.4.1",
"mocha": "^2.3.4",
"react-addons-test-utils": "15.0.1",
"flickity": "^2.0.10",
"imagesloaded": "^4.1.0",
"react": "^16.2.0",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"flickity": "^2.0.10",
"imagesloaded": "^4.1.0",
"react": "^16.2.0",
"prop-types": "^15.6.0"
}
}