-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 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
{
"name": "@lg-tools/test",
"version": "0.4.14",
"description": "Jest setup & config for LeafyGreen repositories",
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"scripts": {
"build": "lg-internal-build-package",
"tsc": "tsc --build tsconfig.json"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@emotion/cache": "11.11.0",
"@emotion/css": "11.9.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@leafygreen-ui/testing-lib": "workspace:^",
"@lg-tools/build": "workspace:^",
"@lg-tools/meta": "workspace:^",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "13.5.0",
"@types/cross-spawn": "6.0.2",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.12",
"@types/jest-axe": "3.5.5",
"babel-jest": "29.7.0",
"chalk": "4.1.2",
"cross-spawn": "7.0.3",
"fs-extra": "11.1.1",
"jest": "29.6.2",
"jest-axe": "8.0.0",
"jest-canvas-mock": "2.5.1",
"jest-environment-jsdom": "29.6.2",
"jest-junit": "16.0.0",
"react-test-renderer": "18.2.0",
"regenerator-runtime": "0.14.0"
},
"peerDependencies": {
"@babel/core": "^7.23.2"
}
}