@skybridge/devtools 0.0.0-dev.f3a5e82 → 0.0.0-dev.f3a8932
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/alpic-sdk.d.ts +2 -0
- package/dist/alpic-sdk.js +3 -0
- package/dist/alpic-sdk.js.map +1 -0
- package/dist/assets/index-CVk8UbkD.js +220 -0
- package/dist/assets/index-DAVIy1qN.css +2 -0
- package/dist/deploy-router.d.ts +7 -0
- package/dist/deploy-router.js +206 -0
- package/dist/deploy-router.js.map +1 -0
- package/dist/devtoolsStaticServer.js +18 -0
- package/dist/devtoolsStaticServer.js.map +1 -1
- package/dist/index.html +2 -2
- package/dist/skybridge.svg +1 -0
- package/package.json +39 -30
- package/dist/assets/index-Beqs9ATM.js +0 -245
- package/dist/assets/index-CxvPcqwG.css +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skybridge/devtools",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.f3a8932",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,64 +16,73 @@
|
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
+
"@alpic-ai/sdk": "^1.155.0",
|
|
19
20
|
"@t3-oss/env-core": "^0.13.11",
|
|
20
21
|
"cors": "^2.8.6",
|
|
21
22
|
"express": "^5.2.1",
|
|
22
23
|
"zod": "^4.4.3"
|
|
23
24
|
},
|
|
24
25
|
"devDependencies": {
|
|
25
|
-
"@alpic-ai/ui": "^1.
|
|
26
|
-
"@base-ui/react": "^1.
|
|
27
|
-
"@fontsource-variable/jetbrains-mono": "^5.
|
|
26
|
+
"@alpic-ai/ui": "^1.155.0",
|
|
27
|
+
"@base-ui/react": "^1.6.0",
|
|
28
|
+
"@fontsource-variable/jetbrains-mono": "^5.3.0",
|
|
28
29
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
29
|
-
"@
|
|
30
|
-
"@
|
|
31
|
-
"@
|
|
32
|
-
"@rjsf/
|
|
33
|
-
"@rjsf/
|
|
34
|
-
"@
|
|
35
|
-
"@
|
|
30
|
+
"@playwright/test": "^1.61.1",
|
|
31
|
+
"@radix-ui/react-accordion": "^1.2.17",
|
|
32
|
+
"@radix-ui/react-tooltip": "^1.2.13",
|
|
33
|
+
"@rjsf/core": "^6.7.0",
|
|
34
|
+
"@rjsf/shadcn": "^6.7.0",
|
|
35
|
+
"@rjsf/utils": "^6.7.0",
|
|
36
|
+
"@rjsf/validator-ajv8": "^6.7.0",
|
|
37
|
+
"@tailwindcss/vite": "^4.3.3",
|
|
38
|
+
"@tanstack/react-query": "^5.101.2",
|
|
36
39
|
"@total-typescript/tsconfig": "^1.0.4",
|
|
37
40
|
"@types/cors": "^2.8.19",
|
|
38
41
|
"@types/express": "^5.0.6",
|
|
39
42
|
"@types/lodash-es": "^4.17.12",
|
|
40
|
-
"@types/react": "^19.2.
|
|
43
|
+
"@types/react": "^19.2.17",
|
|
41
44
|
"@types/react-dom": "^19.2.3",
|
|
42
45
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
43
|
-
"@vitejs/plugin-react": "^6.0.
|
|
46
|
+
"@vitejs/plugin-react": "^6.0.3",
|
|
44
47
|
"ahooks": "^3.9.7",
|
|
45
|
-
"autoprefixer": "^10.5.
|
|
48
|
+
"autoprefixer": "^10.5.4",
|
|
46
49
|
"class-variance-authority": "^0.7.1",
|
|
47
50
|
"clsx": "^2.1.1",
|
|
48
51
|
"cmdk": "^1.1.1",
|
|
49
|
-
"framer-motion": "^12.38.0",
|
|
50
52
|
"lodash-es": "^4.18.1",
|
|
51
|
-
"lucide-react": "^1.
|
|
52
|
-
"motion": "^12.
|
|
53
|
-
"nuqs": "^2.
|
|
54
|
-
"postcss": "^8.5.
|
|
55
|
-
"react": "^19.2.
|
|
56
|
-
"react-dom": "^19.2.
|
|
57
|
-
"react-resizable-panels": "^4.
|
|
53
|
+
"lucide-react": "^1.25.0",
|
|
54
|
+
"motion": "^12.42.2",
|
|
55
|
+
"nuqs": "^2.9.1",
|
|
56
|
+
"postcss": "^8.5.20",
|
|
57
|
+
"react": "^19.2.7",
|
|
58
|
+
"react-dom": "^19.2.7",
|
|
59
|
+
"react-resizable-panels": "^4.12.2",
|
|
58
60
|
"react-syntax-highlighter": "^16.1.1",
|
|
59
|
-
"shadcn": "^4.
|
|
60
|
-
"shiki": "^4.
|
|
61
|
+
"shadcn": "^4.13.1",
|
|
62
|
+
"shiki": "^4.3.1",
|
|
61
63
|
"tailwind-merge": "^3.6.0",
|
|
62
|
-
"tailwindcss": "^4.3.
|
|
64
|
+
"tailwindcss": "^4.3.3",
|
|
63
65
|
"tailwindcss-animate": "^1.0.7",
|
|
66
|
+
"tsx": "^4.23.1",
|
|
64
67
|
"tw-animate-css": "^1.4.0",
|
|
65
68
|
"typescript": "~6.0.3",
|
|
66
|
-
"vite": "^8.
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
+
"vite": "^8.1.5",
|
|
70
|
+
"vitest": "^4.1.10",
|
|
71
|
+
"zustand": "^5.0.14",
|
|
72
|
+
"skybridge": "0.0.0-dev.f3a8932"
|
|
69
73
|
},
|
|
70
74
|
"scripts": {
|
|
71
75
|
"dev": "vite",
|
|
72
76
|
"build": "tsc -b && vite build && pnpm run build:server",
|
|
73
77
|
"build:server": "tsc -p tsconfig.server.json",
|
|
74
|
-
"test": "pnpm run test:format",
|
|
78
|
+
"test": "pnpm run test:format && pnpm run test:types && pnpm run test:unit",
|
|
75
79
|
"format": "biome check --write --error-on-warnings",
|
|
76
80
|
"test:format": "biome ci",
|
|
77
|
-
"
|
|
81
|
+
"test:types": "tsc --noEmit -p e2e/tsconfig.json",
|
|
82
|
+
"test:unit": "vitest run",
|
|
83
|
+
"preview": "vite preview",
|
|
84
|
+
"e2e:fixture": "tsx ./e2e/fixtures/server.ts",
|
|
85
|
+
"test:e2e": "playwright test --config e2e/playwright.config.ts",
|
|
86
|
+
"test:e2e:install": "playwright install --with-deps chromium"
|
|
78
87
|
}
|
|
79
88
|
}
|