forked from Turba-Aenean/FitApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.13 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "test",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-native-scripts": "1.10.0",
"jest-expo": "25.0.0",
"react-test-renderer": "16.2.0",
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.1"
},
"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",
"compile": "webpack --watch",
"web": "nodemon ./webAPI/src/index.js"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!react-native|tcomb-form-native)"
]
},
"dependencies": {
"apollo-cache-inmemory": "^1.1.5",
"apollo-client": "^2.2.0",
"apollo-link-http": "^1.3.2",
"aws-amplify": "^0.2.4",
"aws-amplify-react-native": "^0.2.3",
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"bookshelf": "^0.12.1",
"c3": "^0.4.18",
"cors": "^2.8.4",
"crypto-js": "^3.1.9-1",
"css-loader": "^0.28.9",
"d3": "3.5.17",
"d3-request": "^1.0.6",
"dragula": "^3.7.2",
"expo": "^25.0.0",
"express": "^4.16.2",
"express-fileupload": "^0.3.0",
"express-graphql": "^0.6.11",
"firebase": "^4.9.0",
"firebase-admin": "^5.8.1",
"fs": "0.0.1-security",
"fs-": "^1.0.0",
"graphql": "^0.12.3",
"graphql-server-express": "^1.3.2",
"graphql-tag": "^2.6.1",
"graphql-tools": "^2.19.0",
"grommet": "^1.10.1",
"jsonwebtoken": "^8.1.1",
"knex": "^0.14.2",
"moment": "^2.20.1",
"mysql": "^2.15.0",
"mysql2": "^1.5.1",
"nodemon": "^1.14.11",
"pg": "^7.4.1",
"react": "^16.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-apollo": "^2.0.4",
"react-bootstrap": "^0.32.0",
"react-calendar": "^2.13.0",
"react-dom": "^16.2.0",
"react-dragula": "^1.1.17",
"react-images-uploader": "^1.1.0",
"react-native": "0.52.0",
"react-native-calendars": "^1.16.1",
"react-native-elements": "^0.19.0",
"react-native-fetch-blob": "^0.10.8",
"react-native-floating-action": "^1.8.0",
"react-native-modal-picker": "0.0.16",
"react-native-pathjs-charts": "0.0.33",
"react-native-svg-charts": "^2.2.1",
"react-navigation": "^1.0.0-beta.27",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-transition-group": "^2.2.1",
"redux": "^3.7.2",
"redux-promise-middleware": "^5.0.0",
"redux-thunk": "^2.2.0",
"s": "^0.1.1",
"semantic-ui-css": "^2.2.14",
"semantic-ui-react": "^0.78.2",
"sequelize": "^4.31.2",
"style-loader": "^0.20.1",
"tcomb-form-native": "^0.6.11",
"underscore": "^1.8.3",
"utf7": "^1.0.2",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^2.0.4",
"xmlbuilder": "^9.0.7"
}
}