-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.38 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "nr2f1-webite",
"description": "NR2F1 website",
"keywords": [
"NR2F1",
"BBSOAS",
"Bosch-Boonstra-Schaaf optic atrophy syndrome"
],
"authors": [
{
"name": "Pedro Martin",
"email": "[email protected]",
"url": "https://pataruco.dev"
}
],
"license": "MIT",
"devDependencies": {
"@axe-core/react": "^4.10.1",
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@contentful/rich-text-types": "^17.0.0",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@nx/js": "20.2.1",
"@nx/next": "20.2.1",
"@nx/vite": "20.2.1",
"@nx/web": "20.2.1",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.10.1",
"@swc/helpers": "~0.5.15",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest-axe": "^3.5.9",
"@types/negotiator": "^0.6.3",
"@types/node": "22.10.1",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"axe-core": "^4.10.2",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "~25.0.1",
"nx": "20.2.1",
"sass": "1.82.0",
"sass-loader": "^16.0.4",
"swc-loader": "0.2.6",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "~5.7.2",
"vite": "~6.0.3",
"vitest": "^2.1.8"
},
"nx": {
"targets": {}
},
"dependencies": {
"@apollo/client": "^3.12.2",
"@apollo/experimental-nextjs-app-support": "^0.11.7",
"@contentful/rich-text-react-renderer": "^16.0.0",
"@formatjs/intl-localematcher": "^0.5.9",
"@mui/base": "5.0.0-beta.64",
"formik": "^2.4.6",
"graphql": "^16.9.0",
"negotiator": "^1.0.0",
"next": "^15.0.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"schema-dts": "^1.1.2",
"tslib": "^2.8.1",
"yup": "^1.5.0"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}