-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
47 lines (47 loc) · 1.13 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
{
"name": "react-layer-stack",
"version": "4.2.12",
"description": "Simple but ubiquitously powerful and agnostic layering system for React. Useful for any kind of windowing/popover/modals/tooltip application",
"repository": {
"type": "git",
"url": "https://github.com/fckt/react-layer-stack"
},
"main": "lib/index.js",
"scripts": {
"build": "babel src --out-dir lib --source-maps"
},
"author": "Alexey Frolov <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react": ">=15.5.0",
"prop-types": "15.6.0"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0"
},
"keywords": [
"react",
"react-component",
"layer",
"layers",
"tooltip",
"popover",
"window",
"windowing",
"dropdown",
"overlay",
"popup",
"flyout",
"zindex",
"modal",
"lightbox",
"portal",
"transportation",
"bottom-up"
]
}