-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 973 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 973 Bytes
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
{
"name": "build-new",
"private": true,
"type": "module",
"devDependencies": {
"@types/node": "^25.6.0",
"vite": "^7.2.0",
"vite-plugin-ruby": "^5.1.1"
},
"dependencies": {
"@inertiajs/react": "^2.2.15",
"@milkdown/core": "^7.20.0",
"@milkdown/crepe": "^7.20.0",
"@milkdown/react": "^7.20.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/vite": "^4.3.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.14.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.3.0",
"typescript": "^5.9.3"
},
"scripts": {
"check": "tsc -p tsconfig.app.json && tsc -p tsconfig.node.json"
},
"engines": {
"node": ">=22.12.0"
}
}