-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
54 lines (54 loc) · 1.17 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
{
"name": "react-xmasonry",
"version": "3.0.6",
"description": "Simple & featured native masonry layout implementation for React JS",
"main": "dist/index.js",
"types": "types.d.ts",
"scripts": {
"dev": "webpack --watch",
"build": "webpack -p",
"test": "ava"
},
"author": "ZitRo",
"license": "MIT",
"keywords": [
"react",
"component",
"js",
"javascript",
"masonry",
"layout",
"cards",
"responsive",
"auto",
"automatic",
"grid",
"native",
"light",
"minimalistic",
"dynamic",
"width"
],
"repository": {
"type": "git",
"url": "https://github.com/ZitRos/react-xmasonry.git"
},
"homepage": "https://zitros.github.io/react-xmasonry",
"peerDependencies": {
"react": ">= 0.14.0"
},
"devDependencies": {
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"ava": "^0.21.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"webpack": "^3.8.1"
}
}