This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
66 lines (66 loc) · 2.06 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": "@ctrl/ngx-csv",
"version": "0.0.0",
"license": "MIT",
"repository": "scttcper/ngx-csv",
"scripts": {
"ng": "ng",
"start": "ng serve",
"prebuild": "del-cli dist",
"build": "ng-packagr -p src/lib/ng-package.json",
"postbuild": "cpy README.md LICENSE dist",
"test": "ng test --browsers=ChromeCI --watch=false",
"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,
"dependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "14.0.2",
"@angular-eslint/builder": "13.5.0",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/animations": "14.0.2",
"@angular/cli": "14.0.2",
"@angular/common": "14.0.2",
"@angular/compiler-cli": "14.0.2",
"@angular/compiler": "14.0.2",
"@angular/core": "14.0.2",
"@angular/forms": "14.0.2",
"@angular/language-service": "14.0.2",
"@angular/platform-browser-dynamic": "14.0.2",
"@angular/platform-browser": "14.0.2",
"@angular/router": "14.0.2",
"@ctrl/ngx-github-buttons": "7.1.0",
"@types/jasmine": "4.0.3",
"@types/node": "18.0.0",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"bootstrap": "4.5.0",
"core-js": "3.23.1",
"cpy-cli": "4.1.0",
"del-cli": "4.0.1",
"eslint": "8.18.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.3.3",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "4.2.0",
"karma": "6.4.0",
"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",
"ng-packagr": "14.0.2",
"rxjs": "7.5.5",
"tslib": "2.4.0",
"typescript": "4.7.4",
"zone.js": "0.11.6"
},
"release": {
"branches": ["master"]
}
}