forked from Sunbird-Ed/SunbirdEd-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
152 lines (152 loc) · 5.8 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
{
"name": "Sunbird",
"version": "0.0.2",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build --dev",
"ionic:serve": "ionic-app-scripts serve",
"build-debug": "ionic cordova build android --debug --device",
"android": "ionic cordova run android --debug --device",
"build-rel": "ionic cordova build android --release --prod --device --generateSourceMap=false",
"test": "karma start ./test-config/karma.conf.js",
"test-ci": "karma start ./test-config/karma.conf.js --single-run",
"test-coverage": "karma start ./test-config/karma.conf.js --coverage",
"e2e": "npm run e2e-update && npm run e2e-test",
"e2e-test": "protractor ./test-config/protractor.conf.js",
"e2e-update": "webdriver-manager update --standalone false --gecko false"
},
"config": {
"ionic_source_map_type": "inline-source-map",
"ionic_webpack": "./config/webpack.config.js",
"ionic_www_dir": "./www/sunbird",
"ionic_sass": "./config/sass.config.js"
},
"dependencies": {
"@angular/animations": "^5.2.8",
"@angular/common": "5.0.3",
"@angular/compiler": "5.0.3",
"@angular/compiler-cli": "5.0.3",
"@angular/core": "5.0.3",
"@angular/forms": "5.0.3",
"@angular/http": "5.0.3",
"@angular/platform-browser": "5.0.3",
"@angular/platform-browser-dynamic": "5.0.3",
"@ionic-native/app-version": "^4.5.3",
"@ionic-native/core": "^4.4.0",
"@ionic-native/device": "^4.5.3",
"@ionic-native/file": "^4.7.0",
"@ionic-native/file-opener": "^4.7.0",
"@ionic-native/file-transfer": "^4.7.0",
"@ionic-native/globalization": "^4.5.3",
"@ionic-native/in-app-browser": "^4.7.0",
"@ionic-native/network": "^4.7.0",
"@ionic-native/social-sharing": "^4.7.0",
"@ionic-native/splash-screen": "^4.6.0",
"@ionic-native/status-bar": "4.4.0",
"@ionic/cli-plugin-gulp": "^1.1.1",
"@ngx-translate/core": "^9.1.1",
"@ngx-translate/http-loader": "^2.0.1",
"@swimlane/ngx-datatable": "^11.1.5",
"cordova-android": "7.0.0",
"cordova-custom-config": "^5.0.2",
"cordova-plugin-app-version": "^0.1.9",
"cordova-plugin-browsertab": "^0.2.0",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-console": "^1.1.0",
"cordova-plugin-customconfigparameters": "^3.0.0",
"cordova-plugin-device": "^1.1.7",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-file-opener2": "^2.0.19",
"cordova-plugin-file-support": "git+https://github.com/project-sunbird/cordova-plugin-file-support.git",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-genie-sdk": "git+https://github.com/project-sunbird/cordova-plugin-genie-sdk",
"cordova-plugin-geniecanvas": "git+https://github.com/project-sunbird/cordova-plugin-geniecanvas",
"cordova-plugin-globalization": "^1.11.0",
"cordova-plugin-imagechooser": "git+https://github.com/project-sunbird/cordova-plugin-imagechooser.git",
"cordova-plugin-inappbrowser": "^2.0.2",
"cordova-plugin-ionic-webview": "^1.2.1",
"cordova-plugin-network-information": "^2.0.1",
"cordova-plugin-qr-scanner": "git+https://github.com/project-sunbird/cordova-plugin-qr-scanner.git",
"cordova-plugin-sunbirdsplash": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git",
"cordova-plugin-uniquedeviceid": "^1.3.2",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-x-socialsharing": "^5.4.0",
"cordova-sqlite-storage": "^2.3.2",
"driver.js": "^0.5.2",
"es6-promise-plugin": "^4.2.2",
"ionic-angular": "^3.9.2",
"ionic-image-loader": "^5.0.0",
"ionic-native": "^2.9.0",
"ionic-plugin-keyboard": "^2.2.1",
"ionic2-rating": "^1.2.2",
"ionic2-super-tabs": "^4.2.2",
"ionicons": "3.0.0",
"lodash": "^4.17.5",
"ng2-expansion-panels": "0.0.6",
"ngx-chips": "1.8.2",
"node-sass": "^4.7.2",
"rxjs": "5.5.2",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.18"
},
"devDependencies": {
"@ionic/app-scripts": "3.1.6",
"@types/jasmine": "^2.8.6",
"@types/node": "^9.4.6",
"angular2-template-loader": "^0.6.2",
"gulp": "^3.9.1",
"html-loader": "^0.5.5",
"ionic-mocks": "^1.3.0",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine": "^2.9.1",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^1.4.1",
"karma-jasmine": "^1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.9",
"null-loader": "^0.1.1",
"protractor": "^5.3.0",
"shelljs": "^0.8.1",
"ts-loader": "^3.5.0",
"ts-node": "^4.1.0",
"typescript": "2.4.2"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"ionic-plugin-keyboard": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-globalization": {},
"cordova-plugin-uniquedeviceid": {},
"cordova-plugin-app-version": {},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-device": {},
"cordova-plugin-file": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-console": {},
"cordova-plugin-imagechooser": {},
"cordova-plugin-file-support": {},
"cordova-plugin-qr-scanner": {},
"cordova-plugin-network-information": {},
"cordova-plugin-sunbirdsplash": {},
"cordova-plugin-customconfigparameters": {},
"cordova-plugin-geniecanvas": {},
"cordova-plugin-browsertab": {},
"cordova-plugin-file-opener2": {},
"cordova-plugin-genie-sdk": {}
},
"platforms": [
"android"
]
}
}