-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
{
"name": "demo-angular-modal-gallery",
"version": "0.0.4",
"private": false,
"license": "MIT",
"scripts": {
"tsc": "./node_modules/.bin/tsc -p tsconfig.json",
"ngc": "./node_modules/.bin/ngc -p tsconfig.aot.json",
"parcel": "./node_modules/.bin/parcel index.parcel.html",
"parcel.aot": "./node_modules/.bin/parcel index.parcel.aot.html"
},
"dependencies": {
"@angular/animations": "5.2.2",
"@angular/common": "5.2.2",
"@angular/compiler": "5.2.2",
"@angular/compiler-cli": "5.2.2",
"@angular/core": "5.2.2",
"@angular/forms": "5.2.2",
"@angular/http": "5.2.2",
"@angular/language-service": "5.2.2",
"@angular/platform-browser": "5.2.2",
"@angular/platform-browser-dynamic": "5.2.2",
"@angular/platform-server": "5.2.2",
"@angular/platform-webworker": "5.2.2",
"@angular/platform-webworker-dynamic": "5.2.2",
"@angular/router": "5.2.2",
"@angular/service-worker": "5.2.2",
"angular-modal-gallery": "4.0.1",
"core-js": "2.5.3",
"font-awesome": "4.7.0",
"hammerjs": "2.0.8",
"mousetrap": "1.6.1",
"primeng": "5.0.2",
"rxjs": "5.5.6",
"systemjs": "0.20.19",
"zone.js": "0.8.20"
},
"devDependencies": {
"@types/hammerjs": "2.0.35",
"@types/jasmine": "2.8.6",
"@types/mousetrap": "1.6.0",
"@types/node": "9.4.0",
"@types/systemjs": "0.20.6",
"gulp": "3.9.1",
"gulp-intercept": "0.1.0",
"gulp-rename": "1.2.2",
"gulp-server-livereload": "1.9.2",
"parcel-bundler": "1.5.1",
"parcel-plugin-typescript": "0.5.3",
"systemjs-builder": "0.16.12",
"typescript": "2.6.2"
}
}