This repository was archived by the owner on Nov 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.4 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.4 KB
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
{
"name": "geomat",
"version": "0.0.1",
"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",
"ionic:serve": "ionic-app-scripts serve",
"prod": "ionic build --prod",
"compodoc": "./node_modules/.bin/compodoc -p tsconfig.json",
"start": "node server.js",
"heroku-postbuild": "npm install ionic cordova && npm run prod"
},
"dependencies": {
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@ionic-native/core": "3.12.1",
"@ionic-native/splash-screen": "3.12.1",
"@ionic-native/status-bar": "3.12.1",
"@ionic/app-scripts": "~2.1.4",
"@ionic/storage": "2.0.1",
"@types/d3": "4.11.0",
"@types/node": "^8.5.1",
"ajv": "^6.5.4",
"cordova-android": "^6.2.3",
"cordova-browser": "^5.0.3",
"cordova-ios": "^4.5.4",
"cordova-plugin-whitelist": "^1.3.3",
"d3": "^4.11.0",
"d3-ng2-service": "^1.22.1",
"dotenv-webpack": "^1.5.4",
"express": "^4.16.2",
"ionic-angular": "^3.6.0",
"ionic-gallery-modal": "^0.2.7",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"ng-lazyload-image": "^3.4.2",
"ngx-lazy-load-images": "^1.3.1",
"node-sass": "^4.11.0",
"raven-js": "^3.19.1",
"rxjs": "^5.4.2",
"sentry-cli-binary": "^1.21.0",
"sw-toolbox": "3.6.0",
"typescript": "2.3.4",
"webpack-merge": "^4.1.1",
"zone.js": "^0.8.14"
},
"devDependencies": {},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {}
},
"platforms": [
"android",
"browser",
"ios"
]
},
"config": {
"ionic_source_map": "source_map",
"ionic_webpack": "./src/config/webpack.config.js"
}
}