-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.67 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.67 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
53
54
{
"name": "devextreme-themebuilder-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration=production --base-href https://devexpress.github.io/ThemeBuilder/ && node ./copyfile.js",
"lint-fix": "eslint --fix \"src/**/*.ts\"",
"lint": "eslint \"src/**/*.ts\"",
"test": "npm run lint && npm run build"
},
"private": true,
"dependencies": {
"@angular-devkit/schematics": "^20.3.17",
"@angular/animations": "^20.3.17",
"@angular/common": "^20.3.17",
"@angular/compiler": "^20.3.17",
"@angular/core": "^20.3.17",
"@angular/forms": "^20.3.17",
"@angular/platform-browser": "^20.3.17",
"@angular/platform-browser-dynamic": "^20.3.17",
"@angular/router": "^20.3.17",
"@ngtools/webpack": "^20.3.17",
"core-js": "^2.5.4",
"devextreme": "25.2.5",
"devextreme-angular": "25.2.5",
"devextreme-themebuilder": "25.2.5",
"file-saver": "^2.0.2",
"jszip": "^3.2.2",
"jszip-utils": "^0.1.0",
"rxjs": "^7.0.0",
"smoothscroll-polyfill": "^0.4.3",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^20.0.0",
"@angular-devkit/build-angular": "^20.3.17",
"@angular-devkit/core": "^20.3.17",
"@angular/cli": "^20.3.17",
"@angular/compiler-cli": "^20.3.17",
"@angular/language-service": "^20.3.17",
"@babel/core": "^7.3.4",
"@types/node": "ts5.4",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint": "^8.0.0",
"path-browserify": "^1.0.1",
"ts-node": "~5.0.1",
"typescript": "~5.8.0"
},
"overrides": {
"form-data": "~2.5.4",
"serialize-javascript": "^7.0.4"
}
}