blob: 9eefaff7d0bbb04e42471cc4afaba876dcc8d11a [file] [log] [blame]
gio5f2f1002025-03-20 18:38:48 +04001{
2 "name": "code",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite --port=$DODO_PORT_WEB --host",
8 "build": "vite build",
9 "lint": "eslint .",
10 "preview": "vite preview --port=$DODO_PORT_WEB --host",
11 "watch": "watch 'npm run build' ."
12 },
13 "watch": {
14 "ignoreDirectoryPattern": "dist"
15 },
16 "dependencies": {
17 "@hookform/resolvers": "^3.9.1",
18 "@radix-ui/react-accordion": "^1.2.1",
19 "@radix-ui/react-collapsible": "^1.1.1",
20 "@radix-ui/react-dialog": "^1.1.2",
21 "@radix-ui/react-icons": "^1.3.1",
22 "@radix-ui/react-label": "^2.1.0",
23 "@radix-ui/react-popover": "^1.1.2",
24 "@radix-ui/react-scroll-area": "^1.2.0",
25 "@radix-ui/react-select": "^2.1.2",
26 "@radix-ui/react-separator": "^1.1.0",
27 "@radix-ui/react-slot": "^1.1.0",
28 "@radix-ui/react-tabs": "^1.1.1",
29 "@radix-ui/react-toast": "^1.2.2",
30 "@radix-ui/react-tooltip": "^1.1.4",
31 "@xyflow/react": "^12.3.3",
32 "class-variance-authority": "^0.7.0",
33 "clsx": "^2.1.1",
34 "lucide-react": "^0.454.0",
35 "react": "^18.3.1",
36 "react-dom": "^18.3.1",
37 "react-hook-form": "^7.53.1",
38 "react-icons": "^5.3.0",
39 "react-resizable-panels": "^2.1.6",
40 "tailwind-merge": "^2.5.4",
41 "tailwindcss-animate": "^1.0.7",
42 "uuid": "^11.0.2",
43 "zod": "^3.23.8",
44 "zustand": "^5.0.1"
45 },
46 "devDependencies": {
47 "@eslint/js": "^9.13.0",
48 "@types/node": "^22.8.4",
49 "@types/react": "^18.3.12",
50 "@types/react-dom": "^18.3.1",
51 "@vitejs/plugin-react": "^4.3.3",
52 "autoprefixer": "^10.4.20",
53 "eslint": "^9.13.0",
54 "eslint-plugin-react-hooks": "^5.0.0",
55 "eslint-plugin-react-refresh": "^0.4.14",
56 "globals": "^15.11.0",
57 "postcss": "^8.4.47",
58 "tailwindcss": "^3.4.14",
59 "typescript": "~5.6.2",
60 "typescript-eslint": "^8.11.0",
61 "vite": "^5.4.10",
62 "watch": "^1.0.2"
63 }
64}