-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1 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
{
"name": "react-lever",
"version": "2.0.0",
"description": "Minimalistic feature toggling for React",
"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/",
"prepublish": "npm run build"
},
"dependencies": {
"lodash": "4.17.11"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@medipass/eslint-config-react-medipass": "8.3.6",
"babel-eslint": "9.0.0",
"eslint": "5.5.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-prettier": "2.6.2",
"nwb": "0.23.0",
"prop-types": "15.6.2",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"author": "Jake Moxey",
"homepage": "https://medipass.com.au",
"license": "MIT",
"repository": "",
"keywords": [
"react-component"
]
}