-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
101 lines (101 loc) · 3.06 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
{
"name": "mobile-ticket",
"version": "0.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"start": "ng serve --proxy-config proxy.config.json",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"@angular/animations": "^4.0.0",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.2.6",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.2.6",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"core-js": "^2.4.1",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4",
"express-http-proxy": "^0.10.1",
"grunt-cli": "^1.2.0",
"imagemin-optipng": "^5.2.1",
"ng2-bootstrap": "^1.1.16",
"ng2-translate": "^5.0.0",
"ws": "^1.1.1"
},
"devDependencies": {
"@angular/cli": "1.7.3",
"@angular/compiler-cli": "^4.0.0",
"@angular/language-service": "^4.0.0",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"archiver": "^0.12.0",
"babel-preset-es2015-rollup": "^3.0.0",
"codelyzer": "~3.0.1",
"compression": "^1.6.2",
"detect-browser": "^1.7.0",
"grunt": "^0.4.5",
"grunt-angular-builder": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-htmlmin": "^0.5.0",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-jshint": "*",
"grunt-contrib-qunit": "*",
"grunt-contrib-uglify": "^0.9.2",
"grunt-image": "^2.4.0",
"grunt-karma": "^0.12.1",
"grunt-properties-reader": "^0.1.3",
"grunt-replace": "^0.11.0",
"grunt-shell": "^1.3.1",
"grunt-ssh": "^0.12.9",
"grunt-string-replace": "^1.3.1",
"grunt-war": "^0.5.1",
"grunt-zip": "0.17.1",
"gulp": "^3.9.1",
"gulp-inline-ng2-template": "2.0.1",
"gulp-typescript": "2.13.6",
"imagemin-optipng": "^4.3.0",
"imagemin-svgo": "^5.2.2",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-remap-istanbul": "^0.2.1",
"matchdep": "*",
"protractor": "~5.1.2",
"require": "^2.4.20",
"rimraf": "^2.5.2",
"rollup": "^0.45.1",
"rollup-plugin-alias": "^1.3.1",
"rollup-plugin-angular": "^0.4.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^2.0.1",
"systemjs": "0.19.29",
"systemjs-builder": "^0.15.16",
"ts-node": "~3.0.4",
"tslint": "~5.3.2",
"typescript": "~2.3.3",
"webdriver-manager": "10.2.5"
}
}