forked from larrybotha/testing-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 912 Bytes
/
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
{
"name": "07-use-dom-testing-library-to-test-any-js-framework",
"version": "1.0.0",
"description": "## 1. Use `dom-testing-library` with React",
"main": "jest.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dom-testing-library": "3.13.0",
"from-html": "0.3.3",
"jest": "23.6.0",
"jquery": "3.5.0",
"mithril": "1.1.6",
"react": "16.6.3",
"react-dom": "16.6.3",
"svelte": "2.15.3",
"vue": "2.5.18"
},
"devDependencies": {
"@babel/core": "7.2.0",
"@babel/plugin-proposal-class-properties": "7.2.1",
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/preset-env": "7.2.0",
"@babel/preset-react": "7.0.0",
"babel-core": "7.0.0-bridge.0",
"hyperapp": "1.2.9",
"jest-dom": "3.0.0",
"preact": "8.4.1"
}
}