-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.39 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
{
"name": "sds-angular",
"description": "A sample that uses Sequential Data Store in an Angular-based environment.",
"version": "1.4.8",
"private": true,
"author": "OSIsoft, LLC",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/osisoft/sample-ocs-waveform-angular.git"
},
"scripts": {
"ng": "ng",
"prestart": "echo WARNING: The web server used in this sample is intended for use in testing or debugging sample applications locally. It has not been reviewed for security issues.",
"build": "ng build",
"update-packages": "npm i -g npm-check-updates && ncu -u && npm install --force && npm audit fix --force",
"lint": "ng lint",
"start": "ng serve",
"cy:run": "cypress run --browser chrome --config video=false",
"cy:run-headed": "cypress run --no-exit --headed",
"test": "start-server-and-test start http://localhost:4200 cy:run",
"test-local": "start-server-and-test start http://localhost:4200 cy:run-headed"
},
"dependencies": {
"@angular/animations": "^15.2.8",
"@angular/cdk": "^15.2.5",
"@angular/common": "^15.2.5",
"@angular/compiler": "^16.0.2",
"@angular/core": "^15.2.5",
"@angular/forms": "^15.2.5",
"@angular/localize": "^16.1.3",
"@angular/material": "^16.1.3",
"@angular/platform-browser": "^15.2.5",
"@angular/platform-browser-dynamic": "^15.2.5",
"@angular/router": "^15.2.8",
"@ng-bootstrap/ng-bootstrap": "^14.0.1",
"@popperjs/core": "^2.11.7",
"bluebird": "~3.7.2",
"core-js": "^3.36.0",
"moment": "~2.29.3",
"oidc-client": "~1.11.5",
"puppeteer": "^20.3.0",
"rxjs": "^7.8.0",
"rxjs-compat": "~6.6.7",
"tslib": "^2.6.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.3",
"@angular/cli": "^16.0.2",
"@angular/compiler-cli": "^15.2.5",
"@angular/language-service": "^15.2.5",
"@cypress/schematic": "^2.5.0",
"@types/jasmine": "^4.3.1",
"@types/node": "^20.4.0",
"cypress": "^12.9.0",
"jasmine-core": "^4.6.0",
"jasmine-reporters": "^2.5.2",
"karma": "^6.4.2",
"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.1.0",
"start-server-and-test": "^2.0.0",
"tslint": "^6.1.3",
"typescript": "^4.9.5"
}
}