This repository has been archived by the owner on May 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.29 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
{
"name": "myconsole",
"version": "0.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"start": "ng serve",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor",
"deploy": "ng build --prod --aot=false && cp .bluemix/pipeline-DEPLOY.sh src/static/Staticfile src/static/nginx.conf src/static/manifest.yml dist"
},
"private": true,
"dependencies": {
"@angular/common": "2.4.6",
"@angular/compiler": "2.4.6",
"@angular/core": "2.4.6",
"@angular/forms": "2.4.6",
"@angular/http": "2.4.6",
"@angular/material": "2.0.0-beta.1",
"@angular/platform-browser": "2.4.6",
"@angular/platform-browser-dynamic": "2.4.6",
"@angular/router": "3.4.6",
"angular-2-local-storage": "1.0.1",
"angular2-jwt": "0.1.28",
"angulartics2": "1.6.3",
"async": "2.1.4",
"core-js": "2.4.1",
"flag-icon-css": "^2.8.0",
"hammerjs": "2.0.8",
"ng2-nvd3": "1.1.3",
"ng2-tag-input": "0.8.0",
"pouchdb": "6.1.1",
"pouchdb-find": "0.10.5",
"rxjs": "5.1.0",
"ts-helpers": "1.1.2",
"zone.js": "0.7.6"
},
"devDependencies": {
"@angular/cli": "1.0.0-beta.30",
"@types/async": "2.0.38",
"@types/jasmine": "2.5.41",
"@types/pouchdb": "5.4.28",
"@types/pouchdb-core": "6.0.2",
"@types/pouchdb-adapter-fruitdown": "5.4.4",
"@types/pouchdb-adapter-http": "5.4.4",
"@types/pouchdb-adapter-idb": "5.4.4",
"@types/pouchdb-adapter-leveldb": "5.4.4",
"@types/pouchdb-adapter-localstorage": "5.4.4",
"@types/pouchdb-adapter-memory": "5.4.4",
"@types/pouchdb-adapter-node-websql": "5.4.4",
"@types/pouchdb-adapter-websql": "5.4.4",
"@types/pouchdb-browser": "5.4.4",
"@types/pouchdb-http": "5.4.4",
"@types/pouchdb-mapreduce": "5.4.6",
"@types/pouchdb-node": "5.4.4",
"@types/pouchdb-replication": "6.0.0",
"codelyzer": "2.0.0-beta.4",
"express": "^4.15.4",
"http-proxy-middleware": "^0.17.4",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "3.2.0",
"karma": "1.4.1",
"karma-chrome-launcher": "2.0.0",
"karma-cli": "1.0.1",
"karma-jasmine": "1.1.0",
"karma-remap-istanbul": "0.5.0",
"protractor": "5.1.0",
"ts-node": "2.0.0",
"tslint": "4.4.2",
"typescript": "2.1.5"
}
}