source: frontend/node_modules/jest-config/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "name": "jest-config",
3 "version": "27.5.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-config"
8 },
9 "license": "MIT",
10 "main": "./build/index.js",
11 "types": "./build/index.d.ts",
12 "exports": {
13 ".": {
14 "types": "./build/index.d.ts",
15 "default": "./build/index.js"
16 },
17 "./package.json": "./package.json"
18 },
19 "peerDependencies": {
20 "ts-node": ">=9.0.0"
21 },
22 "peerDependenciesMeta": {
23 "ts-node": {
24 "optional": true
25 }
26 },
27 "dependencies": {
28 "@babel/core": "^7.8.0",
29 "@jest/test-sequencer": "^27.5.1",
30 "@jest/types": "^27.5.1",
31 "babel-jest": "^27.5.1",
32 "chalk": "^4.0.0",
33 "ci-info": "^3.2.0",
34 "deepmerge": "^4.2.2",
35 "glob": "^7.1.1",
36 "graceful-fs": "^4.2.9",
37 "jest-circus": "^27.5.1",
38 "jest-environment-jsdom": "^27.5.1",
39 "jest-environment-node": "^27.5.1",
40 "jest-get-type": "^27.5.1",
41 "jest-jasmine2": "^27.5.1",
42 "jest-regex-util": "^27.5.1",
43 "jest-resolve": "^27.5.1",
44 "jest-runner": "^27.5.1",
45 "jest-util": "^27.5.1",
46 "jest-validate": "^27.5.1",
47 "micromatch": "^4.0.4",
48 "parse-json": "^5.2.0",
49 "pretty-format": "^27.5.1",
50 "slash": "^3.0.0",
51 "strip-json-comments": "^3.1.1"
52 },
53 "devDependencies": {
54 "@types/glob": "^7.1.1",
55 "@types/graceful-fs": "^4.1.3",
56 "@types/micromatch": "^4.0.1",
57 "semver": "^7.3.5",
58 "ts-node": "^9.0.0",
59 "typescript": "^4.0.3"
60 },
61 "engines": {
62 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
63 },
64 "publishConfig": {
65 "access": "public"
66 },
67 "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
68}
Note: See TracBrowser for help on using the repository browser.