-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.15 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
{
"name": "react-alt-webpack-firebase",
"version": "0.1.0",
"description": "Real-Time, Universal React, Flux, Webpack & Firebase App",
"main": "index.js",
"scripts": {
"start": "node server"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Bartekus/hackscape.git"
},
"keywords": [
"hacking",
"online",
"social",
"game",
"network",
"simulator",
"virtual",
"empire"
],
"author": "Bartek Kus",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bartekus/hackscape/issues"
},
"homepage": "https://github.com/Bartekus/hackscape#readme",
"dependencies": {
"alt": "^0.17.1",
"babel-core": "^5.8.14",
"babel-loader": "^5.3.2",
"css-loader": "^0.15.6",
"firebase": "^2.3.1",
"lodash": "^3.10.1",
"material-ui": "^0.10.2",
"node-sass": "^3.2.0",
"react": "^0.13.3",
"react-router": "^0.13.3",
"react-tap-event-plugin": "^0.1.7",
"sass-loader": "^1.0.3",
"style-loader": "^0.12.3",
"trim": "0.0.1",
"webpack": "^1.10.5"
},
"devDependencies": {
"react-hot-loader": "^1.2.8",
"webpack-dev-server": "^1.12.1"
}
}