-
Notifications
You must be signed in to change notification settings - Fork 668
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.35 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.35 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
{
"author": "Developer Express Inc.",
"name": "devextreme-react",
"version": "24.1.16",
"description": "DevExtreme UI and Visualization Components for React",
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/DevExtreme.git",
"directory": "packages/devextreme-react"
},
"main": "./cjs/index.js",
"module": "./esm/index.js",
"types": "./cjs/index.d.ts",
"scripts": {
"clean": "gulp clean",
"regenerate": "npm run clean && gulp generate",
"lint": "eslint --ignore-pattern __tests__ src/core",
"pack": "gulp npm.pack",
"test": "jest"
},
"keywords": [
"react",
"devextreme",
"devexpress"
],
"license": "MIT",
"peerDependencies": {
"devextreme": "~24.1.16",
"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.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-header": "^2.0.0",
"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.2",
"typescript": "~4.9"
}
}