-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1.29 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
{
"name": "swipe-bottom-sheet",
"version": "0.2.14",
"devDependencies": {
"@angular/cdk": "^12.1.4",
"@angular/cli": "^12.1.4",
"@angular/common": "~12.1.4",
"@angular/compiler": "^12.1.4",
"@angular/compiler-cli": "^12.1.4",
"@angular/core": "~12.1.4",
"@angular/language-service": "~12.1.4",
"@angular/platform-browser": "^12.1.4",
"release-it": "^14.11.6",
"rxjs": "^6.6.7",
"typescript": "^4.3.5",
"zone.js": "^0.11.4"
},
"description": "[Demo](https://joeflateau.github.io/typescript-bottom-sheet/)",
"main": "sheet.js",
"scripts": {
"deploy-demo": "(cd ./angular-demo; npm run ngh)",
"build": "rm {.,angular,lib}/*.{d.ts,js,map,metadata.json,ngsummary.json}; ngc",
"prepare": "npm run build",
"ngcc": "ngcc --properties es2015 module browser main --first-only --create-ivy-entry-points",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/joeflateau/typescript-bottom-sheet.git"
},
"files": [
"{angular,lib}/*.{d.ts,js,map,metadata.json}",
"*.{d.ts,js,scss}"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/joeflateau/typescript-bottom-sheet/issues"
},
"homepage": "https://github.com/joeflateau/typescript-bottom-sheet#readme"
}