-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
52 lines (52 loc) · 1.25 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": "testcafe-react-selectors",
"version": "5.0.3",
"description": "ReactJS selectors for TestCafe",
"repository": "https://github.com/DevExpress/testcafe-react-selectors",
"main": "lib/index",
"files": [
"lib",
"ts-defs"
],
"author": {
"name": "Developer Express Inc.",
"url": "https://devexpress.com"
},
"license": "MIT",
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@testcafe/publish-please": "^5.6.0",
"chai": "^3.2.0",
"del": "^1.2.0",
"express": "^4.16.3",
"glob": "^7.1.7",
"gulp": "^4.0.2",
"gulp-eslint-new": "^1.4.2",
"gulp-mustache": "^3.0.1",
"gulp-rename": "^1.2.2",
"next": "^14.1.1",
"react": "npm:react@^18.0.0",
"react-dom": "npm:react-dom@^18.0.0",
"react-dom16": "npm:react-dom@^16.0.0",
"react-dom17": "npm:react-dom@^17.0.0",
"react16": "npm:react@^16.0.0",
"react17": "npm:react@^17.0.0",
"testcafe": "^3.6.2",
"vite": "^3.2.11"
},
"scripts": {
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"react",
"selectors",
"plugin"
],
"peerDependencies": {
"testcafe": ">1.0.0"
},
"types": "./ts-defs/index.d.ts"
}