-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
package.json
52 lines (52 loc) · 1.63 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
{
"name": "ionic2",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"start": "concurrently \"npm run server\" \"ionic serve\"",
"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",
"server": "pouchdb-server --host 0.0.0.0 -p 10101 -m -d /tmp/pouchdb-server/ -n true"
},
"dependencies": {
"@angular/common": "7.2.12",
"@angular/compiler": "7.2.12",
"@angular/compiler-cli": "7.2.12",
"@angular/core": "7.2.12",
"@angular/forms": "7.2.12",
"@angular/http": "7.2.12",
"@angular/platform-browser": "7.2.12",
"@angular/platform-browser-dynamic": "7.2.12",
"@ionic-native/core": "5.3.0",
"@ionic-native/splash-screen": "5.3.0",
"@ionic-native/status-bar": "5.3.0",
"@ionic/storage": "2.2.0",
"crypto-js": "3.1.9-1",
"ionic-angular": "3.9.4",
"ionicons": "4.5.5",
"pouchdb-adapter-http": "7.0.0",
"pouchdb-adapter-idb": "7.0.0",
"pouchdb-adapter-localstorage": "7.0.0",
"pouchdb-adapter-websql": "7.0.0",
"pouchdb-replication": "7.0.0",
"pouchdb-server": "4.1.0",
"random-token": "0.0.8",
"rxdb": "8.0.7",
"rxjs": "6.4.0",
"sw-toolbox": "3.6.0",
"zone.js": "0.9.0"
},
"devDependencies": {
"@ionic/app-scripts": "3.2.3",
"@ionic/cli-plugin-cordova": "1.6.2",
"@ionic/cli-plugin-ionic-angular": "1.4.1",
"concurrently": "4.1.0",
"typescript": "3.4.2"
},
"description": "An Ionic project"
}