-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.62 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
{
"name": "angular-list-service",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"build:lib": "ng build ngx-list-service --configuration production",
"test:lib": "jest --config ./jest.lib.config.js",
"postbuild": "cp README.md dist/ngx-list-service",
"eslint": "eslint --ext .ts projects/",
"eslint:fix": "eslint --fix --ext .ts projects/"
},
"private": true,
"dependencies": {
"@angular/common": "~12.0.2",
"@angular/compiler": "~12.0.2",
"@angular/core": "~12.0.2",
"@angular/platform-browser": "~12.0.2",
"@angular/platform-browser-dynamic": "~12.0.2",
"@types/jest": "^26.0.9",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.0.2",
"@angular-eslint/builder": "~12.1.0",
"@angular-eslint/eslint-plugin": "~12.1.0",
"@angular-eslint/eslint-plugin-template": "~12.1.0",
"@angular-eslint/schematics": "~12.1.0",
"@angular-eslint/template-parser": "~12.1.0",
"@angular/cli": "~12.0.2",
"@angular/compiler-cli": "~12.0.2",
"@types/jasmine": "~3.7.6",
"@types/node": "^15.6.1",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"codelyzer": "^6.0.2",
"eslint": "^7.27.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.1.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^26.3.0",
"jest-preset-angular": "^8.3.1",
"ng-packagr": "~12.0.2",
"ts-node": "^10.0.0",
"typescript": ">= 4.2.3 <4.3"
}
}