-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.18 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
{
"name": "jest_issue",
"version": "0.0.1",
"scripts": {
"all-tests": "cross-env NODE_ENV=test jest --config=\"./jest.config.all.js\" ",
"unit-tests": "jest --config=\"./jest.config.unit.js\"",
"ui-tests": "jest --config=\"./jest.config.ui.js\""
},
"dependencies": {
"@babel/core": "7.1.0",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-decorators": "7.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/polyfill": "7.0.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.0.0",
"@babel/runtime": "7.0.0"
},
"devDependencies": {
"@babel/core": "7.1.0",
"@babel/plugin-proposal-async-generator-functions": "7.1.0",
"@babel/plugin-transform-async-to-generator": "7.1.0",
"@babel/plugin-transform-runtime": "7.1.0",
"assets-webpack-plugin": "3.9.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "7.2.3",
"babel-jest": "23.6.0",
"babel-loader": "8.0.2",
"core-js": "2.5.7",
"cross-env": "5.2.0",
"identity-obj-proxy": "3.0.0",
"jest": "23.6.0",
"jest-extended": "0.8.1",
"regenerator-runtime": "0.12.1"
}
}