-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.22 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
49
50
51
{
"name": "blueprint-bug",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "3.31.0",
"@blueprintjs/icons": "3.20.1",
"@blueprintjs/select": "3.13.7",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "10.4.9",
"@types/classnames": "2.2.10",
"@types/jest": "26.0.10",
"@types/react": "16.9.43",
"@types/react-dom": "16.9.8",
"@types/uuid": "8.3.0",
"classnames": "2.2.6",
"jest": "26.4.2",
"jest-junit": "11.1.0",
"jest-date-mock": "1.0.8",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.3",
"react-window": "1.8.5",
"ts-jest": "26.2.0",
"ts-loader": "8.0.2",
"typescript": "4.0.2",
"uuid": "8.3.0",
"w3c-keys": "1.0.2"
},
"scripts": {
"test": "jest --config=jestconfig.json --runInBand"
},
"eslintConfig": {
"extends": "react-app"
},
"jest": {
"moduleFileExtensions": [
"js",
"jsx"
],
"moduleDirectories": [
"node_modules",
"bower_components",
"shared"
],
"moduleNameMapper": {
"\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js",
"\\.(gif|ttf|eot|svg)$": "<rootDir>/__mocks__/fileMock.js"
}
}
}