|
| 1 | +{ |
| 2 | + "name": "looq", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "scripts": { |
| 6 | + "prepare": "husky install", |
| 7 | + "dev": "wrangler pages dev --local -- bun vite --proxy 5000", |
| 8 | + "dev:wrangler": "wrangler pages dev --local", |
| 9 | + "dev:vite": "vite", |
| 10 | + "start:wrangler": "wrangler pages dev", |
| 11 | + "start:vite": "vite preview --port 5000", |
| 12 | + "build": "npm run typecheck && vite build", |
| 13 | + "typecheck": "tsc --noEmit", |
| 14 | + "typecheck:watch": "tsc --noEmit --watch", |
| 15 | + "lint": "biome check", |
| 16 | + "i18next-resources-for-ts": "i18next-resources-for-ts toc -i ./src/i18n/locales/en -o ./src/types/resources.ts", |
| 17 | + "translate": "transmart" |
| 18 | + }, |
| 19 | + "dependencies": { |
| 20 | + "@hono/zod-validator": "^0.2.2", |
| 21 | + "@hookform/resolvers": "^3.9.0", |
| 22 | + "@loadable/component": "^5.16.4", |
| 23 | + "@radix-ui/react-accordion": "^1.2.0", |
| 24 | + "@radix-ui/react-alert-dialog": "^1.1.1", |
| 25 | + "@radix-ui/react-avatar": "^1.1.0", |
| 26 | + "@radix-ui/react-checkbox": "^1.1.1", |
| 27 | + "@radix-ui/react-collapsible": "^1.1.0", |
| 28 | + "@radix-ui/react-dialog": "^1.1.1", |
| 29 | + "@radix-ui/react-label": "^2.1.0", |
| 30 | + "@radix-ui/react-navigation-menu": "^1.2.0", |
| 31 | + "@radix-ui/react-popover": "^1.1.1", |
| 32 | + "@radix-ui/react-select": "^2.1.1", |
| 33 | + "@radix-ui/react-separator": "^1.1.0", |
| 34 | + "@radix-ui/react-slot": "^1.1.0", |
| 35 | + "@radix-ui/react-toggle": "^1.1.0", |
| 36 | + "@radix-ui/react-tooltip": "^1.1.2", |
| 37 | + "@tanstack/react-query": "^5.55.0", |
| 38 | + "@transmart/cli": "^0.5.1", |
| 39 | + "class-variance-authority": "^0.7.0", |
| 40 | + "clsx": "^2.1.1", |
| 41 | + "cmdk": "1.0.0", |
| 42 | + "i18next": "^23.14.0", |
| 43 | + "i18next-browser-languagedetector": "^8.0.0", |
| 44 | + "i18next-resources-to-backend": "^1.2.1", |
| 45 | + "lucide-react": "^0.439.0", |
| 46 | + "next-themes": "^0.3.0", |
| 47 | + "react": "^18.3.1", |
| 48 | + "react-dom": "^18.3.1", |
| 49 | + "react-helmet": "^6.1.0", |
| 50 | + "react-hook-form": "^7.53.0", |
| 51 | + "react-i18next": "^15.0.1", |
| 52 | + "react-router-dom": "^6.26.1", |
| 53 | + "sonner": "^1.5.0", |
| 54 | + "tailwind-merge": "^2.5.2", |
| 55 | + "tailwindcss-animate": "^1.0.7", |
| 56 | + "wrangler": "^3.75.0", |
| 57 | + "zod": "^3.23.8" |
| 58 | + }, |
| 59 | + "devDependencies": { |
| 60 | + "@biomejs/biome": "1.8.3", |
| 61 | + "@commitlint/cli": "^19.4.1", |
| 62 | + "@commitlint/config-conventional": "^19.4.1", |
| 63 | + "@tanstack/react-query-devtools": "^5.55.0", |
| 64 | + "@types/loadable__component": "^5.13.9", |
| 65 | + "@types/react": "^18.3.5", |
| 66 | + "@types/react-dom": "^18.3.0", |
| 67 | + "@types/react-helmet": "^6.1.11", |
| 68 | + "@typescript-eslint/eslint-plugin": "^8.4.0", |
| 69 | + "@typescript-eslint/parser": "^8.4.0", |
| 70 | + "@vitejs/plugin-react": "^4.3.1", |
| 71 | + "autoprefixer": "^10.4.20", |
| 72 | + "eslint": "^9.9.1", |
| 73 | + "eslint-config-prettier": "^9.1.0", |
| 74 | + "eslint-import-resolver-typescript": "^3.6.3", |
| 75 | + "eslint-plugin-import": "^2.30.0", |
| 76 | + "eslint-plugin-prettier": "^5.2.1", |
| 77 | + "eslint-plugin-react": "^7.35.2", |
| 78 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 79 | + "eslint-plugin-unused-imports": "^4.1.3", |
| 80 | + "husky": "^9.1.5", |
| 81 | + "i18next-resources-for-ts": "1.5.0", |
| 82 | + "less": "^4.2.0", |
| 83 | + "lint-staged": "^15.2.10", |
| 84 | + "postcss": "^8.4.45", |
| 85 | + "postcss-less": "^6.0.0", |
| 86 | + "prettier": "^3.3.3", |
| 87 | + "prettier-plugin-tailwindcss": "^0.6.6", |
| 88 | + "stylelint": "^16.9.0", |
| 89 | + "stylelint-config-standard": "^36.0.1", |
| 90 | + "stylelint-less": "^3.0.1", |
| 91 | + "stylelint-prettier": "5", |
| 92 | + "tailwindcss": "^3.4.10", |
| 93 | + "ts-node": "^10.9.2", |
| 94 | + "typescript": "^5.5.4", |
| 95 | + "vite": "^5.4.3", |
| 96 | + "vite-plugin-external": "^4.3.1", |
| 97 | + "vite-plugin-svgr": "^4.2.0" |
| 98 | + } |
| 99 | +} |
0 commit comments