forked from mezoistvan/ng2-flatpickr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "ng2-flatpickr",
"version": "10.0.0",
"description": "Angular 2+ wrapper for flatpickr",
"main": "index.js",
"scripts": {
"test": "tsc -p ./tsconfig.json",
"build": "ng build",
"build:packagr": "ng-packagr -p package.json",
"publish": "npm publish ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mezoistvan/ng2-flatpickr.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mezoistvan/ng2-flatpickr/issues"
},
"homepage": "https://github.com/mezoistvan/ng2-flatpickr#readme",
"peerDependencies": {
"flatpickr": "^4.6.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.18",
"@angular/cli": "^12.2.18",
"@angular/common": "^12.2.17",
"@angular/compiler": "^12.2.17",
"@angular/compiler-cli": "^12.2.17",
"@angular/core": "^12.2.17",
"@angular/forms": "^12.2.17",
"@angular/platform-browser": "^12.2.17",
"@types/estree": "^1.0.0",
"@types/node": "^12.11.7",
"ng-packagr": "^12.2.7",
"rxjs": "~6.5.0",
"typescript": "4.3.5",
"zone.js": "~0.11.4"
},
"dependencies": {
"tslib": "^2.0.0"
}
}