-
-
Notifications
You must be signed in to change notification settings - Fork 408
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 709 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"devDependencies": {
"@babel/preset-env": "^7.23.8",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
},
"scripts": {
"test": "jest"
},
"name": "dom-merge-conflict",
"description": "This workshop contains a collection of DOM components. For this workshop, you will be creating branches for refactoring and updating the components and then resolving the merge conflicts that arise. You'll be working in pairs, learning how to handle branching, refactoring, and creating pull requests.",
"version": "1.0.0",
"main": "babel.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}