-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.2 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.2 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
{
"name": "drawd",
"private": true,
"version": "1.0.0",
"description": "Browser-native visual app flow designer that generates AI build instructions",
"keywords": [
"app-flow",
"navigation-designer",
"ai-instructions",
"wireframe",
"prototyping",
"mobile-app",
"swiftui",
"flutter",
"react-native"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "eslint src && vite build",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@grida/refig": "^0.0.4",
"@supabase/supabase-js": "^2.99.2",
"kiwi-schema": "^0.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"overrides": {
"@grida/refig": {
"@grida/canvas-wasm": "0.91.0-canary.3"
},
"fig-kiwi": {
"kiwi-schema": "^0.5.0"
}
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@testing-library/react": "^16.3.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"fig-kiwi": "^0.0.1",
"jsdom": "^28.1.0",
"vite": "^6.2.0",
"vitest": "^4.0.18"
}
}