-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·57 lines (57 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·57 lines (57 loc) · 1.4 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
55
56
57
{
"name": "react-full-height",
"version": "1.2.3",
"description": "React component to make your container view port height",
"main": "build/index.js",
"scripts": {
"start": "NODE_ENV=production webpack --watch --mode development",
"lint": "eslint src/*",
"test": "jest",
"build": "webpack --mode production"
},
"author": "qmixi",
"repository": {
"type": "git",
"url": "git+https://github.com/qmixi/react-full-height.git"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.6",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"jest": "^24.9.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "^16.9.0",
"styled-components": "^4.3.2"
},
"keywords": [
"react",
"component",
"container",
"section",
"full",
"height",
"viewport",
"fullheight",
"full-height",
"100%",
"react-full-height",
"responsive",
"customizable"
],
"bugs": {
"url": "https://github.com/qmixi/react-full-height/issues"
},
"homepage": "https://github.com/qmixi/react-full-height#readme"
}