-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 696 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 696 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
{
"name": "example-react-code",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"prosekit": "^0.18.4",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.9.2",
"@iconify-json/lucide": "^1.2.98",
"@tailwindcss/vite": "^4.2.2",
"@types/node": "^24.12.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.0",
"vite": "^8.0.1"
}
}