-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.15 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.15 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
64
65
66
67
68
69
{
"name": "@cesnet/shongo-calendar",
"version": "16.4.0",
"repository": {
"type": "git",
"url": "https://github.com/CESNET/shongo-calendar"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"files": [
"dist/shongo-calendar"
],
"main": "dist/shongo-calendar",
"scripts": {
"ng": "ng",
"start": "ng serve demo",
"build:clean": "rm -rf dist",
"build:lib": "ng build shongo-calendar --configuration=production",
"release": "npm publish",
"watch": "ng build --watch --configuration development",
"test": "ng test demo",
"lint": "eslint ./projects/**/*.ts --fix",
"format": "prettier ./projects/**/*.ts --write",
"format-css": "stylelint ./projects/**/*.scss --fix"
},
"dependencies": {
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.6",
"@angular-eslint/builder": "16.2.0",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/animations": "^16.2.9",
"@angular/cli": "~16.2.6",
"@angular/common": "^16.2.9",
"@angular/compiler": "^16.2.9",
"@angular/compiler-cli": "^16.2.9",
"@angular/core": "^16.2.9",
"@angular/forms": "^16.2.9",
"@angular/platform-browser": "^16.2.9",
"@angular/platform-browser-dynamic": "^16.2.9",
"@angular/router": "^16.2.9",
"@types/jasmine": "~4.3.0",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"angular-calendar": "^0.31.0",
"bootstrap": "^5.3.2",
"eslint": "^8.51.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"moment": "^2.30.1",
"ng-packagr": "^16.2.3",
"prettier-plugin-organize-imports": "^3.2.3",
"rxjs": "~7.5.0",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.0.0",
"typescript": "^5.1.6",
"zone.js": "~0.13.3"
}
}