-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
99 lines (99 loc) · 2.77 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
{
"name": "ng2-md-datatable",
"version": "1.7.4",
"description":
"Angular 5+ DataTable component for using with Material Design",
"author": {
"name": "Fred Ghilini",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fredguile/ng2-md-datatable.git"
},
"bugs": {
"url": "https://github.com/fredguile/ng2-md-datatable/issues"
},
"homepage": "https://github.com/fredguile/ng2-md-datatable#readme",
"keywords": [
"javascript",
"angularjs",
"angular",
"material",
"datatable",
"grid",
"table"
],
"main": "dist/bundles/ng2-md-datatable.umd.min.js",
"module": "dist/ng2-md-datatable.es5.js",
"es2015": "dist/ng2-md-datatable.js",
"typings": "dist/ng2-md-datatable.d.ts",
"engines": {
"node": ">= 8",
"npm": ">= 5.3"
},
"scripts": {
"clean": "rimraf tmp coverage dist",
"lint": "tslint --project tsconfig-lint.json --config tslint.json --fix",
"build": "npm run clean && gulp build",
"publish": "npm publish ./dist --tag latest --access public"
},
"peerDependencies": {
"@angular/cdk": "^5.0.0",
"@angular/common": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/material": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"rxjs": "^5.5.0",
"zone.js": "^0.8.10"
},
"optionalDependencies": {
"hammerjs": "^2.0.8"
},
"devDependencies": {
"@angular/cdk": "^5.2.2",
"@angular/common": "^5.2.6",
"@angular/compiler": "^5.2.6",
"@angular/compiler-cli": "^5.2.6",
"@angular/core": "^5.2.6",
"@angular/forms": "^5.2.6",
"@angular/material": "^5.2.2",
"@angular/platform-browser": "^5.2.6",
"@angular/platform-browser-dynamic": "^5.2.6",
"@types/node": "^8.9.4",
"ajv": "^6.2.0",
"angular2-template-loader": "^0.6.2",
"codelyzer": "^4.1.0",
"common-tags": "^1.7.2",
"css-loader": "^0.28.10",
"gulp": "^3.9.1",
"gulp-inline-ng2-template": "^4.1.0",
"gulp-json-transform": "^0.4.5",
"gulp-sequence": "^1.0.0",
"html-minifier": "^3.5.9",
"json-loader": "^0.5.7",
"node-sass": "^4.7.2",
"prettier": "^1.10.2",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
"rollup": "^0.56.3",
"rxjs": "^5.5.6",
"sass-loader": "^6.0.6",
"to-string-loader": "^1.1.5",
"tslib": "^1.9.0",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.9.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "~2.6.0",
"uglifyjs-webpack-plugin": "^1.2.2",
"webpack": "^4.0.0",
"webpack-angular-externals": "^1.0.2",
"webpack-cli": "^2.0.9",
"webpack-rxjs-externals": "^1.1.0",
"zone.js": "^0.8.20"
},
"dependencies": {}
}