-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
80 lines (80 loc) · 2.65 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
{
"name": "Carly",
"version": "0.6.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"ios-open": "open ios/*.xcodeproj",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
"android": "node node_modules/react-native/local-cli/cli.js run-android",
"lint": "eslint src test *.js",
"test": "mocha --recursive --compilers js:babel-core/register -r test/setup",
"cover": "babel-node node_modules/.bin/isparta cover _mocha -- --recursive -r test/setup",
"remotedev": "remotedev-debugger --hostname localhost --port 5678 --injectserver",
"checkversion": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
"postinstall": "npm run checkversion && npm run remotedev"
},
"dependencies": {
"animated": "^0.1.2",
"babel-relay-plugin": "^0.8.1",
"bcrypt": "^0.8.6",
"bluebird": "^3.3.5",
"dimensions": "^0.1.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0",
"firebase": "^3.0.4",
"immutable": "^3.7.6",
"jwt-simple": "^0.5.0",
"lodash": "^4.3.0",
"mysql": "^2.10.2",
"react": "^0.14.7",
"react-native": "^0.24.1",
"react-native-action-button": "^1.1.5",
"react-native-facebook-login": "^1.0.3",
"react-native-multi-slider": "^0.2.4",
"react-native-router-flux": "^3.22.23",
"react-native-swipe-cards": "0.0.7",
"react-native-swipeout": "^2.0.12",
"react-native-vector-icons": "^2.0.2",
"react-redux": "^4.4.0",
"react-relay": "^0.8.1",
"redux": "^3.3.1",
"redux-actions": "^0.9.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.0.1"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-eslint": "^6.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.5.0",
"babel-preset-react-native": "^1.4.0",
"chai": "^3.5.0",
"enzyme": "^2.0.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0",
"fbjs-scripts": "^0.6.0",
"immutable-devtools": "0.0.7",
"isparta": "^4.0.0",
"mocha": "^2.4.5",
"node-fetch": "^1.3.3",
"proxyquire": "^1.7.4",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7",
"react-native-mock": "0.0.7",
"remote-redux-devtools": "^0.2.0",
"remote-redux-devtools-on-debugger": "^0.4.2",
"rnpm": "^1.4.1",
"sinon": "^1.17.2"
},
"devEngines": {
"node": ">= 5.x",
"npm": ">= 3.x"
}
}