| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "site",
- "version": "0.0.1",
- "type": "module",
- "scripts": {
- "env": "bun run scripts/env.js",
- "dev": "bun run env && vite dev",
- "preview": "vite preview",
- "build": "bun run env && vite build",
- "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
- "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
- "format": "prettier --write .",
- "lint": "prettier --check . && eslint ."
- },
- "devDependencies": {
- "@eslint/compat": "^1.2.4",
- "@sveltejs/adapter-static": "^3.0.6",
- "@sveltejs/kit": "^2.9.0",
- "@sveltejs/vite-plugin-svelte": "^5.0.1",
- "@tailwindcss/typography": "^0.5.15",
- "@tailwindcss/vite": "^4.0.12",
- "@types/color": "^4.2.0",
- "@types/culori": "^2.1.1",
- "beautify-qrcode": "^1.0.3",
- "clipboard": "^2.0.11",
- "color": "^4.2.3",
- "culori": "^4.0.1",
- "eslint": "^9.16.0",
- "eslint-config-prettier": "^9.1.0",
- "eslint-plugin-svelte": "^2.46.1",
- "globals": "^15.13.0",
- "highlight.js": "^11.10.0",
- "highlightjs-svelte": "^1.0.6",
- "prettier": "^3.4.2",
- "prettier-plugin-svelte": "^3.3.2",
- "prettier-plugin-tailwindcss": "^0.6.9",
- "rollup-plugin-md-ts": "file:../../packages/rollup-plugin-md-ts",
- "rollup-plugin-stdf-icon": "file:../../packages/rollup-plugin-stdf-icon",
- "stdf": "file:../../packages/stdf",
- "svelte": "^5.7.1",
- "svelte-check": "^4.1.1",
- "svelte-confetti": "^2.3.1",
- "tailwindcss": "^4.0.12",
- "typescript": "^5.7.2",
- "typescript-eslint": "^8.17.0",
- "vite": "^6.0.3"
- }
- }
|