-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.23 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
61
62
63
64
65
66
67
68
69
{
"name": "market-sense-mobile",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-react-native": "^4.0.0",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jest": "^21.15.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1",
"eslint-plugin-standard": "^3.0.1",
"jest-expo": "25.1.0-beta.0",
"react-native-scripts": "1.12.0",
"react-test-renderer": "16.2.0",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.1",
"remote-redux-devtools": "^0.5.12"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!react-native|native-base|expo|@expo|react-navigation|native-base-shoutem-theme|@shoutem/theme|@shoutem/animation|@shoutem/ui|tcomb-form-native)"
],
"setupTestFrameworkScriptFile": "<rootDir>/src/setupTests.js"
},
"dependencies": {
"@expo/vector-icons": "^6.3.1",
"expo": "26.0.0",
"firebase": "^4.11.0",
"fuse.js": "^3.2.0",
"native-base": "^2.3.10",
"rand-token": "^0.4.0",
"react": "16.3.0-alpha.1",
"react-dom": "^16.2.0",
"react-native": "0.54.x",
"react-native-datepicker": "^1.6.0",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.9",
"react-navigation-current-route": "^1.0.0",
"react-navigation-header-buttons": "^0.0.7",
"react-navigation-redux-helpers": "^1.0.3",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-form": "^7.3.0",
"redux-thunk": "^2.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}