-
Notifications
You must be signed in to change notification settings - Fork 667
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.33 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.33 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
{
"name": "devextreme-angular-playground",
"description": "DevExtreme Angular UI and Visualization Components",
"private": true,
"version": "25.1.11",
"author": "Developer Express Inc.",
"license": "MIT",
"dependencies": {
"@angular/animations": "17.3.12",
"@angular/common": "17.3.12",
"@angular/compiler": "17.3.12",
"@angular/compiler-cli": "17.3.12",
"@angular/core": "17.3.12",
"@angular/forms": "17.3.12",
"@angular/platform-browser": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/router": "17.3.12",
"core-js": "^2.6.12",
"devextreme": "workspace:*",
"devextreme-angular": "workspace:*",
"rxjs": "7.8.1",
"tslib": "^2.6.1",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.11",
"@angular/cli": "17.3.11",
"@angular/language-service": "17.3.12",
"@angular/platform-server": "17.3.12",
"@types/jasmine": "5.1.4",
"@types/node": "20.11.17",
"cross-env": "7.0.3",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"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"
}
}