-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.52 KB
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
{
"name": "socket.io-debugger",
"version": "1.2.1",
"description": "Socket.io debug tool",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --port 8076",
"build": "webpack",
"web": "cd build && python -m SimpleHTTPServer $PORT"
},
"repository": {
"type": "git",
"url": "https://github.com/pabloader/socket.io-debugger.git"
},
"dependencies": {
"brace": "^0.8.0",
"immutable": "^3.7.5",
"isomorphic-fetch": "^2.2.0",
"jquery": "^2.2.0",
"js-yaml": "^3.6.1",
"material-ui": "^0.14.0",
"react": "^0.14.0",
"react-ace": "^3.6.0",
"react-addons-create-fragment": "^0.14.2",
"react-addons-pure-render-mixin": "^0.14.2",
"react-addons-transition-group": "^0.14.2",
"react-addons-update": "^0.14.2",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
"redux": "^3.0.4",
"redux-thunk": "^1.0.0",
"socket.io-client": "^1.4.5",
"store": "^1.3.20"
},
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"chai": "^3.4.1",
"chai-immutable": "^1.5.2",
"clean-webpack-plugin": "^0.1.4",
"css-loader": "^0.19.0",
"html-webpack-plugin": "^1.6.2",
"mocha": "^2.3.3",
"postcss-loader": "^0.8.0",
"react-transform-hmr": "^1.0.1",
"style-loader": "^0.12.4",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0",
"webpack-merge": "^0.2.0"
},
"author": "Pavel Kharchenko",
"license": "MIT"
}