-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
108 lines (108 loc) · 3.68 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
106
107
108
{
"name": "ngx-skeleton-loader-demo",
"description": "Make beautiful, animated loading skeletons that automatically adapt to your Angular apps",
"version": "9.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test ngx-skeleton-loader-demo --watch=false --no-progress --code-coverage && ng test ngx-skeleton-loader --watch=false --no-progress --code-coverage",
"tdd": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"bundlesize": "bundlesize",
"build:pkg": "ng build ngx-skeleton-loader --configuration production",
"update-library-version": "node ./scripts/build.js && cp -f *.md dist/ngx-skeleton-loader",
"postversion": "git push && git push --tags",
"prepublish": "npm run build && npm run build:pkg && npm run update-library-version",
"version": "version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && npm run build:pkg && npm run update-library-version && git add .",
"coveralls": "cat ./coverage/ngx-skeleton-loader/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage",
"build:ssr": "ng run ngx-skeleton-loader-demo:build:production",
"serve:ssr": "node dist/ngx-skeleton-loader-demo/server/server.mjs"
},
"private": false,
"license": "MIT",
"keywords": [
"angular",
"ngx",
"skeleton",
"ghost",
"loader",
"ngx-skeleton-loader",
"facebook-loading",
"loading",
"skeleton-loader",
"skeleton-animation",
"animation"
],
"repository": {
"type": "git",
"url": "https://github.com/willmendesneto/ngx-skeleton-loader.git"
},
"bugs": {
"url": "https://github.com/willmendesneto/ngx-skeleton-loader/issues"
},
"homepage": "https://github.com/willmendesneto/ngx-skeleton-loader#readme",
"bundlesize": [
{
"path": "./dist/ngx-skeleton-loader/fesm2022/ngx-skeleton-loader.mjs",
"maxSize": "2.92KB"
}
],
"dependencies": {
"@angular/animations": "^18.0.1",
"@angular/common": "^18.0.1",
"@angular/compiler": "^18.0.1",
"@angular/core": "^18.0.1",
"@angular/forms": "^18.0.1",
"@angular/platform-browser": "^18.0.1",
"@angular/platform-browser-dynamic": "^18.0.1",
"@angular/platform-server": "^18.0.1",
"@angular/router": "^18.0.1",
"@angular/ssr": "^18.0.2",
"express": "^4.18.2",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1800.2",
"@angular-devkit/build-angular": "^18.0.2",
"@angular-eslint/builder": "18.0.0",
"@angular-eslint/eslint-plugin": "18.0.0",
"@angular-eslint/eslint-plugin-template": "18.0.0",
"@angular-eslint/schematics": "18.0.0",
"@angular-eslint/template-parser": "18.0.0",
"@angular/cli": "^18.0.2",
"@angular/compiler-cli": "^18.0.1",
"@angular/language-service": "^18.0.1",
"@types/express": "^4.17.17",
"@types/jasmine": "^3.8.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^18.16.6",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"ajv": "^8.11.2",
"bundlesize": "^0.18.2",
"changelog-verify": "^1.1.0",
"core-js": "^3.26.1",
"coveralls": "^3.0.2",
"eslint": "^8.57.0",
"jasmine-core": "^3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.9",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^18.0.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "~5.4.5",
"version-changelog": "^3.1.0"
},
"engines": {
"node": "^18.13.0 || ^20.9.0"
}
}