-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.7 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
51
52
53
54
55
{
"name": "date-time-range-picker-app",
"version": "1.0.1",
"scripts": {
"build_lib": "ng build --prod date-time-range-picker",
"npm_pack": "cd dist/@snappcar/date-time-range-picker && npm pack && cd ../..",
"package": "npm run build_lib && npm run npm_pack",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --prod --base-href \"https://snappcar.github.io/ngx-date-time-range-picker/\"",
"test": "ng run date-time-range-picker-app:test --silent",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^10.2.1",
"@angular/common": "^10.2.1",
"@angular/compiler": "^10.2.1",
"@angular/core": "^10.2.1",
"@angular/forms": "^10.2.1",
"@angular/platform-browser": "^10.2.1",
"@angular/platform-browser-dynamic": "^10.2.1",
"@angular/router": "^10.2.1",
"@types/moment": "^2.13.0",
"core-js": "^3.6.5",
"moment": "^2.22.2",
"rxjs": "^6.5.3",
"tsickle": "0.39.1",
"zone.js": "^0.11.3"
},
"devDependencies": {
"@angular-builders/jest": "10.0.1",
"@angular-devkit/build-angular": "~0.1002.0",
"@angular-devkit/build-ng-packagr": "~0.1002.0",
"@angular/cdk": "^10.2.1",
"@angular/cli": "~10.2.0",
"@angular/compiler-cli": "^10.2.1",
"@angular/language-service": "^10.2.1",
"@types/node": "~14.14.6",
"codelyzer": "6.0.1",
"jest": "26.6.1",
"jest-canvas-mock": "2.3.0",
"jest-preset-angular": "8.3.2",
"ng-packagr": "10.1.2",
"protractor": "~7.0.0",
"ts-node": "~9.0.0",
"tslib": "^2.0.3",
"tslint": "~6.1.3",
"typescript": "~4.0.5",
"ng-mocks": "10.5.1",
"prettier": "2.1.2"
}
}