-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.33 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.33 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
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
{
"name": "bricks-ai",
"version": "0.1.0",
"description": "Bricks AI – Web-based AI-powered Coding IDE",
"author": "Raj",
"license": "Apache-2.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@dagrejs/dagre": "^1.1.5",
"@firebase/auth": "^1.11.0",
"@fireworks-js/react": "^2.10.8",
"@fontsource/inter": "^5.2.8",
"@iconify-json/vscode-icons": "^1.2.30",
"@iconify/react": "^6.0.2",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"@reduxjs/toolkit": "^2.8.2",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-next-experimental": "^5.91.0",
"@tsparticles/engine": "^3.9.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.9.1",
"@vercel/speed-insights": "^1.3.1",
"@webcontainer/api": "^1.6.1",
"@xyflow/react": "^12.8.6",
"axios": "^1.11.0",
"bfg": "^0.3.0",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"file-saver": "^2.0.5",
"firebase": "^12.2.1",
"framer-motion": "^12.34.0",
"highlight.js": "^11.11.1",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.4",
"jspdf-autotable": "^5.0.2",
"jszip": "^3.10.1",
"katex": "^0.16.25",
"lenis": "^1.3.17",
"lodash": "^4.17.21",
"lucide-react": "^0.546.0",
"monaco-tailwindcss": "^0.6.1",
"motion": "^12.23.24",
"next": "^16.0.7",
"prismjs": "^1.30.0",
"react": "19.1.0",
"react-confetti": "^6.4.0",
"react-dom": "19.1.0",
"react-hot-toast": "^2.6.0",
"react-infinite-scroll-component": "^6.1.1",
"react-markdown": "^10.1.0",
"react-qr-code": "^2.0.18",
"react-redux": "^9.2.0",
"react-resizable-panels": "^3.0.5",
"react-snowfall": "^2.4.0",
"react-syntax-highlighter": "^16.1.0",
"react-use": "^17.6.0",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"rehype-mathjax": "^7.1.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"socket.io-client": "^4.8.1",
"streamdown": "^1.4.0",
"tailwind-merge": "^3.3.1",
"uid": "^2.0.2",
"xterm": "^5.3.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/lodash": "^4.17.20",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"baseline-browser-mapping": "^2.9.19",
"eslint": "^9",
"eslint-config-next": "15.5.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.7",
"typescript": "^5"
}
}