-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
110 lines (109 loc) · 3.47 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "ng2-material-components",
"version": "0.4.3-0",
"description": "Great colleciton of beautiful designed material components",
"main": "./ng2-material-components.js",
"homepage": "https://github.com/orlaqp/ng2-material-components",
"repository": {
"type": "git",
"url": "https://github.com/orlaqp/ng2-material-components"
},
"scripts": {
"build": "gulp",
"demo": "webpack --config ./demo/webpack.config.js --watch",
"demo:build": "npm run build && webpack --config ./demo/webpack.config.js",
"prerelease": "npm run build && npm test"
},
"keywords": [
"angular2",
"ng2",
"material",
"form"
],
"author": "Orlando Quero",
"email": "[email protected]",
"bugs": {
"url": "https://github.com/orlaqp/ng2-material-components/issues"
},
"directories": {
"fonts": "./fonts",
"img": "./img"
},
"license": "MIT",
"dependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"core-js": "^2.4.1",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4",
"bootstrap": "^3.3.6",
"bootstrap-daterangepicker": "^2.1.24",
"jquery": "^3.1.0",
"moment": "^2.14.1",
"node-waves": "^0.7.5",
"reflect-metadata": "^0.1.9",
"systemjs": "0.19.27"
},
"devDependencies": {
"app-root-path": "^1.3.0",
"bootstrap-sass": "^3.3.7",
"browser-sync": "^2.14.0",
"browser-sync-webpack-plugin": "^1.1.2",
"clean-webpack-plugin": "^0.1.10",
"conventional-changelog-cli": "^1.2.0",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"del": "^2.2.2",
"eonasdan-bootstrap-datetimepicker": "^4.17.42",
"file-loader": "^0.9.0",
"gh-pages": "^0.11.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-cached": "^1.1.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.0",
"gulp-inline-ng2-template": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^6.0.2",
"gulp-typescript": "^3.0.1",
"gulp-util": "^3.0.7",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.22.0",
"inquirer": "^1.1.2",
"lazypipe": "^1.0.1",
"markdown-loader": "^0.1.7",
"merge2": "^1.0.2",
"node-sass": "^3.8.0",
"prismjs": "^1.5.1",
"prismjs-loader": "0.0.3",
"pug": "^2.0.0-beta5",
"pug-loader": "^2.2.1",
"q": "^1.4.1",
"raw-loader": "^0.5.1",
"replace": "^0.3.0",
"semver": "^5.3.0",
"shelljs": "^0.7.4",
"simple-git": "^1.48.0",
"source-map-loader": "^0.1.5",
"string-replace-loader": "^1.0.3",
"style-loader": "^0.13.1",
"systemjs": "^0.19.36",
"systemjs-builder": "^0.15.26",
"ts-helpers": "^1.1.1",
"ts-loader": "^0.8.2",
"tslint": "^3.14.0",
"typescript": "^2.2.1",
"typescript-compiler": "^1.4.1-2",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"yamljs": "^0.2.8",
"yargs": "^5.0.0"
}
}