-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.41 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "mocha-ref",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack serve --mode=development",
"prod": "webpack --mode=production",
"test": "cross-env NODE_ENV=test mocha --timeout 10000 src/**/*.test.js",
"test:watch": "cross-env NODE_ENV=test mocha --timeout 10000 -w src/**/*.test.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "7.13.8",
"@babel/preset-env": "7.13.9",
"@babel/preset-react": "7.12.13",
"@babel/register": "7.13.8",
"@testing-library/dom": "7.29.6",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.5",
"@testing-library/user-event": "12.8.1",
"@types/jest": "26.0.20",
"babel-loader": "8.2.2",
"babel-preset-react-app": "10.0.0",
"core-js": "3.9.1",
"cross-env": "7.0.3",
"css-loader": "5.1.1",
"expect": "26.6.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.2.0",
"ignore-styles": "5.0.1",
"isomorphic-fetch": "3.0.0",
"jsdom": "16.4.0",
"jsdom-global": "3.0.2",
"localstorage-polyfill": "1.0.1",
"mocha": "8.3.0",
"msw": "0.27.0",
"path": "0.12.7",
"react": "17.0.1",
"react-dom": "17.0.1",
"regenerator-runtime": "0.13.7",
"style-loader": "2.0.0",
"webpack": "5.24.3",
"webpack-cli": "4.5.0",
"webpack-dev-server": "3.11.2"
}
}