forked from angular/material.angular.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.09 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.09 KB
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
{
"name": "material-angular-io",
"version": "0.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"start": "yarn build-themes && ng serve",
"start-jit": "yarn build-themes && ng serve --aot=false",
"lint": "tslint -p src/tsconfig.json",
"test": "yarn build-themes && ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor",
"build-themes": "bash ./tools/build-themes.sh",
"prod-build": "yarn build-themes && ng build --aot --prod",
"postinstall": "webdriver-manager update --gecko false && yarn build-themes",
"publish-prod": "bash ./tools/deploy.sh stable prod",
"publish-dev": "bash ./tools/deploy.sh",
"publish-beta": "bash ./tools/deploy.sh stable beta"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.0.0",
"@angular/cdk": "^8.1.4",
"@angular/cdk-experimental": "^8.1.1",
"@angular/common": "^8.0.0",
"@angular/compiler": "^8.0.0",
"@angular/core": "^8.0.0",
"@angular/forms": "^8.0.0",
"@angular/material": "^8.1.4",
"@angular/material-examples": "angular/material2-docs-content#8.1.x",
"@angular/material-experimental": "^8.1.1",
"@angular/material-moment-adapter": "^8.1.4",
"@angular/platform-browser": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"@angular/router": "^8.0.0",
"core-js": "^2.6.1",
"hammerjs": "^2.0.8",
"material-components-web": "^1.1.1",
"moment": "^2.23.0",
"rxjs": "^6.5.1",
"zone.js": "^0.9.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.800.0",
"@angular/cli": "^8.0.0",
"@angular/compiler-cli": "^8.0.0",
"@types/jasmine": "^3.3.5",
"@types/node": "^10.12.18",
"firebase-tools": "^6.2.2",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^3.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"node-sass": "^4.11.0",
"protractor": "~5.3.0",
"ts-node": "^6.0.3",
"tslint": "^5.10.0",
"typescript": "3.4"
}
}