forked from trimox/angular-mdc-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 4.62 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "angular-mdc",
"description": "Material Web Components for Angular",
"homepage": "https://github.com/trimox/angular-mdc-web",
"bugs": "https://github.com/trimox/angular-mdc-web/issues",
"repository": {
"type": "git",
"url": "https://github.com/trimox/angular-mdc-web.git"
},
"license": "MIT",
"version": "1.0.2",
"engines": {
"node": ">= 9.11.1"
},
"requiredAngularVersion": ">=7.0.0",
"scripts": {
"build": "gulp web:build",
"build:release": "gulp web:build-release",
"migrate-mdc-sass": "rimraf packages/material-components-web/scss && node scripts/migrate-mdc-scss.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"lint": "tslint 'packages/**/*.ts'",
"lint:css": "stylelint \"packages/material-components-web/**/*.scss\"",
"fix:css": "stylelint --fix \"packages/material-components-web/**/*.scss\"",
"test": "karma start --single-run",
"test:watch": "karma start --auto-watch"
},
"dependencies": {
"@angular/common": "^7.2.12",
"@angular/compiler": "^7.2.12",
"@angular/core": "^7.2.12",
"@angular/forms": "^7.2.12",
"@angular/platform-browser": "^7.2.12",
"core-js": "^2.6.5",
"material-components-web": "^1.1.1",
"rxjs": "^6.4.0",
"tsickle": "^0.34.3",
"tslib": "1.9.3",
"zone.js": "0.8.29"
},
"devDependencies": {
"@angular/compiler-cli": "^7.2.12",
"@angular/platform-browser-dynamic": "^7.2.12",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@types/fs-extra": "^5.0.5",
"@types/glob": "^7.1.1",
"@types/gulp": "^4.0.6",
"@types/jasmine": "^3.3.12",
"@types/node": "^11.13.0",
"@types/run-sequence": "0.0.30",
"babel-loader": "^8.0.5",
"babel-plugin-istanbul": "^5.1.1",
"codecov": "^3.3.0",
"codelyzer": "^5.0.0",
"cpx": "^1.5.0",
"cz-conventional-changelog": "^2.1.0",
"focus-trap": "4.0.2",
"fs-extra": "^7.0.0",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.0.1",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^3.4.0",
"karma": "^4.0.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "^1.1.2",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-jasmine": "^2.0.1",
"karma-remap-istanbul": "0.6.0",
"karma-webpack": "^3.0.5",
"magic-string": "^0.25.2",
"node-sass": "^4.9.2",
"rollup": "^1.10.0",
"rollup-plugin-alias": "^1.5.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"run-sequence": "^2.2.1",
"sorcery": "^0.10.0",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.0.0",
"stylelint-order": "^2.0.0",
"stylelint-scss": "^3.5.3",
"stylelint-selector-bem-pattern": "^2.1.0",
"terser": "^3.17.0",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"tsconfig-paths": "^3.8.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.15.0",
"typescript": "~3.2.2",
"validate-commit-msg": "^2.14.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"config": {
"validate-commit-msg": {
"helpMessage": "%s\nNOTE: Please see angular's commit message guidelines (https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit) for information on how to format commit messages.\n\nAs an example, here is a valid commit message: 'docs(slider): Document slider public api'\n\nIf this commit is on a development / WIP branch, you can disable this by running `git commit --no-verify`.",
"scope": {
"allowed": [
"button",
"card",
"checkbox",
"chips",
"dialog",
"drawer",
"elevation",
"fab",
"floating-label",
"form-field",
"grid-list",
"icon",
"icon-button",
"image-list",
"layout-grid",
"linear-progress",
"line-ripple",
"list",
"material-icon",
"menu",
"menu-surface",
"notched-outline",
"radio",
"ripple",
"rtl",
"select",
"shape",
"slider",
"snackbar",
"switch",
"tab",
"tab-bar",
"tab-indicator",
"tab-scroller",
"text-field",
"top-app-bar",
"typography",
"demos",
"infrastructure",
"package"
],
"validate": true
}
},
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"private": true
}