forked from Noah1989/angular2-smd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.01 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
{
"name": "angular2-smd",
"description": "Simple Material Design components for Angular",
"version": "1.0.3-SNAPSHOT",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/eslammahgoub/angular2-smd.git"
},
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --inline --progress",
"test": "karma start",
"build": "rimraf dist && webpack --progress --profile --bail"
},
"dependencies": {
"@angular/animations": "^7.2.3",
"@angular/common": "^7.2.3",
"@angular/compiler": "^7.2.3",
"@angular/core": "^7.2.3",
"@angular/forms": "^7.2.3",
"@angular/http": "^7.2.3",
"@angular/material": "^7.3.0",
"@angular/platform-browser": "^7.2.3",
"@angular/platform-browser-dynamic": "^7.2.3",
"@angular/router": "^7.2.3",
"babel-core": "6.26.3",
"babel-polyfill": "6.26.0",
"dateformat": "3.0.3",
"debug": "4.1.1",
"hammerjs": "2.0.8",
"reflect-metadata": "0.1.13",
"rxjs": "6.4.0",
"zone.js": "0.8.29"
},
"devDependencies": {
"@angular/cdk": "^7.3.0",
"@types/hammerjs": "2.0.36",
"@types/jasmine": "3.3.8",
"@types/node": "10.12.21",
"angular2-template-loader": "0.6.2",
"awesome-typescript-loader": "5.2.1",
"babel-loader": "8.0.5",
"babel-preset-es2015": "6.24.1",
"codelyzer": "4.5.0",
"css-loader": "2.1.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "3.0.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"jasmine-core": "3.3.0",
"karma": "4.0.0",
"karma-jasmine": "2.0.1",
"karma-phantomjs-launcher": "1.0.4",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "3.0.5",
"node-sass": "4.11.0",
"null-loader": "0.1.1",
"phantomjs-prebuilt": "2.1.16",
"raw-loader": "1.0.0",
"rimraf": "2.6.3",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"tslint": "^5.5.0",
"typescript": "~3.3.1",
"webpack": "4.29.0",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "4.2.1"
}
}