-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
62 lines (62 loc) · 1.92 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
58
59
60
61
62
{
"name": "@prk/react-web-chat",
"version": "1.6.13",
"description": "react-web-chat React component",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"prepublish": "yarn build",
"build": "yarn build:css && nwb build-react-component --copy-files",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"document:watch": "nodemon --watch src --exec './node_modules/.bin/esdoc'",
"build:css": "node-sass-chokidar src/themes/default/styles.scss -o src/themes/default/"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"dependencies": {
"lodash": "^4.17.10",
"node-sass-chokidar": "^1.3.4",
"react-linkify": "^1.0.0-alpha",
"react-mark-ii": "^2.2.0",
"react-redux": "^5.0.7",
"react-slick": "^0.23.1",
"react-transition-group": "^2.3.1",
"recompose": "^0.27.1",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"rwc-feersum-client": "^1.4.0",
"slick-carousel": "^1.8.1",
"smooth-scroll-to-js": "^0.0.2"
},
"devDependencies": {
"@prk/eslint-config": "^0.0.9",
"@prk/prettier-config": "^0.0.2",
"esdoc": "^1.0.4",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-jsx-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"nodemon": "^1.17.5",
"nwb": "^0.21.5",
"nwb-sass": "^0.8.1",
"prop-types": "^15.6.1",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"license": "MIT",
"repository": "git@github.com:praekelt/react-web-chat.git",
"keywords": [
"react-component"
]
}