-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
93 lines (93 loc) · 3.02 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
{
"name": "owl-carousel-libdemo",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "./node_modules/.bin/nx lint && nx lint",
"e2e": "nx e2e",
"affected:apps": "./node_modules/.bin/nx affected:apps",
"affected:build": "./node_modules/.bin/nx affected:build",
"affected:e2e": "./node_modules/.bin/nx affected:e2e",
"affected:test": "./node_modules/.bin/nx affected:test",
"affected:lint": "./node_modules/.bin/nx affected:lint",
"affected:dep-graph": "./node_modules/.bin/nx affected:dep-graph",
"format": "./node_modules/.bin/nx format:write",
"format:write": "./node_modules/.bin/nx format:write",
"format:check": "./node_modules/.bin/nx format:check",
"update": "nx migrate latest",
"update:check": "nx update",
"dep-graph": "./node_modules/.bin/nx dep-graph",
"help": "./node_modules/.bin/nx help",
"build:lib": "ng-packagr -p libs/ngx-owl-carousel-o/ng-package.json",
"affected": "./node_modules/.bin/nx affected",
"nx": "nx",
"workspace-generator": "nx workspace-generator"
},
"private": true,
"dependencies": {
"@angular/animations": "18.0.1",
"@angular/cdk": "18.0.1",
"@angular/common": "18.0.1",
"@angular/compiler": "18.0.1",
"@angular/core": "18.0.1",
"@angular/forms": "18.0.1",
"@angular/material": "18.0.1",
"@angular/platform-browser": "18.0.1",
"@angular/platform-browser-dynamic": "18.0.1",
"@angular/router": "18.0.1",
"@ngrx/effects": "17.0.1",
"@ngrx/router-store": "17.0.1",
"@ngrx/store": "17.0.1",
"@ngrx/store-devtools": "17.0.1",
"@nx/angular": "19.1.1",
"animate.css": "^3.7.0",
"bootstrap": "^5.0.1",
"core-js": "3.19.0",
"rxjs": "7.8.1",
"rxjs-compat": "6.0.0",
"tslib": "^2.4.0",
"zone.js": "0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.0.2",
"@angular-devkit/core": "18.0.2",
"@angular-devkit/schematics": "18.0.2",
"@angular/cli": "~18.0.0",
"@angular/compiler-cli": "18.0.1",
"@angular/language-service": "18.0.1",
"@ngrx/schematics": "17.0.1",
"@nx/workspace": "19.1.1",
"@schematics/angular": "18.0.2",
"@types/jasmine": "4.0.3",
"@types/jasminewd2": "~2.0.3",
"@types/node": "18.19.9",
"autoprefixer": "^10.4.0",
"codelyzer": "6.0.2",
"dotenv": "10.0.0",
"jasmine-core": "4.2.0",
"jasmine-marbles": "0.8.4",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
"ng-packagr": "18.0.0",
"nx": "19.1.1",
"nx-cloud": "19.0.0",
"postcss": "^8.4.14",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"prettier": "2.7.1",
"protractor": "7.0.0",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"typescript": "5.4.5"
}
}