-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1002 Bytes
/
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
{
"name": "react-pics",
"version": "1.0.2",
"description": "react-pics React component",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"build:demo": "nwb build-demo",
"start:demo": "nwb serve-react-demo",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"lint": "eslint ./src"
},
"dependencies": {},
"peerDependencies": {
"react": "16.8.6"
},
"devDependencies": {
"@medipass/eslint-config-react-medipass": "8.4.0",
"babel-eslint": "10.0.1",
"eslint": "5.16.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-prettier": "3.0.1",
"fannypack": "4.19.11",
"nwb": "0.23.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"styled-components": "4.2.0"
},
"author": "",
"homepage": "",
"license": "MIT",
"repository": "",
"keywords": [
"react-component"
]
}