-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 3.76 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "@restate/web-ui",
"version": "0.0.3",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@react-aria/interactions": "3.22.4",
"@remix-run/node": "2.13.1",
"@remix-run/react": "2.13.1",
"@remix-run/serve": "2.13.1",
"@tailwindcss/container-queries": "0.1.1",
"@tanstack/react-query": "5.51.21",
"axios": "1.7.4",
"cors": "2.8.5",
"express": "4.20.0",
"highlight.js": "11.9.0",
"isbot": "4.4.0",
"koa": "2.14.2",
"ky": "1.5.0",
"lucide-react": "0.424.0",
"openapi-fetch": "0.12.0",
"react": "19.0.0-rc-83825814-20241015",
"react-aria": "3.35.1",
"react-aria-components": "1.4.1",
"react-dom": "19.0.0-rc-83825814-20241015",
"react-responsive-masonry": "2.2.0",
"react-stately": "3.32.2",
"tailwind-variants": "0.2.1",
"tiny-invariant": "1.3.3",
"tslib": "2.6.3",
"use-dehydrated-state": "0.1.0"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@eslint/eslintrc": "^2.1.1",
"@eslint/js": "~8.57.0",
"@faker-js/faker": "8.4.1",
"@mswjs/data": "0.16.1",
"@mswjs/http-middleware": "0.10.1",
"@nx/devkit": "20.0.1",
"@nx/esbuild": "20.0.1",
"@nx/eslint": "20.0.1",
"@nx/eslint-plugin": "20.0.1",
"@nx/jest": "20.0.1",
"@nx/js": "20.0.1",
"@nx/node": "20.0.1",
"@nx/playwright": "20.0.1",
"@nx/react": "20.0.1",
"@nx/remix": "20.0.1",
"@nx/vite": "20.0.1",
"@nx/web": "20.0.1",
"@nx/workspace": "20.0.1",
"@playwright/test": "1.44.1",
"@redocly/cli": "1.19.0",
"@remix-run/dev": "2.13.1",
"@remix-run/testing": "2.13.1",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.11",
"@tailwindcss/forms": "0.5.7",
"@tanstack/eslint-plugin-query": "5.51.15",
"@testing-library/dom": "10.1.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/koa": "2.13.12",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-responsive-masonry": "2.1.3",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"autoprefixer": "10.4.13",
"esbuild": "0.19.12",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-playwright": "1.6.2",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "5.0.0",
"jest": "29.7.0",
"jest-environment-node": "29.7.0",
"jsdom": "22.1.0",
"msw": "2.3.5",
"nx": "20.0.1",
"openapi-typescript": "7.4.0",
"postcss": "8.4.38",
"prettier": "2.8.8",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "1.0.7",
"tailwindcss-react-aria-components": "1.1.6",
"ts-jest": "29.1.5",
"ts-node": "10.9.1",
"typescript": "5.5.4",
"typescript-eslint": "8.9.0",
"vite": "5.3.6",
"vitest": "1.6.0"
},
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"send@<0.19.0": ">=0.19.0",
"cookie@<0.7.0": ">=0.7.0"
},
"peerDependencyRules": {
"allowAny": [
"@types/react",
"@types/react-dom"
],
"allowedVersions": {
"react": "19.0.0-rc-83825814-20241015",
"react-dom": "19.0.0-rc-83825814-20241015"
}
}
},
"packageManager": "[email protected]"
}