-
Notifications
You must be signed in to change notification settings - Fork 105
/
package.json
105 lines (105 loc) · 3.1 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
100
101
102
103
104
105
{
"name": "ngu-carousel-example",
"version": "9.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uiuniversal/ngu-carousel.git"
},
"scripts": {
"ng": "nx",
"start": "nx serve ngu-carousel-example",
"format:write": "nx format:write",
"format:check": "nx format:check",
"dev:ssr": "nx run ngu-carousel-example:serve-ssr"
},
"private": false,
"dependencies": {
"@angular/animations": "18.0.4",
"@angular/cdk": "18.0.4",
"@angular/common": "18.0.4",
"@angular/compiler": "18.0.4",
"@angular/core": "18.0.4",
"@angular/forms": "18.0.4",
"@angular/material": "18.0.4",
"@angular/platform-browser": "18.0.4",
"@angular/platform-browser-dynamic": "18.0.4",
"@angular/platform-server": "18.0.4",
"@angular/router": "18.0.4",
"@angular/ssr": "18.0.5",
"@ngx-builders/analyze": "4.0.0",
"@nx/angular": "19.3.1",
"express": "~4.18.2",
"hammerjs": "2.0.8",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.0.5",
"@angular-devkit/core": "18.0.5",
"@angular-devkit/schematics": "18.0.5",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "~18.0.0",
"@angular/compiler-cli": "18.0.4",
"@angular/language-service": "18.0.4",
"@cypress/webpack-dev-server": "3.8.0",
"@nx/cypress": "19.3.1",
"@nx/eslint": "19.3.1",
"@nx/eslint-plugin": "19.3.1",
"@nx/js": "19.3.1",
"@nx/storybook": "19.3.1",
"@nx/web": "19.3.1",
"@nx/workspace": "19.3.1",
"@schematics/angular": "18.0.5",
"@storybook/addon-essentials": "7.5.3",
"@storybook/angular": "7.5.3",
"@storybook/core-server": "7.5.3",
"@types/express": "~4.17.21",
"@types/hammerjs": "2.0.44",
"@types/jasmine": "5.1.2",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "7.3.0",
"@typescript-eslint/parser": "7.3.0",
"@typescript-eslint/utils": "^8.0.0-alpha.28",
"autoprefixer": "^10.4.0",
"browser-sync": "^3.0.0",
"cypress": "13.8.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-storybook": "~0.6.15",
"html-webpack-plugin": "~5.5.3",
"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.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"lint-staged": "~15.1.0",
"ng-packagr": "18.0.0",
"nx": "19.3.1",
"postcss": "~8.4.31",
"postcss-import": "~15.1.0",
"postcss-preset-env": "~9.3.0",
"postcss-url": "~10.1.3",
"prettier": "3.1.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"storybook": "7.5.3",
"typescript": "5.4.5",
"webpack": "~5.89.0"
},
"keywords": [
"angular",
"carousel",
"universal",
"angular universal",
"universal carousel",
"ngu carousel"
]
}