-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·62 lines (62 loc) · 1.99 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
{
"name": "Diary",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"pretest": "./node_modules/.bin/eslint -c .eslintrc --ext .js src",
"clean": "./scripts/cc.sh"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"<rootDir>/jest.setup.js"
],
"transformIgnorePatterns": [
"node_modules/(?!react-native|mobx-react|apsl-react-native-button,react-native-device-info|react-clone-referenced-element|react-navigation)"
],
"collectCoverage": true,
"verbose": true
},
"dependencies": {
"babel-plugin-transform-remove-console": "^6.9.0",
"moment": "^2.24.0",
"react": "^16.6.3",
"react-native": "^0.58.6",
"react-native-animatable": "^1.2.4",
"react-native-communications": "^2.2.1",
"react-native-device-info": "^0.22.5",
"react-native-fast-image": "^5.0.11",
"react-native-gesture-handler": "^1.1.0",
"react-native-linear-gradient": "^2.4.2",
"react-native-material-ui": "^1.30.1",
"react-native-modal-datetime-picker": "^6.1.0",
"react-native-pages": "^0.7.0",
"react-native-vector-icons": "^6.0.2",
"react-navigation": "^3.5.1",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-persist-transform-filter": "0.0.18",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^8.2.2",
"babel-jest": "23.6.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react-native": "^1.9.1",
"babel-register": "^6.16.3",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "^0.48.1",
"react-test-renderer": "^16.6.3",
"redux-devtools-extension": "^2.13.2",
"redux-immutable-state-invariant": "^2.1.0",
"redux-mock-store": "^1.3.0"
}
}