-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.32 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.32 KB
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-portal-frame",
"version": "1.0.5",
"description": "Rendering components inside iframes using react portal",
"main": "dist/index.js",
"scripts": {
"start": "webpack -w --progress",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iphong/react-portal-frame.git"
},
"keywords": [
"react",
"portal",
"iframe",
"component"
],
"author": "Phong Vu",
"license": "MIT",
"bugs": {
"url": "https://github.com/iphong/react-portal-frame/issues"
},
"homepage": "https://github.com/iphong/react-portal-frame#readme",
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"prop-types": "^15.6.1",
"styled-components": "^3.2.5"
},
"devDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"prop-types": "^15.6.1",
"styled-components": "^3.2.5",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"enzyme-to-json": "^3.1.4",
"jest": "^21.2.1",
"jest-webpack-resolver": "^0.1.2",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"webpack": "^3.7.1"
}
}