-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
60 lines (60 loc) · 1.52 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
{
"name": "KeradWeather",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"es6-promise": "^4.0.5",
"isomorphic-fetch": "^2.2.1",
"react": "15.4.2",
"react-native": "0.40.0",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-orm": "^0.9.0-rc.3",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"bluebird": "^3.4.7",
"enzyme": "^2.7.1",
"eslint": "^3.14.0",
"eslint-config-defaults": "^9.0.0",
"eslint-config-react-app": "^0.5.0",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-standard": "^2.0.1",
"factory-girl": "^4.1.0",
"isomorphic-fetch": "^2.2.1",
"jest": "18.1.0",
"nock": "^9.0.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react-test-renderer": "^15.4.2",
"redux-mock-store": "^1.2.2",
"redux-orm-proptypes": "^0.1.0"
},
"jest": {
"preset": "react-native",
"verbose": true,
"testPathIgnorePatterns": [
"/node_modules/",
"__tests__/factories",
"__tests__/utils"
]
},
"rnpm": {
"assets": [
"src/assets/fonts"
]
}
}