-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.46 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": "nativeMixing",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh",
"test": "npm run lint && npm run mocha",
"test:watch": "npm run test -- --watch",
"mocha": "node_modules/.bin/mocha --compilers js:babel-core/register tests/mocha/**/*Spec.js --recursive",
"lint": "node_modules/.bin/eslint src --ext .js --fix",
"precommit": "npm test"
},
"dependencies": {
"lodash": "^4.13.1",
"pouchdb-react-native": "^5.4.10",
"react": "^15.2.1",
"react-addons-shallow-compare": "^15.2.1",
"react-art": "^0.15.1",
"react-motion": "^0.4.4",
"react-native": "^0.28",
"react-native-code-push": "^1.13.5-beta",
"react-native-code-push-saga": "^1.0.0",
"react-native-device-info": "^0.9.3",
"react-native-drawer": "^2.2.4",
"react-native-svg": "git://github.com/tom-s/react-native-svg.git",
"react-native-webview-crosswalk": "git://github.com/tom-s/react-native-webview-crosswalk.git",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-saga": "^0.10.5",
"style-equal": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^6.1.0",
"babel-plugin-module-alias": "^1.5.0",
"babel-preset-react-native": "^1.9.0",
"chai": "^3.5.0",
"deep-freeze": "0.0.1",
"eslint": "^2.13.1",
"eslint-plugin-react": "^5.2.2",
"husky": "^0.11.5",
"mocha": "^2.5.3",
"reactotron": "^0.6.1"
}
}