forked from chrisdancee/react-ios-pwa-prompt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "react-ios-pwa-prompt",
"version": "1.8.0",
"description": "A React component to prompt the user to add the app as a PWA to the home screen with native iOS styles.",
"repository": {
"type": "git",
"url": "https://github.com/chrisdancee/react-ios-pwa-prompt.git"
},
"main": "./dist/react-ios-pwa-prompt.js",
"scripts": {
"test": "tead",
"build": "webpack"
},
"keywords": [
"pwa",
"prompt",
"add to home screen",
"iOS",
"progressive web app",
"native"
],
"author": "Chris Dance",
"license": "MIT",
"private": false,
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"css-loader": "^3.4.2",
"node-sass": "^4.13.1",
"path": "^0.12.7",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}