-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 712 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 712 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
{
"name": "likec4-customization-example",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@10.17.0",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@radix-ui/colors": "^3.0.0",
"likec4": "latest",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-use": "^17.6.0",
"roughjs": "^4.6.6"
},
"devDependencies": {
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"typescript": "^5.9.2",
"vite": "^7.1.11"
},
"stackblitz": {
"installDependencies": true
}
}