-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "aw-app",
"version": "0.1.0",
"private": true,
"devDependencies": {
"eslint": "^4.1.1",
"eslint-plugin-react": "^7.1.0",
"jest-expo": "~18.0.0",
"react-native-scripts": "0.0.40",
"react-test-renderer": "16.0.0-alpha.12",
"babel-eslint": "^7.2.3"
},
"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 --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"csharp-enumeration-functions": "^1.0.2",
"expo": "^18.0.3",
"lodash": "^4.17.4",
"moment-with-locales-es6": "^2.18.1",
"react": "16.0.0-alpha.12",
"react-native": "^0.45.1",
"react-native-material-ui": "^1.12.0",
"recompose": "^0.23.5",
"soap-everywhere": "^1.0.7",
"redux": "^3.7.1",
"react-redux": "^5.0.5",
"redux-thunk": "^2.2.0",
"prop-types": "15.5.10",
"redux-storage": "^4.1.2",
"redux-storage-engine-reactnativeasyncstorage": "^1.0.5"
},
"rnpm": {
"assets": ["./fonts"]
}
}