This repository was archived by the owner on Sep 13, 2022. 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
59 lines (59 loc) · 1.6 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.6 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
{
"name": "org.jetray.hellorouter",
"version": "1.0.0",
"private": true,
"description": "Javascript Angular 2 Portlet for Liferay 7/DXP",
"author": {
"name": "JetRay Tools"
},
"scripts": {
"clean": "gulp clean",
"compile": "gulp compile",
"build": "gulp build",
"postinstall": "typings install"
},
"dependencies": {
"@angular/common": "^2.2.0",
"@angular/compiler": "^2.2.0",
"@angular/core": "^2.2.0",
"@angular/forms": "^2.2.0",
"@angular/http": "^2.2.0",
"@angular/platform-browser": "^2.2.0",
"@angular/platform-browser-dynamic": "^2.2.0",
"@angular/router": "^3.0.0",
"@angular/upgrade": "^2.2.0",
"@types/lodash": "^4.14.54",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.1.1",
"systemjs": "^0.19.27",
"ui-router-ng2": "^1.0.0-beta.4",
"zone.js": "^0.7.2"
},
"devDependencies": {
"@angular/compiler-cli": "^2.4.9",
"angular2-template-loader": "^0.6.2",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"gogo-shell": "^0.0.5",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-clean": "^0.3.2",
"gulp-rename": "^1.2.2",
"gulp-replace-task": "^0.11.0",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^2.1.2",
"gulp-zip": "^3.2.0",
"ngc-webpack": "^1.2.0",
"raw-loader": "^0.5.1",
"through2": "^2.0.1",
"ts-loader": "^2.0.2",
"typescript": "^2.0.2",
"typings": "^1.3.3",
"vinyl-named": "^1.1.0",
"webpack": "^2.3.0",
"webpack-shell-plugin": "^0.5.0",
"webpack-stream": "^3.2.0",
"xml2js": "^0.4.17"
}
}