-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
148 lines (148 loc) · 4.83 KB
/
Copy pathpackage.json
File metadata and controls
148 lines (148 loc) · 4.83 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "nexa-client-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"start": "vite --port 3000",
"build": "vite build && tsc",
"serve": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"lint": "eslint",
"format": "prettier",
"check": "prettier --write . && eslint --fix",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@apollo/client": "^4.0.11",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fontsource-variable/atkinson-hyperlegible-next": "^5.2.6",
"@graphql-typed-document-node/core": "^3.2.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@t3-oss/env-core": "^0.13.10",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-devtools": "^0.9.2",
"@tanstack/react-form": "^1.27.7",
"@tanstack/react-router": "^1.146.2",
"@tanstack/react-router-devtools": "^1.146.2",
"@tanstack/react-virtual": "^3.13.18",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.15.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"graphql": "^16.11.0",
"graphql-config": "^5.1.5",
"graphql-request": "^7.4.0",
"graphql-ws": "^6.0.6",
"jotai": "^2.16.1",
"lucide-react": "^0.562.0",
"luxon": "^3.7.2",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-error-boundary": "^6.0.3",
"react-zoom-pan-pinch": "^3.7.0",
"rxjs": "^7.8.1",
"shaka-player": "^4.16.13",
"sonner": "^2.0.7",
"swiper": "^12.0.3",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"thumbhash": "^0.1.1",
"tw-animate-css": "^1.3.8",
"ua-parser-js": "^2.0.7",
"zod": "^4.3.5"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.15.2",
"@eslint/js": "^9.39.2",
"@graphql-codegen/cli": "^6.1.0",
"@graphql-codegen/client-preset": "^5.2.2",
"@graphql-codegen/schema-ast": "^5.0.0",
"@graphql-eslint/eslint-plugin": "^4.4.0",
"@html-eslint/eslint-plugin": "^0.52.1",
"@html-eslint/parser": "^0.50.0",
"@iconify-json/material-symbols": "^1.2.51",
"@parcel/watcher": "^2.5.1",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tanstack/eslint-config": "^0.3.4",
"@tanstack/eslint-plugin-router": "^1.141.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/luxon": "^3.7.1",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.52.0",
"@vitejs/plugin-react": "^5.1.2",
"@vitejs/plugin-react-swc": "^4.2.2",
"@vitest/coverage-v8": "^4.0.16",
"@vitest/ui": "^4.0.16",
"babel-plugin-react-compiler": "^1.0.0",
"baseline-browser-mapping": "^2.9.14",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-better-tailwindcss": "^3.8.0",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-n": "^17.21.3",
"eslint-plugin-perfectionist": "^5.3.1",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^3.0.5",
"eslint-plugin-testing-library": "^7.15.4",
"eslint-plugin-unicorn": "^62.0.0",
"eslint-plugin-unused-imports": "^4.2.0",
"globals": "^17.0.0",
"jiti": "^2.5.1",
"jsdom": "^27.4.0",
"msw": "^2.12.7",
"prettier": "^3.7.4",
"typescript": "~5.9.3",
"typescript-eslint": "^8.52.0",
"unplugin-icons": "^22.3.0",
"vite": "^7.3.1",
"vite-plugin-compression2": "^2.4.0",
"vite-plugin-graphql-codegen": "^3.8.0",
"vite-plugin-graphql-loader": "^4.0.4",
"vitest": "^4.0.16",
"web-vitals": "^5.1.0"
},
"engines": {
"node": ">=24.0.0"
},
"packageManager": "pnpm@10.27.0",
"pnpm": {
"overrides": {
"js-yaml": "^4.1.1"
}
}
}