-
Notifications
You must be signed in to change notification settings - Fork 672
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.31 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
{
"name": "devextreme-angular-playground",
"description": "DevExtreme Angular UI and Visualization Components",
"private": true,
"version": "24.1.17",
"author": "Developer Express Inc.",
"license": "MIT",
"dependencies": {
"@angular/animations": "~16.2.12",
"@angular/common": "~16.2.12",
"@angular/compiler": "~16.2.12",
"@angular/compiler-cli": "~16.2.12",
"@angular/core": "~16.2.12",
"@angular/forms": "~16.2.12",
"@angular/platform-browser": "~16.2.12",
"@angular/platform-browser-dynamic": "~16.2.12",
"@angular/router": "~16.2.12",
"core-js": "^2.6.12",
"devextreme": "~24.1.17",
"devextreme-angular": "~24.1.17",
"rxjs": "^6.6.7",
"tslib": "^2.6.1",
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.14",
"@angular/cli": "~16.2.12",
"@angular/platform-server": "~16.2.12",
"@angular/language-service": "~16.2.12",
"@types/jasmine": "^5.1.4",
"@types/node": "20.11.17",
"ts-node": "10.9.2",
"typescript": "~4.9.3"
},
"scripts": {
"ng": "ng",
"test": "cross-env NODE_OPTIONS=--openssl-legacy-provider ng test",
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider ng serve --open -c dev",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider ng build"
}
}