@neurocode-ai/app 1.18.12 → 1.18.14

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.
Files changed (1) hide show
  1. package/package.json +96 -96
package/package.json CHANGED
@@ -1,96 +1,96 @@
1
- {
2
- "name": "@neurocode-ai/app",
3
- "version": "1.18.12",
4
- "description": "",
5
- "type": "module",
6
- "exports": {
7
- ".": "./src/index.ts",
8
- "./desktop-menu": "./src/desktop-menu.ts",
9
- "./updater": "./src/updater.ts",
10
- "./wsl/types": "./src/wsl/types.ts",
11
- "./vite": "./vite.js",
12
- "./index.css": "./src/index.css"
13
- },
14
- "scripts": {
15
- "typecheck": "tsgo -b",
16
- "typecheck:e2e": "tsgo -p e2e/tsconfig.json",
17
- "start": "vite",
18
- "dev": "vite",
19
- "build": "vite build",
20
- "serve": "vite preview",
21
- "test": "bun run test:unit \u0026\u0026 bun run test:browser",
22
- "test:unit": "bun test --only-failures --preload ./happydom.ts ./src",
23
- "test:browser": "bun test --conditions=browser --preload ./happydom.ts ./test-browser",
24
- "test:unit:watch": "bun test --watch --preload ./happydom.ts ./src",
25
- "test:e2e": "playwright test",
26
- "test:e2e:local": "playwright test",
27
- "test:e2e:ui": "playwright test --ui",
28
- "test:e2e:report": "playwright show-report e2e/playwright-report",
29
- "test:stability": "bun test ./e2e/performance/unit/visual-stability.test.ts \u0026\u0026 playwright test --config e2e/performance/timeline-stability/playwright.config.ts",
30
- "test:bench": "bun test ./e2e/performance/unit \u0026\u0026 playwright test --config e2e/performance/playwright.config.ts"
31
- },
32
- "license": "MIT",
33
- "devDependencies": {
34
- "@happy-dom/global-registrator": "20.0.11",
35
- "@playwright/test": "1.59.1",
36
- "@sentry/vite-plugin": "4.6.0",
37
- "@tailwindcss/vite": "4.1.11",
38
- "@tsconfig/bun": "1.0.9",
39
- "@types/bun": "1.3.13",
40
- "@types/luxon": "3.7.1",
41
- "@types/node": "24.12.2",
42
- "@typescript/native-preview": "7.0.0-dev.20251207.1",
43
- "tw-animate-css": "1.4.0",
44
- "typescript": "5.8.2",
45
- "vite": "7.1.4",
46
- "vite-plugin-icons-spritesheet": "3.0.1",
47
- "vite-plugin-solid": "2.11.10"
48
- },
49
- "dependencies": {
50
- "@corvu/drawer": "0.2.4",
51
- "@dnd-kit/abstract": "0.5.0",
52
- "@dnd-kit/dom": "0.5.0",
53
- "@dnd-kit/helpers": "0.5.0",
54
- "@dnd-kit/solid": "0.5.0",
55
- "@kobalte/core": "0.13.11",
56
- "@neurocode-ai/client": "file:vendor/opencode-ai-client-1.17.13.tgz",
57
- "@neurocode-ai/core": "1.18.8",
58
- "@neurocode-ai/schema": "1.18.8",
59
- "@neurocode-ai/sdk": "1.18.8",
60
- "@neurocode-ai/session-ui": "1.18.8",
61
- "@neurocode-ai/ui": "1.18.8",
62
- "@pierre/trees": "1.0.0-beta.4",
63
- "@sentry/solid": "10.36.0",
64
- "@shikijs/transformers": "3.9.2",
65
- "@solid-primitives/active-element": "2.1.3",
66
- "@solid-primitives/audio": "1.4.2",
67
- "@solid-primitives/event-bus": "1.1.2",
68
- "@solid-primitives/event-listener": "2.4.5",
69
- "@solid-primitives/i18n": "2.2.1",
70
- "@solid-primitives/media": "2.3.3",
71
- "@solid-primitives/resize-observer": "2.1.5",
72
- "@solid-primitives/scheduled": "1.5.3",
73
- "@solid-primitives/scroll": "2.1.3",
74
- "@solid-primitives/storage": "4.3.3",
75
- "@solid-primitives/timer": "1.4.4",
76
- "@solid-primitives/websocket": "1.3.1",
77
- "@solidjs/meta": "0.29.4",
78
- "@solidjs/router": "0.15.4",
79
- "@tanstack/solid-query": "5.91.4",
80
- "@tanstack/solid-virtual": "3.13.32",
81
- "@thisbeyond/solid-dnd": "0.7.5",
82
- "diff": "8.0.2",
83
- "effect": "4.0.0-beta.83",
84
- "fuzzysort": "3.1.0",
85
- "ghostty-web": "github:anomalyco/ghostty-web#83c0a07b8628b748aed073b232cb4b52a6ca11c1",
86
- "luxon": "3.6.1",
87
- "marked": "17.0.6",
88
- "marked-shiki": "1.2.1",
89
- "remeda": "2.26.0",
90
- "shiki": "4.2.0",
91
- "solid-js": "1.9.10",
92
- "solid-list": "0.3.0",
93
- "solid-presence": "0.2.0",
94
- "tailwindcss": "4.1.11"
95
- }
96
- }
1
+ {
2
+ "name": "@neurocode-ai/app",
3
+ "version": "1.18.14",
4
+ "description": "",
5
+ "type": "module",
6
+ "exports": {
7
+ ".": "./src/index.ts",
8
+ "./desktop-menu": "./src/desktop-menu.ts",
9
+ "./updater": "./src/updater.ts",
10
+ "./wsl/types": "./src/wsl/types.ts",
11
+ "./vite": "./vite.js",
12
+ "./index.css": "./src/index.css"
13
+ },
14
+ "scripts": {
15
+ "typecheck": "tsgo -b",
16
+ "typecheck:e2e": "tsgo -p e2e/tsconfig.json",
17
+ "start": "vite",
18
+ "dev": "vite",
19
+ "build": "vite build",
20
+ "serve": "vite preview",
21
+ "test": "bun run test:unit && bun run test:browser",
22
+ "test:unit": "bun test --only-failures --preload ./happydom.ts ./src",
23
+ "test:browser": "bun test --conditions=browser --preload ./happydom.ts ./test-browser",
24
+ "test:unit:watch": "bun test --watch --preload ./happydom.ts ./src",
25
+ "test:e2e": "playwright test",
26
+ "test:e2e:local": "playwright test",
27
+ "test:e2e:ui": "playwright test --ui",
28
+ "test:e2e:report": "playwright show-report e2e/playwright-report",
29
+ "test:stability": "bun test ./e2e/performance/unit/visual-stability.test.ts && playwright test --config e2e/performance/timeline-stability/playwright.config.ts",
30
+ "test:bench": "bun test ./e2e/performance/unit && playwright test --config e2e/performance/playwright.config.ts"
31
+ },
32
+ "license": "MIT",
33
+ "devDependencies": {
34
+ "@happy-dom/global-registrator": "20.0.11",
35
+ "@playwright/test": "1.59.1",
36
+ "@sentry/vite-plugin": "4.6.0",
37
+ "@tailwindcss/vite": "4.1.11",
38
+ "@tsconfig/bun": "1.0.9",
39
+ "@types/bun": "1.3.13",
40
+ "@types/luxon": "3.7.1",
41
+ "@types/node": "24.12.2",
42
+ "@typescript/native-preview": "7.0.0-dev.20251207.1",
43
+ "tw-animate-css": "1.4.0",
44
+ "typescript": "5.8.2",
45
+ "vite": "7.1.4",
46
+ "vite-plugin-icons-spritesheet": "3.0.1",
47
+ "vite-plugin-solid": "2.11.10"
48
+ },
49
+ "dependencies": {
50
+ "@corvu/drawer": "0.2.4",
51
+ "@dnd-kit/abstract": "0.5.0",
52
+ "@dnd-kit/dom": "0.5.0",
53
+ "@dnd-kit/helpers": "0.5.0",
54
+ "@dnd-kit/solid": "0.5.0",
55
+ "@kobalte/core": "0.13.11",
56
+ "@neurocode-ai/client": "^file:vendor/opencode-ai-client-1.0.0",
57
+ "@neurocode-ai/core": "^1.0.0",
58
+ "@neurocode-ai/schema": "^1.0.0",
59
+ "@neurocode-ai/sdk": "^1.0.0",
60
+ "@neurocode-ai/session-ui": "^1.0.0",
61
+ "@neurocode-ai/ui": "^1.0.0",
62
+ "@pierre/trees": "1.0.0-beta.4",
63
+ "@sentry/solid": "10.36.0",
64
+ "@shikijs/transformers": "3.9.2",
65
+ "@solid-primitives/active-element": "2.1.3",
66
+ "@solid-primitives/audio": "1.4.2",
67
+ "@solid-primitives/event-bus": "1.1.2",
68
+ "@solid-primitives/event-listener": "2.4.5",
69
+ "@solid-primitives/i18n": "2.2.1",
70
+ "@solid-primitives/media": "2.3.3",
71
+ "@solid-primitives/resize-observer": "2.1.5",
72
+ "@solid-primitives/scheduled": "1.5.3",
73
+ "@solid-primitives/scroll": "2.1.3",
74
+ "@solid-primitives/storage": "4.3.3",
75
+ "@solid-primitives/timer": "1.4.4",
76
+ "@solid-primitives/websocket": "1.3.1",
77
+ "@solidjs/meta": "0.29.4",
78
+ "@solidjs/router": "0.15.4",
79
+ "@tanstack/solid-query": "5.91.4",
80
+ "@tanstack/solid-virtual": "3.13.32",
81
+ "@thisbeyond/solid-dnd": "0.7.5",
82
+ "diff": "8.0.2",
83
+ "effect": "4.0.0-beta.83",
84
+ "fuzzysort": "3.1.0",
85
+ "ghostty-web": "github:anomalyco/ghostty-web#83c0a07b8628b748aed073b232cb4b52a6ca11c1",
86
+ "luxon": "3.6.1",
87
+ "marked": "17.0.6",
88
+ "marked-shiki": "1.2.1",
89
+ "remeda": "2.26.0",
90
+ "shiki": "4.2.0",
91
+ "solid-js": "1.9.10",
92
+ "solid-list": "0.3.0",
93
+ "solid-presence": "0.2.0",
94
+ "tailwindcss": "4.1.11"
95
+ }
96
+ }