-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.15 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
{
"name": "sdjs-app",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": ">=4"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"start": "node .",
"posttest": " ",
"test": "",
"test:unit": "jest test/app/",
"test:e2e": "jest test/e2e/"
},
"androidStatusBar": {
"backgroundColor": "#000000"
},
"dependencies": {
"axios": "^0.17.1",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"compression": "^1.0.3",
"cors": "^2.5.2",
"dotenv": "^6.0.0",
"expect": "^23.5.0",
"helmet": "^1.3.0",
"jest": "^23.5.0",
"loopback": "^3.0.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^4.0.0",
"loopback-connector-mongodb": "^1.18.1",
"loopback-connector-sendgrid": "^2.2.4",
"loopback-datasource-juggler": "^3.23.0",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"reduce-reducers": "^0.4.3",
"redux": "^4.0.0",
"redux-promise-middleware": "^5.1.1",
"redux-thunk": "^2.3.0",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^2.0.0",
"twilio": "^3.19.1"
},
"devDependencies": {
"appium": "^1.8.1",
"appium-doctor": "^1.4.3",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chai": "*",
"cross-env": "^5.2.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-loopback": "^8.0.0",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.22.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.2.1",
"jest": "^23.5.0",
"mocha": "^5.2.0",
"moxios": "^0.4.0",
"nsp": "^2.1.0",
"redux-mock-store": "^1.5.3",
"wd": "^1.10.3"
},
"jest": {
"verbose": true
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "sdjs"
}