-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 870 Bytes
/
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
{
"name": "ChatApp",
"version": "0.0.1",
"private": true,
"scripts": {
"test": "mocha tests/*.spec.js"
},
"dependencies": {
"react": "~15.2.0",
"react-dom": "~15.2.0",
"react-native": "^0.29.0"
},
"devDependencies": {
"babel-jest": "^14.1.0",
"jest-cli": "^14.1.0",
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.2",
"babel-polyfill": "^6.9.0",
"babel-preset-react-native": "^1.7.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"chokidar-cli": "^1.2.0",
"enzyme": "^2.2.0",
"eslint": "^2.8.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-react": "^4.3.0",
"fetch-mock": "^4.5.4",
"istanbul": "1.0.0-alpha.2",
"mocha": "^2.4.5",
"react-addons-test-utils": "15.0.2",
"react-native-mock": "~0.2.4",
"rimraf": "^2.5.2",
"sinon": "^1.17.4"
}
}