forked from fullcalendar/fullcalendar-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.69 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
{
"private": true,
"name": "@talentia/fullcalendar",
"version": "4.4.9",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "npm run build:demo && npm run build:lib && npm run build:meta",
"build:demo": "ng build fullcalendar-demo --configuration production",
"build:lib": "ng build @talentia/fullcalendar --configuration production && npm run build:meta",
"build:meta": "cp LICENSE.* README.* dist/fullcalendar",
"test": "ng test",
"test:lib": "ng test fullcalendar --browsers ChromeHeadless --watch=false",
"test:lib:watch": "ng test fullcalendar --watch=true",
"lint": "ng lint",
"e2e": "ng e2e",
"clean": "rm -rf dist",
"ci": "./scripts/ci.sh",
"version": "./scripts/sync-version-fields.js && git add projects/fullcalendar/package.json"
},
"dependencies": {
"@angular/animations": "17.3.12",
"@angular/common": "17.3.12",
"@angular/compiler": "17.3.12",
"@angular/core": "17.3.12",
"@angular/forms": "17.3.12",
"@angular/platform-browser": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/router": "17.3.12",
"@fullcalendar/core": "~4.4.0",
"@fullcalendar/daygrid": "~4.4.0",
"@fullcalendar/interaction": "~4.4.0",
"@fullcalendar/timegrid": "~4.4.0",
"core-js": "^3.6.2",
"fast-deep-equal": "^3.1.1",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.11",
"@angular/cli": "17.3.11",
"@angular/compiler-cli": "17.3.12",
"@angular/language-service": "17.3.12",
"@types/node": "18.19.64",
"ng-packagr": "17.3.0",
"ts-node": "~8.5.4",
"typescript": "5.4.5"
}
}