-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1023 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1023 Bytes
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
{
"name": "react-webdriverio-init",
"version": "1.0.0",
"description": "Skeleton project for testing React components with WebdriverIO",
"main": "src/main.js",
"scripts": {
"dev": "npx parcel src/index.html",
"test": "wdio run ./wdio.conf.js"
},
"keywords": [
"React",
"WebdriverIO",
"Skeleton"
],
"author": "Andrei-Constantin Alexandru",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.9",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/webdriverio": "^3.2.1",
"@vitejs/plugin-react": "^4.2.1",
"@wdio/browser-runner": "^8.31.1",
"@wdio/cli": "^8.31.1",
"@wdio/devtools-service": "^8.31.1",
"@wdio/mocha-framework": "^8.31.1",
"@wdio/spec-reporter": "^8.31.1",
"eslint-plugin-jest-dom": "^5.1.0",
"process": "^0.11.10",
"react": "^18.2.0"
}
}