-
-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.68 KB
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
{
"name": "angular-plotly.js",
"version": "22.0.1",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve demo_app",
"build": "npm run build:demo",
"build:lib": "node scripts/sync-package-assets.mjs && ng build plotly --configuration production",
"build:demo": "npm run build:lib && ng build demo_app --configuration production",
"test": "npm run build:lib && ng test plotly --watch=false --browsers ChromeHeadless && ng test demo_app --watch=false --browsers ChromeHeadless",
"lint": "ng lint",
"verify:package": "npm run build:lib && node scripts/verify-package.mjs",
"verify:consumer": "npm run build:lib && node scripts/verify-consumer.mjs"
},
"private": true,
"dependencies": {
"@angular/common": "22.1.3",
"@angular/core": "22.1.3",
"@angular/platform-browser": "22.1.3",
"@angular/router": "22.1.3",
"plotly.js-dist": "2.35.3",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.16.2"
},
"devDependencies": {
"@angular/build": "22.1.5",
"@angular/cli": "22.1.5",
"@angular/compiler": "22.1.3",
"@angular/compiler-cli": "22.1.3",
"@eslint/js": "10.0.1",
"@types/jasmine": "5.1.9",
"@types/node": "24.10.1",
"angular-eslint": "22.1.0",
"eslint": "10.8.1",
"istanbul-lib-instrument": "6.0.3",
"jasmine-core": "5.10.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.3.0",
"ng-packagr": "22.1.1",
"typescript": "6.0.3",
"typescript-eslint": "8.67.0"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"packageManager": "npm@11.6.0"
}