-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.25 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
{
"name": "ui-message",
"version": "1.2.0",
"description": "UI message component for JavaScript applications",
"main": "index.js",
"scripts": {
"ng": "ng",
"start": "ng serve",
"ngbuild": "ng build message --configuration production",
"publish": "cd dist/message && npm publish",
"build_publish": "npm run ngbuild && npm run publish",
"ngtest": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"test": "./node_modules/mocha/bin/_mocha --require should ./test",
"build": "babel lib -d dist/node-message"
},
"dependencies": {
"@angular/animations": "^13.3.9",
"@angular/common": "^13.3.9",
"@angular/compiler": "^13.3.9",
"@angular/core": "^13.3.9",
"@angular/forms": "^13.3.9",
"@angular/platform-browser": "^13.3.9",
"@angular/platform-browser-dynamic": "^13.3.9",
"@angular/router": "^13.3.9",
"core-js": "^3.6.5",
"fs": "0.0.1-security",
"lodash": "^4.17.20",
"rxjs": "^6.6.3",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.6",
"@angular/cli": "^13.3.6",
"@angular/compiler-cli": "^13.3.9",
"@angular/language-service": "^13.3.9",
"@babel/core": "^7.11.6",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.8",
"@types/node": "~14.10.2",
"babel-cli": "^6.26.0",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"mocha": "^5.2.0",
"ng-packagr": "^13.3.1",
"protractor": "~7.0.0",
"should": "^13.2.3",
"ts-node": "~7.0.1",
"tsickle": "0.39.1",
"tslib": "^2.4.0",
"tslint": "~6.1.0",
"typescript": "~4.6.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VinceZK/ui-message.git"
},
"keywords": [
"message",
"error",
"warning",
"information"
],
"author": "VinceZK",
"license": "MIT",
"bugs": {
"url": "https://github.com/VinceZK/ui-message/issues"
},
"homepage": "https://github.com/VinceZK/ui-message#readme"
}