-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.22 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
{
"name": "LearnRN",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "NODE_ENV=test mocha --"
},
"dependencies": {
"event-emitter": "^0.3.4",
"immutable": "^3.7.6",
"react": "^0.14.8",
"react-native": "^0.23.1",
"react-native-action-button": "^1.1.3",
"react-native-android-statusbar": "^0.1.2",
"react-native-material-design": "git+https://github.com/react-native-material-design/react-native-material-design.git",
"react-native-material-kit": "^0.3.0",
"react-native-vector-icons": "^1.3.4",
"react-redux": "^4.4.1",
"redux": "^3.3.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-plugin-rewire": "^1.0.0-rc-2",
"babel-preset-react-native": "^1.5.6",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chai-immutable": "^1.5.4",
"enzyme": "^2.2.0",
"jsdom": "^8.3.1",
"mocha": "^2.4.5",
"react": "^0.14.8",
"react-addons-test-utils": "^0.14.8",
"react-dom": "^0.14.8",
"react-native-mock": "0.0.7",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
}
}