forked from victos/angular-opensource
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.62 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.62 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
{
"name": "angular-opensource",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng build ng-busy && ng serve",
"prebuild": "rimraf ./dist/ng-busy",
"build": "ng build ng-busy --configuration production",
"postbuild": "lessc ./projects/ng-busy/src/lib/style/busy.less ./dist/ng-busy/src/style/busy.css",
"publish": "npm run build && npm publish ./dist/ng-busy"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.1.0",
"@angular/cdk": "^12.1.0",
"@angular/common": "^12.1.0",
"@angular/compiler": "^12.1.0",
"@angular/core": "^12.1.0",
"@angular/forms": "^12.1.0",
"@angular/material": "^12.1.0",
"@angular/platform-browser": "^12.1.0",
"@angular/platform-browser-dynamic": "^12.1.0",
"@angular/router": "^12.1.0",
"code-prettify": "^0.1.0",
"rxjs": "^6.6.3",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular/compiler-cli": "^12.1.0",
"@angular-devkit/build-angular": "~12.1.0",
"@angular-devkit/core": "12.1.0",
"ng-packagr": "^12.1.0",
"typescript": "~4.3.4",
"@angular/cli": "12.1.0",
"@angular/language-service": "^12.1.0",
"@types/jasmine": "~3.6.1",
"@types/jasminewd2": "~2.0.6",
"@types/node": "^14.14.7",
"codelyzer": "^6.0.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~9.0.0",
"tslint": "~6.1.3"
}
}