forked from calibreapp/react-live-chat-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.5 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
51
52
53
54
55
56
57
{
"name": "react-live-chat-loader",
"version": "2.1.2",
"description": "Implement live chat in your react app without taking a performance hit.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"build": "babel ./src --out-dir ./dist",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"keywords": [
"performance",
"react",
"chat"
],
"author": "calibreapp.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/calibreapp/react-live-chat-loader.git"
},
"peerDependencies": {
"react": "^16.8.5"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-knobs": "^5.2.6",
"@storybook/addon-links": "^5.1.9",
"@storybook/addons": "^5.1.9",
"@storybook/react": "^5.1.9",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-loader": "2.1.2",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.0.1",
"prettier": "1.19.1"
},
"files": [
"dist/*"
],
"dependencies": {}
}