forked from wundergraph/cosmo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 4.68 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
130
131
132
133
134
135
136
137
138
{
"name": "studio",
"version": "0.85.1",
"private": true,
"license": "Apache-2.0",
"description": "WunderGraph Cosmo Studio",
"files": [
".next",
"public",
"next.config.mjs"
],
"scripts": {
"dev": "cross-env FORCE_COLOR=1 next dev",
"build": "next build",
"copy-monaco": "rm -rf public/monaco-editor && mkdir -p public/monaco-editor/min && cp -r node_modules/monaco-editor/min/vs public/monaco-editor/min",
"start": "next start",
"lint": "next lint",
"test": "vitest run --reporter=default --reporter=hanging-process",
"lint:fix": "next lint --fix",
"preinstall": "npx only-allow pnpm",
"postinstall": "pnpm run copy-monaco",
"postversion": "name=\"$(node -p \"var a = require('./package.json');process.stdout.write(a.name);process.exit(0)\")\"; version=\"$(node -p \"var a = require('./package.json');process.stdout.write(a.version);process.exit(0)\")\"; gh workflow run image-release.yml -F name=$name -F workingDirectory=studio -F tag=$version -F dockerContext=."
},
"author": {
"name": "WunderGraph Maintainers",
"email": "[email protected]"
},
"dependencies": {
"@bufbuild/protobuf": "^1.9.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-query": "^1.4.1",
"@connectrpc/connect-web": "^1.4.0",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.1",
"@markdoc/markdoc": "^0.4.0",
"@markdoc/next.js": "^0.3.6",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.6",
"@saas-ui/use-hotkeys": "^1.0.0",
"@stripe/stripe-js": "^2.2.1",
"@t3-oss/env-nextjs": "^0.4.1",
"@tanstack/react-query": "^5.37.1",
"@tanstack/react-table": "^8.9.3",
"@tanstack/react-virtual": "^3.0.1",
"@tiptap/extension-placeholder": "2.1.13",
"@tiptap/pm": "2.1.13",
"@tiptap/react": "2.1.13",
"@tiptap/starter-kit": "2.1.13",
"@wundergraph/cosmo-connect": "workspace:*",
"bowser": "^2.11.0",
"canvas-confetti": "^1.6.0",
"change-case": "^4.1.2",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"copy-to-clipboard": "^3.3.3",
"dagre": "^0.8.5",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"framer-motion": "^11.0.3",
"fuse.js": "^7.0.0",
"graphql": "^16.9.0",
"graphql-ws": "^5.14.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"monaco-editor": "^0.45.0",
"monaco-graphql": "^1.4.0",
"next": "14.2.4",
"next-themes": "^0.2.1",
"pretty-bytes": "^6.1.1",
"prism-react-renderer": "^2.0.6",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-date-range": "^1.4.0",
"react-day-picker": "^8.8.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.45.1",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-move-hook": "^0.1.2",
"react-resizable-panels": "^1.0.5",
"reactflow": "^11.9.2",
"recharts": "^2.10.3",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.0.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"tiptap-markdown": "^0.8.8",
"use-debounce": "^10.0.0",
"use-deep-compare-effect": "^1.8.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@testing-library/react": "^14.1.2",
"@types/canvas-confetti": "^1.6.0",
"@types/dagre": "^0.7.48",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.195",
"@types/node": "20.3.1",
"@types/prismjs": "^1.26.3",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "10.4.14",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"jsdom": "^23.2.0",
"postcss": "8.4.38",
"prettier-plugin-tailwindcss": "^0.5.6",
"typescript": "5.5.2",
"vitest": "^2.0.3"
}
}