forked from DevExpress/DevExtreme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.5 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.5 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "devextreme-angular",
"version": "24.2.14",
"description": "DevExtreme UI and Visualization Components for Angular",
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/DevExtreme.git",
"directory": "packages/devextreme-angular"
},
"scripts": {
"gulp": "cross-env NODE_OPTIONS='--max_old_space_size=8192' pnpm exec gulp",
"build": "pnpm run gulp -- build",
"regenerate": "gulp generate",
"lint": "eslint src",
"test": "pnpm run gulp -- test",
"test:dev": "pnpm run gulp -- run.tests",
"pack": "gulp npm.pack"
},
"author": "Developer Express Inc.",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
"@angular/forms": ">=17.0.0",
"devextreme": "workspace:~"
},
"devDependencies": {
"@angular-devkit/architect": "0.1900.2",
"@angular-devkit/schematics": "17.3.11",
"@angular/animations": "17.3.12",
"@angular/cli": "17.3.11",
"@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/platform-server": "17.3.12",
"@types/jasmine": "2.8.23",
"@types/node": "20.11.17",
"@webcomponents/custom-elements": "1.6.0",
"codelyzer": "6.0.2",
"core-js": "2.6.12",
"cross-env": "7.0.3",
"css-loader": "6.10.0",
"del": "2.2.2",
"eslint": "8.56.0",
"gulp": "4.0.2",
"gulp-header": "2.0.9",
"gulp-replace": "0.6.1",
"gulp-sourcemaps": "2.6.5",
"gulp-typescript": "4.0.2",
"jasmine": "^5.2.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-webpack": "5.0.1",
"ng-packagr": "17.3.0",
"puppeteer": "~23.6.1",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
"stream-browserify": "3.0.0",
"style-loader": "3.3.4",
"tslib": "2.6.3",
"typescript": "5.4.5",
"webpack": "5.96.1",
"yargs": "17.7.2",
"zone.js": "0.14.10"
},
"main": "./src/index.ts",
"keywords": [
"angular",
"devextreme",
"devexpress"
],
"dependencies": {
"@angular-devkit/schematics": "17.3.11",
"devextreme-schematics": "*",
"inferno-server": "7.4.11"
},
"schematics": "./schematics/collection.json",
"publishConfig": {
"directory": "npm/dist",
"linkDirectory": true
}
}