-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
81 lines (81 loc) · 2.37 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
{
"name": "ngx-modal-dialog",
"version": "4.0.0",
"description": "Dynamic modal dialog for Angular",
"scripts": {
"test": "karma start",
"test-watch": "karma start --singleRun=false --autoWatch=true",
"commit": "npm run prepublish && npm test",
"prepublish": "npm run build",
"build": "ng build"
},
"repository": {
"type": "git",
"url": "https://github.com/Greentube/ngx-modal.git"
},
"keywords": [
"Angular",
"modal",
"dialog"
],
"author": "Miroslav Jonas",
"license": "MIT",
"bugs": {
"url": "https://github.com/Greentube/ngx-modal/issues"
},
"homepage": "https://github.com/Greentube/ngx-modal",
"peerDependencies": {
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0",
"rxjs": ">=6.5.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1000.8",
"@angular-devkit/build-ng-packagr": "~0.1000.8",
"@angular/animations": "^10.0.14",
"@angular/cli": "^10.0.8",
"@angular/common": "^10.0.14",
"@angular/compiler": "^10.0.14",
"@angular/compiler-cli": "^10.0.14",
"@angular/core": "^10.0.14",
"@angular/forms": "^10.0.14",
"@angular/platform-browser": "^10.0.14",
"@angular/platform-browser-dynamic": "^10.0.14",
"@angular/platform-server": "^10.0.14",
"@angular/router": "^10.0.14",
"@types/hammerjs": "~2.0.35",
"@types/jasmine": "^3.5.14",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^14.6.2",
"awesome-typescript-loader": "^5.2.1",
"clean-webpack-plugin": "^3.0.0",
"codelyzer": "^6.0.0",
"concurrently": "^3.3.0",
"core-js": "^3.6.4",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^3.6.0",
"karma": "^5.2.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.1",
"karma-mocha-reporter": "2.2.5",
"karma-remap-coverage": "0.1.5",
"karma-sourcemap-loader": "0.3.8",
"karma-webpack": "~4.0.2",
"loader-utils": "~2.0.0",
"ng-packagr": "^10.0.0",
"reflect-metadata": "~0.1.12",
"rxjs": "^6.6.2",
"source-map-loader": "~1.1.0",
"ts-helpers": "~1.1.2",
"ts-node": "~8.6.2",
"tslib": "^2.0.0",
"tslint": "^6.1.3",
"tslint-eslint-rules": "^5.4.0",
"tslint-loader": "~3.6.0",
"typescript": "~3.9.7",
"webpack": "~4.44.1",
"webpack-node-externals": "~1.7.2",
"zone.js": "~0.10.3"
}
}