-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.09 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
{
"name": "canvas-lab",
"version": "0.1.0",
"description": "Draw shapes visually and export Jetpack Compose, SVG, Android VectorDrawable, React and HTML Canvas code — plus SVG/PNG assets.",
"type": "module",
"license": "MIT",
"author": "Vexora (https://vexora.in)",
"homepage": "https://github.com/Micoder-dev/Canvas-Lab",
"repository": {
"type": "git",
"url": "https://github.com/Micoder-dev/Canvas-Lab.git"
},
"keywords": [
"jetpack-compose",
"design-tool",
"svg",
"vectordrawable",
"canvas",
"code-generator",
"react",
"konva"
],
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"konva": "^10.3.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-konva": "^19.2.5",
"zustand": "^5.0.14"
},
"devDependencies": {
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"oxlint": "^1.69.0",
"typescript": "~6.0.2",
"vite": "^8.1.0"
}
}