-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
79 lines (79 loc) · 2.4 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
{
"name": "mobile",
"version": "1.0.0",
"description": "FOR THE FRONT END ONLY",
"author": "PuffyShirts",
"private": true,
"main": "./mobile/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/PuffyShirts/senior-thesis.git"
},
"scripts": {
"testServer": "mocha server/test/serverTest.js",
"testClient": "mocha mobile/tests/*.js --require react-native-mock/mock.js --compilers js:babel-core/register",
"test-watch-client": "npm run testClient -- --watch --watch-extensions js --growl"
},
"jest": {
"preset": "jest-exponent"
},
"keywords": [],
"bugs": {
"url": "https://github.com/PuffyShirts/senior-thesis/issues"
},
"homepage": "https://github.com/PuffyShirts/senior-thesis#readme",
"dependencies": {
"@exponent/ex-navigation": "^2.0.0",
"@exponent/vector-icons": "~2.0.3",
"aws-sdk": "2.x",
"axios": "^0.15.2",
"babel-preset-react-native-stage-0": "^1.0.1",
"bcrypt": "^0.8.7",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"dotenv": "^2.0.0",
"ejs": "2.x",
"exponent": "~11.0.2",
"express": "^4.14.0",
"mocha": "^3.1.2",
"moment": "^2.17.0",
"multer": "^1.2.0",
"nodemon": "^1.11.0",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"phone-formatter": "0.0.2",
"react": "~15.3.2",
"react-native": "git+https://github.com/exponentjs/react-native#sdk-11.0.3",
"react-native-calendar-picker": "^3.0.0",
"react-native-geocoding": "^0.1.0",
"react-native-google-places-autocomplete": "^1.2.6",
"react-native-maps": "^0.11.0",
"react-native-scrollable-tab-view": "^0.7.0",
"react-native-geocoding": "^0.1.0",
"react-native-google-places-autocomplete": "^1.2.6",
"react-native-maps": "^0.11.0",
"react-redux": "^4.4.6",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"request": "^2.79.0",
"s3-uploader": "^2.0.2",
"sequelize": "^3.27.0",
"sequelize-cli": "^2.4.0",
"socket.io": "^1.7.0",
"multer": "^1.2.0",
"socket.io-client": "^1.7.0"
},
"devDependencies": {
"babel-preset-react-native": "^1.9.0",
"chai": "^3.5.0",
"enzyme": "^2.6.0",
"eslint": "^3.10.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"eslint-plugin-react-native": "^2.0.0"
}
}