forked from uiuniversal/ngu-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.88 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "ngu-carousel-example",
"version": "7.1.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uiuniversal/ngu-carousel.git"
},
"scripts": {
"ng": "nx",
"start": "nx serve",
"format:write": "nx format:write",
"format:check": "nx format:check"
},
"private": false,
"dependencies": {
"@angular/animations": "16.0.1",
"@angular/cdk": "16.0.1",
"@angular/common": "16.0.1",
"@angular/compiler": "16.0.1",
"@angular/core": "16.0.1",
"@angular/forms": "16.0.1",
"@angular/material": "16.0.1",
"@angular/platform-browser": "16.0.1",
"@angular/platform-browser-dynamic": "16.0.1",
"@angular/router": "16.0.1",
"@ngx-builders/analyze": "4.0.0",
"@nx/angular": "16.1.4",
"core-js": "~3.30.2",
"hammerjs": "2.0.8",
"rxjs": "7.8.1",
"tslib": "2.5.0",
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.0.1",
"@angular-devkit/core": "16.0.1",
"@angular-devkit/schematics": "16.0.1",
"@angular-eslint/eslint-plugin": "16.0.1",
"@angular-eslint/eslint-plugin-template": "16.0.1",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "~16.0.1",
"@angular/compiler-cli": "16.0.1",
"@angular/language-service": "16.0.1",
"@cypress/webpack-dev-server": "~3.4.1",
"@nx/cypress": "16.1.4",
"@nx/eslint-plugin": "16.1.4",
"@nx/js": "16.1.4",
"@nx/linter": "16.1.4",
"@nx/storybook": "16.1.4",
"@nx/web": "16.1.4",
"@nx/workspace": "16.1.4",
"@schematics/angular": "16.0.1",
"@storybook/addon-essentials": "7.1.0-alpha.13",
"@storybook/angular": "7.1.0-alpha.13",
"@storybook/core-server": "7.1.0-alpha.13",
"@types/hammerjs": "2.0.41",
"@types/jasmine": "4.3.1",
"@types/node": "20.1.3",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"cypress": "~12.12.0",
"eslint": "~8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "~2.13.3",
"eslint-plugin-storybook": "~0.6.12",
"html-webpack-plugin": "~5.5.1",
"husky": "8.0.3",
"jasmine-core": "4.6.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.0",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
"lint-staged": "~13.2.2",
"ng-packagr": "16.0.1",
"nx": "16.1.4",
"nx-cloud": "16.0.5",
"postcss": "~8.4.23",
"postcss-import": "~15.1.0",
"postcss-preset-env": "~8.3.2",
"postcss-url": "~10.1.3",
"prettier": "2.8.8",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"storybook": "7.1.0-alpha.13",
"typescript": "5.0.4",
"webpack": "~5.82.1"
},
"keywords": [
"angular",
"carousel",
"universal",
"angular universal",
"universal carousel",
"ngu carousel"
]
}