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
60 lines (60 loc) · 1.6 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.6 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
{
"author": "Developer Express Inc.",
"name": "devextreme-react",
"version": "24.2.14",
"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",
"devextreme",
"devexpress"
],
"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.0",
"@types/react-dom": "~18.0.0",
"del": "3.0.0",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-devextreme": "1.1.5",
"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
}
}