-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.56 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": "SideKICK",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "npm run start:server",
"start:ios": "node node_modules/react-native/local-cli/cli.js start",
"start:server": "nodemon app/server/index.js -- --presets es2015,react,stage-3,stage-2,stage-1,stage-0",
"xcode": "open ./ios/SideKICK.xcodeproj",
"start:android": "node node_modules/react-native/local-cli/cli.js run-android"
},
"dependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.5",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"babel-preset-stage-3": "^6.3.13",
"co": "^4.6.0",
"co-body": "^4.0.0",
"engine.io-client": "^1.6.8",
"immutable": "^3.7.6",
"koa": "^2.0.0-alpha.3",
"koa-bodyparser": "^3.0.0",
"koa-router": "^7.0.1",
"koa-socket": "^4.0.0",
"lodash": "^4.2.1",
"nodemon": "^1.8.1",
"react-native": "0.18.1",
"react-native-button": "^1.3.1",
"react-native-navbar": "^1.2.0",
"react-native-router-flux": "^2.1.3",
"react-native-scrollable-tab-view": "^0.3.5",
"react-redux": "^4.1.2",
"redux": "^3.1.5",
"redux-actions": "^0.9.1",
"redux-immutable": "^3.0.3",
"redux-promise": "^0.5.1",
"redux-socket.io": "0.0.2",
"redux-thunk": "^1.0.3",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5"
},
"devDependencies": {
"remote-redux-devtools": "^0.1.1"
}
}