-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "@prometheusresearch/react-box",
"version": "0.10.1",
"description": "Flexbox based layout primitives for React",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prometheusresearch/react-box.git"
},
"keywords": [
"react-component",
"flexbox",
"layout"
],
"author": "Prometheus Research, LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/prometheusresearch/react-box/issues"
},
"homepage": "https://github.com/prometheusresearch/react-box#readme",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom-stylesheet": "^0.8.1"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-jest": "^15.0.0",
"babel-plugin-flow-react-proptypes": "^0.9.6",
"babel-preset-prometheusresearch": "^0.1.0",
"eslint": "^2.13.0",
"eslint-config-prometheusresearch": "^0.2.0",
"eslint-plugin-react": "^6.1.2",
"flow-bin": "^0.32.0",
"jest-cli": "^15.1.1",
"normalize.css": "^3.0.3",
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0",
"react-dom-stylesheet": "^0.8.1",
"react-test-renderer": "^15.3.1"
}
}