-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.51 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
{
"name": "@thomascsd/ngx-dot-calendar",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"start": "ng serve",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build": "ng build ngx-dot-calendar-web --configuration production",
"build:lib": "ng build ngx-dot-calendar --configuration production",
"deploy": "cd dist/ngx-dot-calendar && npm publish --access public",
"deploy:pages": "npx angular-cli-ghpages --dir=dist/ngx-dot-calendar-web"
},
"homepage": "https://thomascsd.github.io/ngx-dot-calendar/",
"repository": {
"type": "git",
"url": "https://github.com/thomascsd/ngx-dot-calendar.git"
},
"dependencies": {
"@angular/animations": "^14.3.0",
"@angular/cli": "^14.2.11",
"@angular/common": "^14.3.0",
"@angular/compiler": "^14.3.0",
"@angular/compiler-cli": "^14.3.0",
"@angular/core": "^14.3.0",
"@angular/forms": "^14.3.0",
"@angular/language-service": "^14.3.0",
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/platform-server": "^14.3.0",
"@angular/router": "^14.3.0",
"bourbon": "^5.0.1",
"codelyzer": "^6.0.2",
"core-js": "^3.31.1",
"date-fns": "^2.30.0",
"rimraf": "^5.0.1",
"rxjs": "^6.6.7",
"tslib": "^2.6.0",
"tslint": "~6.1.3",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.11",
"angular-cli-ghpages": "^1.0.6",
"ng-packagr": "^14.2.2",
"typescript": "^4.6.4"
}
}