-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.45 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
{
"name": "devicewise",
"version": "1.1.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "npm run build -- --configuration production",
"test": "ng test",
"test:prod": "ng test --browsers=ChromeHeadless --watch=false",
"lint": "ng lint",
"e2e": "ng e2e",
"publish": "cd ./projects/devicewise-angular && npm run publish",
"build-copy": "ng build --configuration production && rm -r /e/Downloads/nginx-1.17.9/nginx-1.17.9/html/* && cp -r dist/devicewise/* /e/Downloads/nginx-1.17.9/nginx-1.17.9/html",
"postinstall": "ngcc"
},
"dependencies": {
"@angular/animations": "^15.1.2",
"@angular/cdk": "^14.2.7",
"@angular/common": "^15.1.2",
"@angular/compiler": "^15.1.2",
"@angular/core": "^15.1.2",
"@angular/forms": "^15.1.2",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^15.1.2",
"@angular/platform-browser-dynamic": "^15.1.2",
"@angular/router": "^15.1.2",
"abortcontroller-polyfill": "^1.5.0",
"devicewise-angular": "^5.3.8",
"babel-polyfill": "^6.26.0",
"classlist.js": "^1.1.20150312",
"fetch-readablestream": "^0.2.0",
"ng-packagr": "^15.1.1",
"ngx-cookie-service": "^13.1.2",
"ngx-json-viewer": "^2.4.0",
"rxjs": "~6.6.6",
"text-encoding": "^0.7.0",
"tslib": "^2.0.0",
"web-animations-js": "^2.3.2",
"web-streams-polyfill": "^3.0.0",
"whatwg-fetch": "^3.4.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.3",
"@angular-eslint/builder": "15.2.0",
"@angular-eslint/eslint-plugin": "15.2.0",
"@angular-eslint/eslint-plugin-template": "15.2.0",
"@angular-eslint/schematics": "15.2.0",
"@angular-eslint/template-parser": "15.2.0",
"@angular/cli": "^15.1.3",
"@angular/compiler-cli": "^15.1.2",
"@angular/language-service": "^15.1.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"codelyzer": "^6.0.0",
"eslint": "^8.28.0",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~9.0.0",
"typescript": "~4.8.4"
}
}