This repository has been archived by the owner on May 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
66 lines (66 loc) · 2.07 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
{
"name": "ngx-trend",
"version": "0.0.0-placeholder",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"prebuild": "del dist",
"build": "ts-node -O '{\"module\": \"commonjs\"}' build.ts",
"publish": "cd dist && npm publish",
"test": "ng test --watch=false",
"test:watch": "ng test",
"test:ci": "ng test --watch=false --code-coverage --no-progress",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"ghpages": "ng build --configuration production --no-progress"
},
"private": true,
"homepage": "https://ngx-trend.vercel.app",
"repository": "scttcper/ngx-trend",
"devDependencies": {
"@angular-devkit/build-angular": "13.3.1",
"@angular-eslint/builder": "13.2.0",
"@angular-eslint/eslint-plugin": "13.2.0",
"@angular-eslint/eslint-plugin-template": "13.2.0",
"@angular-eslint/schematics": "13.2.0",
"@angular-eslint/template-parser": "13.2.0",
"@angular/animations": "13.3.1",
"@angular/cdk": "13.3.2",
"@angular/cli": "13.3.1",
"@angular/common": "13.3.1",
"@angular/compiler": "13.3.1",
"@angular/compiler-cli": "13.3.1",
"@angular/core": "13.3.1",
"@angular/forms": "13.3.1",
"@angular/language-service": "13.3.1",
"@angular/material": "13.3.2",
"@angular/platform-browser": "13.3.1",
"@angular/platform-browser-dynamic": "13.3.1",
"@angular/router": "13.3.1",
"@ctrl/ngx-github-buttons": "7.1.0",
"@types/jasmine": "4.0.2",
"@types/node": "17.0.23",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"core-js": "3.21.1",
"del-cli": "4.0.1",
"eslint": "8.12.0",
"jasmine-core": "4.0.1",
"karma": "6.3.17",
"karma-chrome-launcher": "3.1.1",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.2",
"karma-jasmine-html-reporter": "1.7.0",
"ng-packagr": "13.3.0",
"rxjs": "7.5.5",
"ts-node": "10.7.0",
"tslib": "2.3.1",
"typescript": "4.6.3",
"zone.js": "0.11.5"
},
"release": {
"branch": "master"
}
}