{ "name": "veect", "private": true, "version": "0.3.0", "description": "Veect — design-system-native canvas. Your tokens and components in, production React out.", "type": "module", "scripts": { "dev": "vite", "build": "tsc --noEmit && vite build", "preview": "vite preview", "lint": "eslint src --ext .ts,.tsx", "format": "prettier --write \"src/**/*.{ts,tsx,css}\"", "typecheck": "tsc --noEmit" }, "dependencies": { "@radix-ui/react-dialog": "^1.1.1", "@radix-ui/react-dropdown-menu": "^2.1.1", "@radix-ui/react-select": "^2.1.1", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-tabs": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.2", "@xyflow/react": "^12.3.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.428.0", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwind-merge": "^2.5.2", "zustand": "^4.5.4" }, "devDependencies": { "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.20", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.9", "postcss": "^8.4.41", "prettier": "^3.3.3", "tailwindcss": "^3.4.10", "typescript": "^5.5.4", "vite": "^5.4.2" } }