forked from 5punk/react-slack-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.17 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
63
64
65
66
{
"name": "react-slack-chat",
"version": "1.12.0",
"description": "A Beautiful Gooey / Material Design Slack Chat Web Integrating Widget.",
"private": false,
"main": "./dist/react-slack-chat.js",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"bower-webpack-plugin": "^0.1.9",
"cross-env": "^3.1.3",
"css-loader": "^0.25.0",
"eslint": "^3.7.1",
"eslint-config-standard": "^6.2.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-react": "^6.8.0",
"eslint-plugin-standard": "^2.0.1",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"node-sass": "^3.13.0",
"postcss-loader": "^1.2.0",
"postcss-modules-values": "^1.2.2",
"public-ip": "^2.4.0",
"react-hot-loader": "^3.0.0-beta.6",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"svg-inline-loader": "^0.7.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"classnames": "^2.2.5",
"gh-emoji": "^0.2.5",
"html2canvas": "^0.5.0-beta4",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"slack": "^7.7.3"
},
"scripts": {
"start": "cross-env NODE_ENV=dev node server.js",
"test": "echo 'no tests'",
"build": "cross-env NODE_ENV=production webpack",
"patch-release": "npm version patch && npm run build && npm publish && npm run postpublish",
"minor-release": "npm version minor && npm run build && npm publish && npm run postpublish",
"major-release": "npm version major && npm run build && npm publish && npm run postpublish",
"postpublish": "git push origin master --follow-tags"
},
"author": "Avanish Pathak",
"license": "ISC",
"bugs": {
"url": "https://github.com/apathak1/react-slack-plugin/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/5punk/react-slack-chat.git"
},
"homepage": "https://github.com/apathak1/react-slack-plugin#readme"
}