-
Notifications
You must be signed in to change notification settings - Fork 93
/
package.json
117 lines (117 loc) · 6.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
111
112
113
114
115
116
117
{
"name": "angular-mdl",
"version": "0.0.0",
"description": "Angular 2-14 components, directives and styles based on material design lite https://getmdl.io.",
"keywords": [],
"homepage": "http://mseemann.io/angular2-mdl/",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mseemann/angular2-mdl.git"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "npm run test-core",
"test-core": "ng test core --watch=false --code-coverage",
"test-datepicker": "ng test datepicker --watch=false --code-coverage",
"test-popover": "ng test popover --watch=false --code-coverage",
"test-select": "ng test select --watch=false --code-coverage",
"test-expansion-panel": "ng test expansion-panel --watch=false --code-coverage",
"test-fab-menu": "ng test fab-menu --watch=false --code-coverage",
"test-demo": "ng test demo --watch=false --code-coverage",
"lint": "ng lint",
"e2e": "ng e2e",
"build-demo": "ng build demo --configuration production --index=projects/demo/src/index.prod.html && mv dist/demo/index.prod.html dist/demo/index.html",
"build-core": "ng build core --configuration production && cp -r ./projects/core/src/scss ./dist/@angular-mdl/core/scss",
"build-datepicker": "ng build datepicker --configuration production && cp ./projects/datepicker/src/lib/datepicker.include.scss ./dist/@angular-mdl/datepicker/datepicker.include.scss && cp ./projects/datepicker/src/lib/datepicker.scss.txt ./dist/@angular-mdl/datepicker/datepicker.scss",
"build-popover": "ng build popover --configuration production && cp ./projects/popover/src/lib/popover.include.scss ./dist/@angular-mdl/popover/popover.include.scss && cp ./projects/popover/src/lib/popover.scss.txt ./dist/@angular-mdl/popover/popover.scss",
"build-select": "ng build select --configuration production && cp ./projects/select/src/lib/select.include.scss ./dist/@angular-mdl/select/select.include.scss && cp ./projects/select/src/lib/select.scss.txt ./dist/@angular-mdl/select/select.scss",
"build-expansion-panel": "ng build expansion-panel --configuration production && cp ./projects/expansion-panel/src/lib/expansion-panel.include.scss ./dist/@angular-mdl/expansion-panel/expansion-panel.include.scss && cp ./projects/expansion-panel/src/lib/expansion-panel.scss.txt ./dist/@angular-mdl/expansion-panel/expansion-panel.scss",
"build-fab-menu": "ng build fab-menu --configuration production",
"lint:core:fix": "ng lint core --fix",
"lint:all:fix": "ng lint select --fix && ng lint popover --fix && ng lint fab-menu --fix && ng lint expansion-panel --fix && ng lint datepicker --fix && ng lint demo --fix && ng lint core --fix",
"all-core": "npm run test-core && npm run build-core",
"all-datepicker": "npm run test-datepicker && npm run build-datepicker",
"all-popover": "npm run test-popover && npm run build-popover",
"all-select": "npm run test-select && npm run build-select",
"all-expansion-panel": "npm run test-expansion-panel && npm run build-expansion-panel",
"all-fab-menu": "npm run test-fab-menu && npm run build-fab-menu",
"all-demo": "npm run test-demo && npm run build-demo",
"all": "rimraf dist && npm run lint:all:fix && npm run all-core && npm run all-datepicker && npm run all-popover && npm run all-select && npm run all-expansion-panel && npm run all-fab-menu && npm run all-demo",
"codeclimate": "CODECLIMATE_REPO_TOKEN=160aba8aa0baa5d0cab1d2162f50027cef9cda032fbc4eebefd54167ddce4c89 codeclimate-test-reporter < coverage/core/lcov.info",
"generate-scss-from-mdl-scss": "rimraf projects/core/src/scss/mdl && node ./scripts/generate-scss-from-mdl-scss.js",
"deploy-gh-pages": "npm run build-demo && scripts/deploy.sh --message \"Deploy gh-pages from commit $(git rev-parse HEAD) [ci skip]\" -n",
"publish-core": "cd dist/@angular-mdl/core && npm publish --access public",
"publish-datepicker": "cd dist/@angular-mdl/datepicker && npm publish --access public",
"publish-popover": "cd dist/@angular-mdl/popover && npm publish --access public",
"publish-select": "cd dist/@angular-mdl/select && npm publish --access public",
"publish-expansion-panel": "cd dist/@angular-mdl/expansion-panel && npm publish",
"publish-fab-menu": "cd dist/@angular-mdl/fab-menu && npm publish --access public",
"publish-all": "npm run publish-core && npm run publish-datepicker && npm run publish-popover && npm run publish-select && npm run publish-expansion-panel && npm run publish-fab-menu"
},
"private": true,
"dependencies": {
"@angular/animations": "15.0.4",
"@angular/common": "15.0.4",
"@angular/compiler": "15.0.4",
"@angular/core": "15.0.4",
"@angular/forms": "15.0.4",
"@angular/platform-browser": "15.0.4",
"@angular/platform-browser-dynamic": "15.0.4",
"@angular/router": "15.0.4",
"match-sorter": "4.1.0",
"moment": "^2.18.1",
"rxjs": "~6.5.3",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "0.1500.4",
"@angular-devkit/build-angular": "^15.0.4",
"@angular-devkit/core": "^15.0.4",
"@angular-eslint/builder": "^15.1.0",
"@angular-eslint/eslint-plugin": "^15.1.0",
"@angular-eslint/eslint-plugin-template": "^15.1.0",
"@angular-eslint/schematics": "^15.1.0",
"@angular-eslint/template-parser": "^15.1.0",
"@angular/cli": "15.0.4",
"@angular/compiler-cli": "15.0.4",
"@angular/language-service": "15.0.4",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"codeclimate-test-reporter": "0.5.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^38.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^4.3.6",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"material-design-lite": "1.3.0",
"ncp": "2.0.0",
"ng-packagr": "^15.0.3",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.0",
"protractor": "~7.0.0",
"rimraf": "3.0.2",
"ts-node": "~8.9.0",
"typescript": "~4.8.4"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}