-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "rook",
"version": "0.0.0",
"description": "Hello Expo!",
"author": null,
"private": true,
"main": "main.js",
"dependencies": {
"babel-plugin-module-resolver": "^2.7.0",
"expo": "16.0.0",
"prop-types": "^15.5.8",
"react": "16.0.0-alpha.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-16.0.0.tar.gz",
"react-navigation": "^1.0.0-beta.9",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"redux-form": "^6.6.3",
"redux-logger": "^3.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"enzyme": "^2.7",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-import-resolver-babel-module": "^3.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-react-native": "^2.3.2",
"mocha": "^3.3.0",
"react-native-mock": "^0.3.1"
},
"scripts": {
"test": "mocha --require react-native-mock/mock.js --compilers js:babel-core/register --recursive test/**/*.js"
}
}