-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
52 lines (52 loc) · 1.62 KB
/
package.json
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": "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": "17.3.8",
"@angular/animations": "17.3.12",
"@angular/common": "17.3.12",
"@angular/compiler": "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",
"@ngtools/webpack": "17.3.11",
"core-js": "^2.5.4",
"devextreme": "24.2.3",
"devextreme-angular": "24.2.3",
"devextreme-themebuilder": "24.2.3",
"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.14.10"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^17.0.2",
"@angular-devkit/build-angular": "17.3.8",
"@angular-devkit/core": "17.3.8",
"@angular/cli": "17.3.8",
"@angular/compiler-cli": "17.3.12",
"@angular/language-service": "17.3.12",
"@babel/core": "^7.3.4",
"@types/node": "ts5.4",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"codelyzer": "^6.0.2",
"eslint": "^8.0.0",
"path-browserify": "^1.0.1",
"protractor": "^7.0.0",
"ts-node": "~5.0.1",
"typescript": "~5.4.5"
}
}