-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
74 lines (74 loc) · 2.17 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
{
"name": "ngx-slick-carousel",
"version": "19.0.0",
"scripts": {
"build": "ng build ngx-slick-carousel && cp README.MD dist/README.MD",
"docs": "npm run docs:build",
"docs:build": "compodoc -p tsconfig.json -n ngx-slick -d docs --hideGenerator",
"docs:serve": "npm run docs:build -- -s",
"docs:watch": "npm run docs:build -- -s -w",
"lint": "eslint -c .eslintrc.js src/**/*.ts --ignore-pattern src/testing/",
"test": "ng test ngx-slick-carousel"
},
"repository": {
"type": "git",
"url": "https://github.com/leo6104/ngx-slick-carousel"
},
"author": {
"name": "leo6104",
"email": "heo@mapiacompany.com"
},
"keywords": [
"angular"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/leo6104/ngx-slick-carousel/issues"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.5",
"@angular/cli": "^19.0.5",
"@angular/common": "^19.0.4",
"@angular/compiler": "^19.0.4",
"@angular/compiler-cli": "^19.0.4",
"@angular/core": "^19.0.4",
"@angular/forms": "^19.0.4",
"@angular/platform-browser": "^19.0.4",
"@angular/platform-browser-dynamic": "^19.0.4",
"@compodoc/compodoc": "^1.1.19",
"@types/jasmine": "^4.3.1",
"@types/jquery": "^3.5.16",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"codelyzer": "^6.0.2",
"core-js": "^3.27.1",
"eslint": "^9.11.1",
"jasmine-core": "^4.5.0",
"jasmine-spec-reporter": "^7.0.0",
"jquery": "^3.6.3",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-typescript": "^5.5.4",
"karma-typescript-es6-transform": "^5.5.4",
"ng-packagr": "^19.0.1",
"protractor": "^7.0.0",
"rxjs": "^7.8.0",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"typescript": "~5.6.2",
"zone.js": "^0.15.0"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@types/slick-carousel": "^1.6.40",
"slick-carousel": "^1.8.1",
"tslib": "^2.7.0"
}
}