This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
174 lines (174 loc) · 5.6 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "beeline-frontend",
"version": "1.1.1",
"description": "The mobile application for Beeline",
"license": "MIT",
"author": "Government Technology Agency of Singapore (https://www.tech.gov.sg)",
"engines": {
"node": "7.8.x"
},
"dependencies": {
"angucomplete-alt": "^3.0.0",
"angucomplete-ie8": "^0.1.2",
"angular-google-maps": "^2.4.1",
"angular-simple-logger": "^0.1.7",
"clipboard": "^1.5.15",
"commonmark": "^0.28.1",
"compare-versions": "^3.0.0",
"cordova": "^6.5.0",
"cordova-android": "6.3.0",
"cordova-ios": "^4.4.0",
"cordova-plugin-app-version": "~0.1.9",
"cordova-plugin-console": "~1.1.0",
"cordova-plugin-device": "~1.1.5",
"cordova-plugin-geolocation": "~3.0.0",
"cordova-plugin-inappbrowser": "~1.7.0",
"cordova-plugin-network-information": "~1.3.2",
"cordova-plugin-splashscreen": "~4.1.0",
"cordova-plugin-statusbar": "~2.3.0",
"cordova-plugin-whitelist": "~1.3.2",
"cordova-plugin-x-socialsharing": "~5.2.1",
"ionic-plugin-deeplinks": "^1.0.15",
"ionic-plugin-keyboard": "~2.2.1",
"left-pad": "^1.1.3",
"lodash": "^4.17.11",
"moment": "^2.19.3",
"moment-timezone": "^0.5.16",
"multiple-date-picker": "git+https://github.com/datagovsg/MultipleDatePicker.git#annotations",
"ngclipboard": "^1.1.1",
"uuid": "^3.1.0"
},
"devDependencies": {
"@ionic/cli-plugin-cordova": "1.6.2",
"@ionic/cli-plugin-ionic1": "2.1.1",
"@opengovsg/eslint-config-opengovsg": "^1.0.5",
"babel-core": "^6.5.2",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"babel-runtime": "^6.6.1",
"cordova-hot-code-push-cli": "^1.1.1",
"cpx": "^1.5.0",
"cross-env": "^5.1.1",
"css-loader": "^0.28.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^3.0.2",
"gh-pages": "^1.1.0",
"html-loader": "^0.5.1",
"http-server": "^0.10.0",
"imports-loader": "^0.7.1",
"inline-environment-variables-webpack-plugin": "^1.2.0",
"inquirer": "^4.0.0",
"ionic": "^3.5.0",
"json-loader": "^0.5.4",
"lint-staged": "^7.2.0",
"node-sass": "^4.12.0",
"pre-commit": "^1.2.2",
"prettier": "1.8.2",
"sass-loader": "^6.0.3",
"shelljs": "^0.8.1",
"shx": "^0.2.2",
"style-loader": "^0.19.0",
"webpack": "^3.8.1"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard",
"cordova-plugin-inappbrowser",
"cordova-plugin-app-version",
"cordova-plugin-geolocation",
"cordova-plugin-network-information",
"cordova-hot-code-push-plugin",
{
"locator": "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git",
"id": "cordova-plugin-x-socialsharing"
},
"cordova-universal-links-plugin"
],
"cordovaPlatforms": [
{
"platform": "ios",
"locator": "[email protected]"
},
{
"platform": "android",
"locator": "[email protected]"
}
],
"scripts": {
"build": "node scripts/build.js",
"build-scss": "node-sass --output www/css scss/ionic.app.scss && node-sass --output www/css scss/operator-grab.scss",
"build-watch": "node scripts/build.js --watch & npm run watch-scss",
"clean": "shx rm -rf www/",
"deploy": "node scripts/deploy.js",
"deploy-android": "node scripts/deploy-android.js",
"deploy-ios": "node scripts/deploy-ios.js",
"dev": "npm run watch",
"install-android": "ionic cordova platform remove android && ionic cordova platform add android",
"install-ios": "ionic cordova platform remove ios && ionic cordova platform add ios",
"dev-android": "node scripts/dev-android.js",
"start": "http-server -c-1 www/",
"watch": "npm run start & npm run build-watch",
"watch-scss": "npm run build-scss && node-sass --watch --output www/css scss/ionic.app.scss & node-sass --watch --output www/css scss/operator-grab.scss",
"lint": "lint-staged"
},
"cordova": {
"plugins": {
"cordova-plugin-app-version": {},
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-x-socialsharing": {},
"ionic-plugin-keyboard": {},
"ionic-plugin-deeplinks": {
"URL_SCHEME": "beeline",
"DEEPLINK_SCHEME": "https",
"DEEPLINK_HOST": "app.beeline.sg",
"ANDROID_PATH_PREFIX": "/",
"ANDROID_2_PATH_PREFIX": "/",
"ANDROID_3_PATH_PREFIX": "/",
"ANDROID_4_PATH_PREFIX": "/",
"ANDROID_5_PATH_PREFIX": "/",
"DEEPLINK_2_SCHEME": " ",
"DEEPLINK_2_HOST": " ",
"DEEPLINK_3_SCHEME": " ",
"DEEPLINK_3_HOST": " ",
"DEEPLINK_4_SCHEME": " ",
"DEEPLINK_4_HOST": " ",
"DEEPLINK_5_SCHEME": " ",
"DEEPLINK_5_HOST": " "
},
"cordova-hot-code-push-plugin": {}
},
"platforms": [
"android"
]
},
"pre-commit": [
"lint"
],
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
}
}