-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 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-template",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build-themes": "devextreme build",
"postinstall": "npm run build-themes"
},
"private": true,
"dependencies": {
"@angular/cdk": "^21.2.4",
"@angular/common": "^21.2.4",
"@angular/compiler": "^21.2.4",
"@angular/core": "^21.2.4",
"@angular/forms": "^21.2.4",
"@angular/platform-browser": "^21.2.4",
"@angular/router": "^21.2.4",
"devextreme": "^25.2.5",
"devextreme-angular": "^25.2.5",
"devextreme-schematics": "^1.14.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^21.2.4",
"@angular/cli": "^21.2.4",
"@angular/compiler-cli": "^21.2.4",
"devextreme-cli": "latest",
"devextreme-themebuilder": "^25.2.5",
"sass-embedded": "1.66.0",
"typescript": "~5.9.2"
},
"overrides": {
"picomatch": "^4.0.4",
"vite@<7.3.2": "7.3.2"
}
}