-
Notifications
You must be signed in to change notification settings - Fork 145
/
package.json
70 lines (70 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
{
"name": "react-masonry-component",
"version": "6.3.0",
"main": "./lib/index",
"description": "A masonry component for React.js",
"typings": "typings.d.ts",
"dependencies": {
"create-react-class": "^15.6.2",
"element-resize-detector": "^1.1.9",
"imagesloaded": "^4.0.0",
"lodash": "^4.17.4",
"masonry-layout": "^4.2.0",
"prop-types": "^15.5.8"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"eslint": "^3.13.0",
"expect": "^1.13.4",
"function-bind": "^1.0.2",
"imports-loader": "^0.6.5",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^0.1.2",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.1",
"mocha": "^2.3.4",
"phantomjs-prebuilt": "^2.1.15",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"webpack": "^1.12.9"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0 || ^17.0.0"
},
"scripts": {
"test": "npm run lint && karma start spec/setup/karma.conf.js",
"dev": "karma start spec/setup/karma.conf.js --no-single-run",
"lint": "eslint lib/index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/eiriklv/react-masonry-component.git"
},
"keywords": [
"react",
"mixin",
"masonry",
"packery",
"isotope",
"react-component"
],
"author": "Eirik Vullum <evullum@gmail.com> (http://www.evconsult.no/)",
"contributors": [
{
"name": "Marwan Butrous",
"email": "marwan.butrous@protonmail.ch"
}
],
"bugs": {
"url": "https://github.com/eiriklv/react-masonry-component/issues"
},
"homepage": "https://github.com/eiriklv/react-masonry-component",
"license": "MIT"
}