-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.16 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
{
"name": "react-dialog-project",
"version": "0.0.0",
"license": "MIT",
"repository": "https://github.com/Crawleyprint/react-dialog",
"devDependencies": {
"@floating-ui/react-dom": "^2.1.2",
"@nx/devkit": "20.3.0",
"@nx/eslint": "20.3.0",
"@nx/eslint-plugin": "20.3.0",
"@nx/jest": "20.3.0",
"@nx/js": "20.3.0",
"@nx/next": "20.3.0",
"@nx/playwright": "20.3.0",
"@nx/react": "20.3.0",
"@nx/vite": "20.3.0",
"@nx/web": "20.3.0",
"@playwright/test": "^1.49.1",
"@swc-node/register": "1.10.9",
"@swc/cli": "~0.5.2",
"@swc/core": "1.10.2",
"@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": "^29.5.14",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@typescript-eslint/utils": "^8.18.2",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"babel-jest": "^29.7.0",
"eslint": "~9.17.0",
"eslint-config-next": "^15.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "^2.1.0",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "~25.0.1",
"nx": "20.3.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "~5.7.2",
"vite": "^6.0.6",
"vite-plugin-dts": "~4.4.0",
"vite-plugin-mkcert": "^1.17.6",
"vitest": "^2.1.8"
},
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]",
"dependencies": {
"@testing-library/dom": "^10.4.0",
"date-fns": "^4.1.0",
"next": "^15.1.3",
"react": "^19.0.0",
"react-day-picker": "^9.4.4",
"react-dom": "^19.0.0",
"react-router-dom": "7.1.1",
"tslib": "^2.8.1"
}
}