forked from wundergraph/cosmo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.85 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
{
"name": "playground",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"description": "Standalone custom graphiql",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && npm run copy-html",
"preview": "vite preview",
"copy-html": "cp dist/index.html ../router/internal/graphiql/graphiql.html"
},
"author": {
"name": "WunderGraph Maintainers",
"email": "info@wundergraph.com"
},
"dependencies": {
"@graphiql/plugin-explorer": "^1.0.2",
"@graphiql/toolkit": "^0.9.1",
"@heroicons/react": "^2.0.18",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"change-case": "^5.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"copy-to-clipboard": "^3.3.3",
"dagre": "^0.8.5",
"graphiql": "^3.0.10",
"graphql": "^15.8.0",
"graphql-ws": "^5.14.2",
"prettier": "^3.1.0",
"prism-react-renderer": "^2.3.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-move-hook": "^0.1.2",
"reactflow": "^11.10.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/dagre": "^0.7.52",
"@types/node": "^20.10.0",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.38",
"tailwind-merge": "^2.0.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-html": "^3.2.0",
"vite-plugin-singlefile": "^0.13.5"
}
}