-
Notifications
You must be signed in to change notification settings - Fork 667
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.29 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.29 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
89
90
91
92
93
94
95
96
{
"author": "Developer Express Inc.",
"name": "devextreme-react",
"version": "25.1.11",
"description": "DevExtreme UI and Visualization Components for React",
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/DevExtreme.git",
"directory": "packages/devextreme-react"
},
"sideEffects": false,
"main": "./cjs/index.js",
"module": "./esm/index.js",
"types": "./cjs/index.d.ts",
"scripts": {
"clean": "gulp clean",
"regenerate": "pnpm run clean && gulp generate",
"lint": "eslint --ignore-pattern __tests__ src/core",
"pack": "gulp npm.pack",
"test": "jest"
},
"keywords": [
"React",
"React grid",
"react-component",
"devextreme",
"devexpress",
"UI",
"UX",
"component",
"Components",
"ui-components",
"data grid",
"datagrid",
"data-grid",
"data-table",
"Grid",
"Pivotgrid",
"Pivot-grid",
"Scheduler",
"Gantt",
"Diagram",
"treelist",
"chart",
"Chat",
"Editors",
"Form",
"File manager",
"HTML-editor",
"HTMLEditor",
"AI",
"Material-ui",
"Fluent",
"Responsive-ui",
"Javascript",
"Typescript",
"shadowdom"
],
"license": "MIT",
"peerDependencies": {
"devextreme": "workspace:*",
"react": "^16.2.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.2.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"prop-types": "^15.8.1"
},
"devDependencies": {
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "~18.0.38",
"@types/react-dom": "~18.0.11",
"del": "3.0.0",
"devextreme-metadata": "workspace:*",
"eslint": "catalog:",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "catalog:",
"eslint-config-devextreme": "catalog:",
"eslint-plugin-import": "catalog:",
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
"gulp": "4.0.2",
"gulp-header": "2.0.9",
"gulp-shell": "0.8.0",
"gulp-typescript": "5.0.1",
"jest-environment-jsdom": "29.7.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"ts-jest": "29.1.3",
"typescript": "4.9.5"
},
"publishConfig": {
"directory": "npm",
"linkDirectory": true
}
}