-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.63 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.63 KB
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
{
"name": "@opral/flashtype",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@10.13.1",
"scripts": {
"dev": "vite",
"predev": "pnpm run build:lix",
"build": "vite build",
"prebuild": "pnpm run build:lix",
"postinstall": "pnpm -C lix install",
"build:lix": "pnpm -C lix exec nx run-many --nx-bail --target=build --projects=@lix-js/agent-sdk,@lix-js/inspector,@lix-js/plugin-md,@lix-js/react-utils,@lix-js/sdk",
"preview": "vite preview --strictPort --port 5173",
"typecheck": "tsc -p . --pretty false",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "oxlint --tsconfig ./tsconfig.json --ignore-path .gitignore --format stylish .",
"lint:fix": "oxlint --tsconfig ./tsconfig.json --ignore-path .gitignore --fix .",
"test": "vitest run",
"ci": "pnpm run build && pnpm test"
},
"dependencies": {
"@base-ui-components/react": "1.0.0-beta.4",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@lix-js/agent-sdk": "workspace:*",
"@lix-js/inspector": "workspace:*",
"@lix-js/plugin-md": "workspace:*",
"@lix-js/react-utils": "workspace:*",
"@lix-js/sdk": "workspace:*",
"@opral/markdown-wc": "0.6.0",
"@openrouter/ai-sdk-provider": "^1.2.0",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.11",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@tiptap/core": "^3.3.0",
"@tiptap/extension-history": "^3.4.4",
"@tiptap/extension-placeholder": "^3.4.4",
"@tiptap/pm": "^3.3.0",
"@tiptap/react": "^3.0.0",
"ai": "^5.0.34",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"lucide-react": "^0.542.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.9",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@railway/cli": "^4.8.0",
"@tailwindcss/vite": "^4.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^5.0.2",
"babel-plugin-react-compiler": "^1.0.0",
"happy-dom": "^18.0.1",
"oxlint": "^1.23.0",
"prettier": "^3.6.2",
"tailwindcss": "^4.0.0",
"tw-animate-css": "^1.3.7",
"typescript": "^5.9.2",
"vite": "^7.1.3",
"vitest": "^4.0.3"
}
}