-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
68 lines (68 loc) · 2.32 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
{
"name": "@kolkov/ngx-dadata",
"version": "1.0.4",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ngx-dadata-app --configuration production",
"test": "ng test",
"lint:lib": "ng lint ngx-dadata",
"e2e": "ng e2e",
"build-watch:lib": "ng build ngx-dadata --watch",
"test:lib": "ng test ngx-dadata",
"build:lib": "ng build ngx-dadata --configuration production",
"publish:lib": "npm run copy:readme && npm run copy:changelog && npm run copy:license && npm publish ./dist/ngx-dadata",
"copy:readme": "cpx ./README.md dist/ngx-dadata",
"copy:changelog": "cpx ./CHANGELOG.md dist/ngx-dadata",
"copy:license": "cpx ./LICENSE dist/ngx-dadata",
"test-ci": "ng test ngx-dadata --code-coverage --watch=false --browsers=ChromeHeadless",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.3",
"@angular/common": "~13.3.3",
"@angular/compiler": "~13.3.3",
"@angular/core": "~13.3.3",
"@angular/forms": "~13.3.3",
"@angular/platform-browser": "~13.3.3",
"@angular/platform-browser-dynamic": "~13.3.3",
"@angular/router": "~13.3.3",
"safevalues": "^0.1.8",
"npm": "^7.5.6",
"rxjs": "~6.5.4",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.3",
"@angular-eslint/builder": "13.2.1",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "~13.3.3",
"@angular/compiler-cli": "~13.3.3",
"@angular/language-service": "~13.3.3",
"@types/jasmine": "~3.10.3",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^16.11.7",
"@types/trusted-types": "^2.0.2",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"coveralls": "^3.0.4",
"cpx": "^1.5.0",
"eslint": "^8.2.0",
"jasmine-core": "~3.10.1",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.19",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^13.1.2",
"protractor": "~7.0.0",
"ts-node": "~7.0.0",
"typescript": "~4.5.4"
}
}