generated from Groftware/template-reactnpm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "minimum-window-size",
"version": "1.1.2",
"description": "Minimum Window Size library is a React library that prevents users with small window size from using your React app and visually hints users to adjust window size.",
"keywords": [
"minimum",
"window",
"size",
"react",
"library",
"small",
"display",
"not",
"hide"
],
"files": [
"README.md",
"package.json",
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/bofeiw/minimum-window-size"
},
"main": "./lib/MinimumWindowSize.js",
"license": "MIT",
"scripts": {
"build": "webpack"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@babel/preset-stage-0": "^7.8.3",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"path": "^0.12.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^4.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {}
}