|
1 | 1 | { |
2 | | - "productName": "Onlook", |
3 | | - "name": "@onlook/web-client", |
4 | | - "version": "0.1.0", |
5 | | - "private": true, |
6 | | - "homepage": "https://onlook.com", |
7 | | - "description": "The first-ever devtool for designers", |
8 | | - "license": "Apache-2.0", |
9 | | - "author": { |
10 | | - "name": "Onlook", |
11 | | - "email": "contact@onlook.com" |
12 | | - }, |
13 | | - "repository": { |
14 | | - "type": "git", |
15 | | - "url": "https://github.com/onlook-dev/onlook.git" |
16 | | - }, |
17 | | - "type": "module", |
18 | | - "scripts": { |
19 | | - "dev": "next dev --turbo", |
20 | | - "lint": "eslint . --max-warnings 0", |
21 | | - "format": "eslint --fix .", |
22 | | - "typecheck": "tsc --noEmit", |
23 | | - "build": "next build", |
24 | | - "start": "next start", |
25 | | - "preview": "bun run build && bun run start", |
26 | | - "build:standalone": "STANDALONE_BUILD=true next build && { cp -r public .next/standalone/apps/web/client/ && cp -r .next/static .next/standalone/apps/web/client/.next/; } 2>/dev/null", |
27 | | - "start:standalone": "bun .next/standalone/apps/web/client/server.js", |
28 | | - "preview:standalone": "bun run build:standalone && bun run start:standalone", |
29 | | - "storybook": "storybook dev -p 6006", |
30 | | - "build-storybook": "storybook build", |
31 | | - "preview-storybook": "bun --bun x serve storybook-static -p 6007", |
32 | | - "chromatic": "chromatic --exit-zero-on-changes" |
33 | | - }, |
34 | | - "dependencies": { |
35 | | - "@ai-sdk/provider-utils": "^3.0.10", |
36 | | - "@ai-sdk/react": "2.0.60", |
37 | | - "@codemirror/lang-css": "^6.2.0", |
38 | | - "@codemirror/lang-html": "^6.4.7", |
39 | | - "@codemirror/lang-javascript": "^6.2.3", |
40 | | - "@codemirror/lang-json": "^6.0.1", |
41 | | - "@codemirror/lang-markdown": "^6.1.7", |
42 | | - "@onlook/code-provider": "*", |
43 | | - "@onlook/constants": "*", |
44 | | - "@onlook/db": "*", |
45 | | - "@onlook/email": "*", |
46 | | - "@onlook/fonts": "*", |
47 | | - "@onlook/github": "*", |
48 | | - "@onlook/growth": "*", |
49 | | - "@onlook/image-server": "*", |
50 | | - "@onlook/models": "*", |
51 | | - "@onlook/parser": "*", |
52 | | - "@onlook/penpal": "*", |
53 | | - "@onlook/rpc": "*", |
54 | | - "@onlook/stripe": "*", |
55 | | - "@onlook/ui": "*", |
56 | | - "@onlook/utility": "*", |
57 | | - "@opentelemetry/api-logs": "0.57.2", |
58 | | - "@opentelemetry/instrumentation": "0.57.2", |
59 | | - "@opentelemetry/sdk-logs": "0.57.2", |
60 | | - "@storybook/test": "^8.6.14", |
61 | | - "@supabase/ssr": "^0.6.1", |
62 | | - "@t3-oss/env-nextjs": "^0.12.0", |
63 | | - "@tanstack/react-query": "^5.69.0", |
64 | | - "@trpc/client": "^11.0.0", |
65 | | - "@trpc/react-query": "^11.0.0", |
66 | | - "@trpc/server": "^11.0.0", |
67 | | - "@uiw/codemirror-extensions-basic-setup": "^4.23.10", |
68 | | - "@uiw/react-codemirror": "^4.23.10", |
69 | | - "@vercel/otel": "^1.13.0", |
70 | | - "@xterm/addon-fit": "^0.10.0", |
71 | | - "@xterm/xterm": "^5.5.0", |
72 | | - "@zenfs/core": "2.4.0", |
73 | | - "@zenfs/dom": "1.2.5", |
74 | | - "ai": "5.0.26", |
75 | | - "blob-util": "^2.0.2", |
76 | | - "class-variance-authority": "^0.7.1", |
77 | | - "clsx": "^2.1.1", |
78 | | - "culori": "^4.0.1", |
79 | | - "date-fns": "^4.1.0", |
80 | | - "flexsearch": "^0.8.160", |
81 | | - "freestyle-sandboxes": "^0.0.78", |
82 | | - "gleap": "^14.8.8", |
83 | | - "langfuse-vercel": "^3.38.4", |
84 | | - "localforage": "^1.10.0", |
85 | | - "lru-cache": "^11.2.1", |
86 | | - "lucide-react": "^0.486.0", |
87 | | - "mobx-react-lite": "^4.1.0", |
88 | | - "motion": "^12.23.19", |
89 | | - "next": "16.0.0", |
90 | | - "next-intl": "^4.0.2", |
91 | | - "next-themes": "^0.4.6", |
92 | | - "octokit": "^5.0.3", |
93 | | - "penpal": "^7.0.4", |
94 | | - "posthog-js": "^1.246.0", |
95 | | - "posthog-node": "^4.17.2", |
96 | | - "prosemirror-commands": "^1.7.1", |
97 | | - "prosemirror-history": "^1.4.1", |
98 | | - "prosemirror-keymap": "^1.2.2", |
99 | | - "react": "19.2.0", |
100 | | - "react-arborist": "^3.4.3", |
101 | | - "react-codemirror-merge": "4.23.10", |
102 | | - "react-dom": "19.2.0", |
103 | | - "react-hotkeys-hook": "^5.0.1", |
104 | | - "react-markdown": "^10.1.0", |
105 | | - "remark-gfm": "^4.0.1", |
106 | | - "server-only": "^0.0.1", |
107 | | - "shiki": "^3.2.2", |
108 | | - "strip-ansi": "^7.1.0", |
109 | | - "superjson": "^2.2.1", |
110 | | - "tailwind-merge": "^3.2.0", |
111 | | - "tldts": "^7.0.12", |
112 | | - "tw-animate-css": "^1.2.5", |
113 | | - "unicornstudio-react": "^1.4.33", |
114 | | - "use-resize-observer": "^9.1.0", |
115 | | - "uuid": "^11.1.0", |
116 | | - "webfontloader": "^1.6.28", |
117 | | - "zod": "^4.1.3" |
118 | | - }, |
119 | | - "devDependencies": { |
120 | | - "@chromatic-com/storybook": "^4.1.2", |
121 | | - "@eslint/eslintrc": "^3.3.1", |
122 | | - "@onlook/eslint": "*", |
123 | | - "@onlook/typescript": "*", |
124 | | - "@storybook/addon-a11y": "^10.0.4", |
125 | | - "@storybook/addon-actions": "^9.0.8", |
126 | | - "@storybook/addon-docs": "^10.0.4", |
127 | | - "@storybook/addon-onboarding": "^10.0.4", |
128 | | - "@storybook/addon-vitest": "^10.0.4", |
129 | | - "@storybook/nextjs-vite": "^10.0.4", |
130 | | - "@tailwindcss/postcss": "^4.0.15", |
131 | | - "@types/culori": "^4.0.0", |
132 | | - "@types/node": "^20.14.10", |
133 | | - "@types/react": "19.2.2", |
134 | | - "@types/react-dom": "19.2.2", |
135 | | - "@types/webfontloader": "^1.6.38", |
136 | | - "@vitest/browser-playwright": "^4.0.7", |
137 | | - "@vitest/coverage-v8": "^4.0.7", |
138 | | - "chromatic": "^13.3.3", |
139 | | - "eslint": "^9.0.0", |
140 | | - "eslint-plugin-storybook": "^10.0.4", |
141 | | - "playwright": "^1.56.1", |
142 | | - "postcss": "^8.5.3", |
143 | | - "storybook": "^10.0.4", |
144 | | - "tailwindcss": "^4.0.15", |
145 | | - "type-fest": "^4.41.0", |
146 | | - "typescript": "^5.5.4", |
147 | | - "vitest": "^4.0.7" |
148 | | - }, |
149 | | - "ct3aMetadata": { |
150 | | - "initVersion": "7.39.2" |
151 | | - }, |
152 | | - "overrides": { |
153 | | - "@types/react": "19.2.2", |
154 | | - "@types/react-dom": "19.2.2" |
155 | | - } |
| 2 | + "productName": "Onlook", |
| 3 | + "name": "@onlook/web-client", |
| 4 | + "version": "0.1.0", |
| 5 | + "private": true, |
| 6 | + "homepage": "https://onlook.com", |
| 7 | + "description": "The first-ever devtool for designers", |
| 8 | + "license": "Apache-2.0", |
| 9 | + "author": { |
| 10 | + "name": "Onlook", |
| 11 | + "email": "contact@onlook.com" |
| 12 | + }, |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "https://github.com/onlook-dev/onlook.git" |
| 16 | + }, |
| 17 | + "type": "module", |
| 18 | + "scripts": { |
| 19 | + "dev": "next dev --turbo", |
| 20 | + "lint": "eslint . --max-warnings 0", |
| 21 | + "format": "eslint --fix .", |
| 22 | + "typecheck": "tsc --noEmit", |
| 23 | + "build": "next build", |
| 24 | + "start": "next start", |
| 25 | + "preview": "bun run build && bun run start", |
| 26 | + "build:standalone": "STANDALONE_BUILD=true next build && { cp -r public .next/standalone/apps/web/client/ && cp -r .next/static .next/standalone/apps/web/client/.next/; } 2>/dev/null", |
| 27 | + "start:standalone": "bun .next/standalone/apps/web/client/server.js", |
| 28 | + "preview:standalone": "bun run build:standalone && bun run start:standalone", |
| 29 | + "storybook": "storybook dev -p 6006", |
| 30 | + "build-storybook": "storybook build", |
| 31 | + "preview-storybook": "bun --bun x serve storybook-static -p 6007", |
| 32 | + "chromatic": "chromatic --exit-zero-on-changes" |
| 33 | + }, |
| 34 | + "dependencies": { |
| 35 | + "@ai-sdk/provider-utils": "^3.0.10", |
| 36 | + "@ai-sdk/react": "2.0.60", |
| 37 | + "@codemirror/lang-css": "^6.2.0", |
| 38 | + "@codemirror/lang-html": "^6.4.7", |
| 39 | + "@codemirror/lang-javascript": "^6.2.3", |
| 40 | + "@codemirror/lang-json": "^6.0.1", |
| 41 | + "@codemirror/lang-markdown": "^6.1.7", |
| 42 | + "@onlook/code-provider": "*", |
| 43 | + "@onlook/constants": "*", |
| 44 | + "@onlook/db": "*", |
| 45 | + "@onlook/email": "*", |
| 46 | + "@onlook/fonts": "*", |
| 47 | + "@onlook/github": "*", |
| 48 | + "@onlook/growth": "*", |
| 49 | + "@onlook/image-server": "*", |
| 50 | + "@onlook/models": "*", |
| 51 | + "@onlook/parser": "*", |
| 52 | + "@onlook/penpal": "*", |
| 53 | + "@onlook/rpc": "*", |
| 54 | + "@onlook/stripe": "*", |
| 55 | + "@onlook/ui": "*", |
| 56 | + "@onlook/utility": "*", |
| 57 | + "@opentelemetry/api-logs": "0.57.2", |
| 58 | + "@opentelemetry/instrumentation": "0.57.2", |
| 59 | + "@opentelemetry/sdk-logs": "0.57.2", |
| 60 | + "@storybook/test": "^8.6.14", |
| 61 | + "@supabase/ssr": "^0.6.1", |
| 62 | + "@t3-oss/env-nextjs": "^0.12.0", |
| 63 | + "@tanstack/react-query": "^5.69.0", |
| 64 | + "@trpc/client": "^11.0.0", |
| 65 | + "@trpc/react-query": "^11.0.0", |
| 66 | + "@trpc/server": "^11.0.0", |
| 67 | + "@uiw/codemirror-extensions-basic-setup": "^4.23.10", |
| 68 | + "@uiw/react-codemirror": "^4.23.10", |
| 69 | + "@vercel/otel": "^1.13.0", |
| 70 | + "@xterm/addon-fit": "^0.10.0", |
| 71 | + "@xterm/xterm": "^5.5.0", |
| 72 | + "@zenfs/core": "2.4.0", |
| 73 | + "@zenfs/dom": "1.2.5", |
| 74 | + "ai": "5.0.26", |
| 75 | + "blob-util": "^2.0.2", |
| 76 | + "class-variance-authority": "^0.7.1", |
| 77 | + "clsx": "^2.1.1", |
| 78 | + "culori": "^4.0.1", |
| 79 | + "date-fns": "^4.1.0", |
| 80 | + "flexsearch": "^0.8.160", |
| 81 | + "freestyle-sandboxes": "^0.0.78", |
| 82 | + "gleap": "^14.8.8", |
| 83 | + "langfuse-vercel": "^3.38.4", |
| 84 | + "localforage": "^1.10.0", |
| 85 | + "lru-cache": "^11.2.1", |
| 86 | + "lucide-react": "^0.486.0", |
| 87 | + "mobx-react-lite": "^4.1.0", |
| 88 | + "motion": "^12.23.19", |
| 89 | + "next": "16.0.7", |
| 90 | + "next-intl": "^4.0.2", |
| 91 | + "next-themes": "^0.4.6", |
| 92 | + "octokit": "^5.0.3", |
| 93 | + "penpal": "^7.0.4", |
| 94 | + "posthog-js": "^1.246.0", |
| 95 | + "posthog-node": "^4.17.2", |
| 96 | + "prosemirror-commands": "^1.7.1", |
| 97 | + "prosemirror-history": "^1.4.1", |
| 98 | + "prosemirror-keymap": "^1.2.2", |
| 99 | + "react": "19.2.0", |
| 100 | + "react-arborist": "^3.4.3", |
| 101 | + "react-codemirror-merge": "4.23.10", |
| 102 | + "react-dom": "19.2.0", |
| 103 | + "react-hotkeys-hook": "^5.0.1", |
| 104 | + "react-markdown": "^10.1.0", |
| 105 | + "remark-gfm": "^4.0.1", |
| 106 | + "server-only": "^0.0.1", |
| 107 | + "shiki": "^3.2.2", |
| 108 | + "strip-ansi": "^7.1.0", |
| 109 | + "superjson": "^2.2.1", |
| 110 | + "tailwind-merge": "^3.2.0", |
| 111 | + "tldts": "^7.0.12", |
| 112 | + "tw-animate-css": "^1.2.5", |
| 113 | + "unicornstudio-react": "^1.4.33", |
| 114 | + "use-resize-observer": "^9.1.0", |
| 115 | + "uuid": "^11.1.0", |
| 116 | + "webfontloader": "^1.6.28", |
| 117 | + "zod": "^4.1.3" |
| 118 | + }, |
| 119 | + "devDependencies": { |
| 120 | + "@chromatic-com/storybook": "^4.1.2", |
| 121 | + "@eslint/eslintrc": "^3.3.1", |
| 122 | + "@onlook/eslint": "*", |
| 123 | + "@onlook/typescript": "*", |
| 124 | + "@storybook/addon-a11y": "^10.0.4", |
| 125 | + "@storybook/addon-actions": "^9.0.8", |
| 126 | + "@storybook/addon-docs": "^10.0.4", |
| 127 | + "@storybook/addon-onboarding": "^10.0.4", |
| 128 | + "@storybook/addon-vitest": "^10.0.4", |
| 129 | + "@storybook/nextjs-vite": "^10.0.4", |
| 130 | + "@tailwindcss/postcss": "^4.0.15", |
| 131 | + "@types/culori": "^4.0.0", |
| 132 | + "@types/node": "^20.14.10", |
| 133 | + "@types/react": "19.2.2", |
| 134 | + "@types/react-dom": "19.2.2", |
| 135 | + "@types/webfontloader": "^1.6.38", |
| 136 | + "@vitest/browser-playwright": "^4.0.7", |
| 137 | + "@vitest/coverage-v8": "^4.0.7", |
| 138 | + "chromatic": "^13.3.3", |
| 139 | + "eslint": "^9.0.0", |
| 140 | + "eslint-plugin-storybook": "^10.0.4", |
| 141 | + "playwright": "^1.56.1", |
| 142 | + "postcss": "^8.5.3", |
| 143 | + "storybook": "^10.0.4", |
| 144 | + "tailwindcss": "^4.0.15", |
| 145 | + "type-fest": "^4.41.0", |
| 146 | + "typescript": "^5.5.4", |
| 147 | + "vitest": "^4.0.7" |
| 148 | + }, |
| 149 | + "ct3aMetadata": { |
| 150 | + "initVersion": "7.39.2" |
| 151 | + }, |
| 152 | + "overrides": { |
| 153 | + "@types/react": "19.2.2", |
| 154 | + "@types/react-dom": "19.2.2" |
| 155 | + } |
156 | 156 | } |
0 commit comments