-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
85 lines (85 loc) · 2.78 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "hyphenate-web",
"version": "1.5.1",
"description": "You can leverage the demo app to integrate chat features with Hyphenate Mobile Instant Messaging (MIM) platform to mobile or web app. Some of the cool features available:",
"main": "index.js",
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-react-jsx-source": "*",
"babel-preset-es2015": "*",
"babel-preset-react": "*",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.1.18",
"babel-preset-stage-1": "^6.1.18",
"babel-preset-stage-2": "^6.1.18",
"babel-preset-stage-3": "^6.1.18",
"cross-env": "^3.1.3",
"crypto-js": "^3.1.9-1",
"css-loader": "*",
"enzyme": "^2.8.2",
"file-loader": "*",
"friendly-errors-webpack-plugin": "^1.6.1",
"gulp": "latest",
"gulp-babel": "^6.1.2",
"gulp-envify": "^1.0.0",
"gulp-mocha": "*",
"gulp-uglify": "^2.0.0",
"immutable": "*",
"istanbul-instrumenter-loader": "^0.2.0",
"jasmine-core": "^2.4.1",
"jasmine-enzyme": "^3.1.0",
"json-loader": "^0.5.4",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.7.0",
"line-numbers": "*",
"node-sass": "^4.5.3",
"open-browser-webpack-plugin": "0.0.2",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.7",
"react-hot-loader": "^1.3.0",
"react-transform-hmr": "^1.0.4",
"sass-loader": "^4.1.1",
"style-loader": "*",
"webpack": "1.13.2",
"webpack-dev-server": "^1.16.2"
},
"scripts": {
"build": "npm install && ./node_modules/.bin/webpack --config ./webpack.config.js --progress --colors",
"dev": "cross-env NODE_ENV=develop node build/dev-server.js",
"prod": "cross-env NODE_ENV=production webpack --config build/webpack.prod.js",
"test": "node_modules/.bin/karma start --single-run --no-auto-watch karma.conf.js",
"test:watch": "node_modules/.bin/karma start --auto-watch --no-single-run karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HyphenateInc/Hyphenate-SDK-Web.git"
},
"author": "Hyphenate <[email protected]> (https://hyphenate.io)",
"license": "ISC",
"dependencies": {
"antd": "^2.1.0",
"easemob-websdk": "^1.4.6",
"es6-promise": "^4.1.0",
"react": "0.14",
"react-addons-test-utils": "0.14.8",
"react-dom": "0.14.9",
"underscore": "^1.8.3"
},
"keywords": [
"hyphenate",
"communication",
"IM",
"MIM",
"messaging",
"mobile"
]
}