-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
45 lines (45 loc) · 1.42 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
{
"name": "xmpp-web",
"version": "1.0.0",
"description": "An XMPP client in the browser",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack-dev-server.config.js --progress --inline --colors",
"build": "webpack --config webpack-production.config.js --progress --colors"
},
"author": "Eugen Rochko <[email protected]>",
"license": "BSD-3-Clause",
"dependencies": {
"emoji": "^0.3.2",
"immutable": "^3.7.4",
"linkifyjs": "^2.0.0-beta.4",
"material-ui": "^0.11.0",
"moment": "^2.10.6",
"react": "^0.13.3",
"react-document-title": "^2.0.0",
"react-tap-event-plugin": "^0.1.7",
"reflux": "^0.2.12",
"strophe": "^1.2.2",
"strophejs-plugins": "git+https://github.com/strophe/strophejs-plugins#d038f8307720ba2ec006555a526e981db02876ca"
},
"devDependencies": {
"appcache-webpack-plugin": "^0.2.0",
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.0",
"babel-loader": "^5.3.2",
"css-loader": "^0.16.0",
"eslint": "^1.2.1",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.3.0",
"extract-text-webpack-plugin": "^0.8.2",
"html-webpack-plugin": "^1.6.1",
"node-sass": "^3.2.0",
"react-hot-loader": "^1.2.9",
"sass-loader": "^2.0.1",
"script-loader": "^0.6.1",
"style-loader": "^0.12.3",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^1.12.0",
"webpack-dev-server": "^1.10.1"
}
}