-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.27 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
{
"name": "graphql-client-lexisync",
"version": "1.0.0",
"private": true,
"description": "simple graphql client to test graphql endpoints with live documentation",
"keywords": [
"graphql",
"lexisync"
],
"homepage": "https://github.com/Lexisync-dev/graphql-client#readme",
"bugs": {
"url": "https://github.com/Lexisync-dev/graphql-client/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lexisync-dev/graphql-client.git"
},
"license": "ISC",
"author": "lexisync",
"type": "module",
"main": "eslint.config.js",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.4",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@reduxjs/toolkit": "^2.8.2",
"@tailwindcss/vite": "^4.1.12",
"@types/graphql": "^14.5.0",
"@uiw/codemirror-theme-duotone": "^4.25.1",
"@uiw/codemirror-theme-tokyo-night": "^4.25.1",
"@uiw/react-codemirror": "^4.25.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cm6-graphql": "^0.2.1",
"framer-motion": "^12.42.2",
"graphql": "^16.11.0",
"highlight.js": "^11.11.1",
"lucide-react": "^0.541.0",
"radix-ui": "^1.6.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"react-redux": "^9.2.0",
"react-resizable-panels": "^3.0.5",
"react-router": "^7.8.1",
"react-router-dom": "^7.8.1",
"styled-components": "^6.1.19",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.12"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@lezer/highlight": "^1.2.1",
"@types/highlightjs": "^9.12.6",
"@types/node": "^24.3.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@uiw/codemirror-theme-okaidia": "^4.25.1",
"@uiw/codemirror-themes": "^4.25.1",
"@vitejs/plugin-react-swc": "^4.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"tw-animate-css": "^1.3.7",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2"
}
}