This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.99 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
{
"name": "oasp-ng2-project-seed",
"version": "1.0.2",
"description": "OASP4JS Angular 2 Project Seed",
"scripts": {
"start": "gulp",
"test": "gulp test"
},
"keywords": [],
"author": "OASP Team",
"license": "Apache-2.0",
"dependencies": {
"@angular/common": "^2.4.0",
"@angular/compiler": "^2.4.0",
"@angular/core": "^2.4.0",
"@angular/forms": "^2.4.0",
"@angular/http": "^2.4.0",
"@angular/platform-browser": "^2.4.0",
"@angular/platform-browser-dynamic": "^2.4.0",
"@angular/router": "^3.4.0",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.14",
"bootstrap": "^4.0.0-alpha.5",
"core-js": "^2.4.1",
"lodash": "^4.15.0",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.1",
"systemjs": "0.19.40",
"systemjs-plugin-text": "0.0.9",
"zone.js": "^0.7.4"
},
"devDependencies": {
"@types/jasmine": "^2.5.36",
"@types/lodash": "^4.14.39",
"@types/node": "^6.0.46",
"browser-sync": "^2.14.3",
"canonical-path": "0.0.2",
"concurrently": "^2.2.0",
"connect-history-api-fallback": "^1.3.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.12",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-processhtml": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-sync": "^0.1.4",
"gulp-tslint": "^6.1.1",
"gulp-typescript": "^3.0.2",
"gulp-usemin": "^0.3.24",
"http-server": "^0.9.0",
"jasmine-core": "~2.4.1",
"karma": "^1.2.0",
"karma-chrome-launcher": "^0.2.3",
"karma-cli": "^0.1.2",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.2",
"lite-server": "^2.2.0",
"lodash": "^4.11.1",
"protractor": "^3.3.0",
"remap-istanbul": "^0.8.4",
"rimraf": "^2.5.2",
"systemjs-builder": "^0.15.31",
"tslint": "^3.7.4",
"typescript": "^2.0.10"
},
"repository": {}
}