-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.04 KB
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
{
"name": "@vis-monorepo/source",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"@tanstack/react-query": "^5.85.8",
"openapi-fetch": "^0.14.0",
"openapi-react-query": "^0.5.0",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@nx/js": "21.4.1",
"@nx/react": "21.4.1",
"@nx/vite": "21.4.1",
"@nx/web": "21.4.1",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/node": "^20.0.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/ui": "^3.0.0",
"autoprefixer": "10.4.13",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"nx": "21.4.1",
"openapi-typescript": "^7.9.1",
"postcss": "8.4.38",
"prettier": "^2.6.2",
"tailwindcss": "3.4.3",
"tslib": "^2.3.0",
"typescript": "~5.8.2",
"vite": "^6.0.0",
"vitest": "^3.0.0"
},
"workspaces": [
"packages/*",
"apps/*"
],
"packageManager": "yarn@4.9.4"
}