forked from ThRintelen/ngx-metafizzy-flickity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.56 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
56
57
58
59
{
"name": "ngx-metafizzy-flickity",
"version": "5.0.0",
"description": "Angular module for https://flickity.metafizzy.co/",
"main": "dist/index.js",
"keywords": [
"angular",
"flickity",
"metafizzy"
],
"typings": "dist/index.d.ts",
"license": "MIT",
"author": "Thorsten Rintelen",
"bugs": {
"url": "https://github.com/ThRintelen/ngx-metafizzy-flickity/issues"
},
"homepage": "https://github.com/ThRintelen/ngx-metafizzy-flickity",
"repository": {
"type": "git",
"url": "git+https://github.com/ThRintelen/ngx-metafizzy-flickity.git"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"packagr": "ng-packagr -p ng-package.json"
},
"private": false,
"peerDependencies": {
"@angular/animations": "~15.1.1",
"@angular/common": "~15.1.1",
"@angular/compiler": "~15.1.1",
"@angular/core": "~15.1.1",
"@angular/forms": "~15.1.1",
"@angular/platform-browser": "~15.1.1",
"@angular/platform-browser-dynamic": "~15.1.1",
"@angular/router": "~15.0.4",
"flickity": "^3.0.0",
"rxjs": "~7.8.0",
"zone.js": "~0.12.0"
},
"dependencies": {
"tslib": "^2.4.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~15.1.2",
"@angular/cli": "~15.1.2",
"@angular/compiler-cli": "~15.1.1",
"@types/flickity": "^2.2.7",
"@types/node": "^18.11.18",
"codelyzer": "^0.0.28",
"ng-packagr": "^15.1.1",
"ngx-deploy-npm": "^4.3.10",
"ts-node": "~10.9.1",
"tslint": "~6.1.3",
"typescript": "~4.8.4"
}
}