-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 977 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
35
36
{
"name": "jest-issue-9928",
"version": "1.0.0",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "jest.config.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deej-split/jest-issue-9928.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/deej-split/jest-issue-9928/issues"
},
"homepage": "https://github.com/deej-split/jest-issue-9928#readme",
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"babel-jest": "^26.1.0",
"enzyme": "^2.9.1",
"enzyme-to-json": "^2.0.1",
"jest": "^26.1.0",
"lodash": "^4.17.19",
"prettier": "^2.0.5",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-test-renderer": "^15.6.1"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.10.4"
}
}