130 lines
5.0 KiB
JSON
130 lines
5.0 KiB
JSON
{
|
|
"name": "noteflow-client",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:dev": "vite build --mode development",
|
|
"lint": "mkdir -p ${HYGIENE_DIR:-../.hygeine} && biome lint . --reporter=json > ${HYGIENE_DIR:-../.hygeine}/biome.json && eslint . --format json --output-file ${HYGIENE_DIR:-../.hygeine}/eslint.json",
|
|
"lint:fix": "mkdir -p ${HYGIENE_DIR:-../.hygeine} && biome lint . --write --reporter=json > ${HYGIENE_DIR:-../.hygeine}/biome.fix.json && eslint . --fix --format json --output-file ${HYGIENE_DIR:-../.hygeine}/eslint.fix.json",
|
|
"lint:eslint": "mkdir -p ${HYGIENE_DIR:-../.hygeine} && eslint . --format json --output-file ${HYGIENE_DIR:-../.hygeine}/eslint.json",
|
|
"format": "biome format --write .",
|
|
"format:check": "biome format .",
|
|
"check": "mkdir -p ${HYGIENE_DIR:-../.hygeine} && biome check . --reporter=json > ${HYGIENE_DIR:-../.hygeine}/biome.check.json",
|
|
"check:fix": "mkdir -p ${HYGIENE_DIR:-../.hygeine} && biome check . --write --reporter=json > ${HYGIENE_DIR:-../.hygeine}/biome.check.fix.json",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"tauri:dev": "tauri dev",
|
|
"tauri:dev:remote": "tauri dev --config src-tauri/tauri.conf.dev.json",
|
|
"tauri:build": "tauri build",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:rs": "cd src-tauri && cargo test",
|
|
"test:e2e": "playwright test",
|
|
"test:native": "wdio run wdio.conf.ts",
|
|
"test:native:mac": "wdio run wdio.mac.conf.ts",
|
|
"test:native:build": "npm run tauri:build && npm run test:native",
|
|
"test:all": "npm run test && npm run test:rs",
|
|
"test:quality": "vitest run src/test/code-quality.test.ts",
|
|
"quality:rs": "./src-tauri/scripts/code_quality.sh",
|
|
"quality:all": "npm run test:quality && npm run quality:rs",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.10.0",
|
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-checkbox": "^1.3.2",
|
|
"@radix-ui/react-collapsible": "^1.1.11",
|
|
"@radix-ui/react-context-menu": "^2.2.15",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
"@radix-ui/react-hover-card": "^1.1.14",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-menubar": "^1.1.15",
|
|
"@radix-ui/react-navigation-menu": "^1.2.13",
|
|
"@radix-ui/react-popover": "^1.1.14",
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
"@radix-ui/react-radio-group": "^1.3.7",
|
|
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slider": "^1.3.5",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-switch": "^1.2.5",
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
"@radix-ui/react-toast": "^1.2.14",
|
|
"@radix-ui/react-toggle": "^1.1.9",
|
|
"@radix-ui/react-toggle-group": "^1.1.10",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"@tanstack/react-query": "^5.83.0",
|
|
"@tanstack/react-virtual": "^3.13.13",
|
|
"@tauri-apps/api": "^2.9.1",
|
|
"@tauri-apps/plugin-deep-link": "^2.0.0",
|
|
"@tauri-apps/plugin-shell": "^2.0.0",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^3.6.0",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"framer-motion": "^12.23.26",
|
|
"input-otp": "^1.4.2",
|
|
"jsdom": "^27.3.0",
|
|
"lucide-react": "^0.462.0",
|
|
"next-themes": "^0.3.0",
|
|
"react": "^18.3.1",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.61.1",
|
|
"react-resizable-panels": "^2.1.9",
|
|
"react-router-dom": "^6.30.1",
|
|
"recharts": "^2.15.4",
|
|
"sonner": "^1.7.4",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vaul": "^0.9.9",
|
|
"vitest": "^4.0.16",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.10",
|
|
"@eslint/js": "^9.32.0",
|
|
"@playwright/test": "^1.57.0",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tauri-apps/cli": "^2.0.0",
|
|
"@types/node": "^22.16.5",
|
|
"@types/react": "^18.3.27",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@vitejs/plugin-react-swc": "^3.11.0",
|
|
"@vitest/coverage-v8": "^4.0.16",
|
|
"@wdio/cli": "^9.22.0",
|
|
"@wdio/local-runner": "^9.22.0",
|
|
"@wdio/mocha-framework": "^9.22.0",
|
|
"@wdio/spec-reporter": "^9.20.0",
|
|
"@wdio/types": "^9.20.0",
|
|
"edgedriver": "^6.1.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^9.32.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^15.15.0",
|
|
"lovable-tagger": "^1.1.13",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.38.0",
|
|
"vite": "^7.3.0"
|
|
},
|
|
"overrides": {
|
|
"whatwg-encoding": "npm:@exodus/bytes@1.0.0",
|
|
"inflight": "npm:lru-cache@10.0.0",
|
|
"glob": "^10.0.0"
|
|
}
|
|
}
|