forked from SteveDunlap13/MaterialTimeControl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.93 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
{
"name": "material-time-control",
"version": "0.1.0",
"license": "MIT",
"private": false,
"main": "material-time-control.module.ts",
"scripts": {
"ng": "ng",
"start": "ng serve ./demo",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"dependencies": {
"@angular/animations": "^5.1.2",
"@angular/cdk": "^5.0.2",
"@angular/common": "^5.1.2",
"@angular/compiler": "^5.1.2",
"@angular/core": "^5.1.2",
"@angular/flex-layout": "^2.0.0-beta.12",
"@angular/forms": "^5.1.2",
"@angular/material": "^5.0.2",
"@angular/platform-browser": "^5.1.2",
"@angular/platform-browser-dynamic": "^5.1.2",
"@angular/router": "^5.1.2",
"core-js": "^2.5.3",
"hammerjs": "^2.0.8",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"rxjs": "^5.5.6",
"zone.js": "0.8.19"
},
"devDependencies": {
"@angular/cli": "1.6.3",
"@angular/compiler-cli": "^5.0.0",
"@angular/language-service": "^5.0.0",
"@types/node": "^8.5.2",
"angular2-load-children-loader": "^0.2.1",
"angular2-template-loader": "^0.6.0",
"awesome-typescript-loader": "^3.4.1",
"codelyzer": "^4.0.1",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"lite-server": "^2.2.2",
"lodash": "^4.16.4",
"ng-router-loader": "^2.1.0",
"node-sass": "^4.7.2",
"null-loader": "^0.1.1",
"protractor": "~5.2.2",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"ts-node": "~4.1.0",
"tslint": "~5.8.0",
"typescript": "~2.4.2",
"webpack": "^3.10.0",
"webpack-dashboard": "^1.0.2",
"webpack-dev-server": "^2.9.7",
"webpack-merge": "^4.1.1"
},
"repository": {}
}