-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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": "@medipass/react-service-worker",
"version": "1.0.4",
"description": "A headless React component that wraps around the Navigator Service Worker API.",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"lint": "eslint src/",
"storybook": "start-storybook -s ./.storybook/public -p 6006",
"build-storybook": "build-storybook",
"prepublish": "yarn lint && yarn build"
},
"dependencies": {},
"peerDependencies": {
"react": "16.4.2"
},
"devDependencies": {
"@medipass/eslint-config-react-medipass": "8.3.5",
"eslint": "5.3.0",
"nwb": "0.21.x",
"prop-types": "15.6.2",
"react": "16.4.2",
"react-dom": "16.4.2",
"@storybook/react": "^3.4.10",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0"
},
"author": "Jake Moxey",
"homepage": "https://jxom.io",
"license": "MIT",
"repository": "https://github.com/medipass/react-workice",
"keywords": [
"react-component",
"react",
"service",
"worker"
]
}