|
1 | 1 | { |
2 | | - "name": "frontend", |
3 | | - "version": "0.0.1", |
4 | | - "private": true, |
5 | | - "packageManager": "[email protected]", |
6 | | - "engines": { |
7 | | - "node": ">=20", |
8 | | - "pnpm": ">=9" |
9 | | - }, |
10 | | - "scripts": { |
11 | | - "dev": "vite dev", |
12 | | - "lexbox-dev": "vite dev --port 3000 --host 0.0.0.0", |
13 | | - "prepare": "svelte-kit sync", |
14 | | - "build": "vite build", |
15 | | - "preview": "vite preview", |
16 | | - "pretest": "playwright install", |
17 | | - "test": "playwright test", |
18 | | - "test-flaky": "playwright test --retries=3 -j 30%", |
19 | | - "test-hard": "playwright test --repeat-each=3 -j 30%", |
20 | | - "test-report": "playwright show-report test-results/_html-report", |
21 | | - "_env-comment": "Run any command with .env.local loaded: (e.g. `pnpm run env run test -g 'test name')", |
22 | | - "env": "dotenvx run --env-file=.env.local -- pnpm", |
23 | | - "check": "svelte-kit sync && svelte-check", |
24 | | - "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", |
25 | | - "test:unit": "vitest", |
26 | | - "lint": "svelte-kit sync && eslint .", |
27 | | - "lint:report": "svelte-kit sync && eslint . --output-file eslint_report.json --format json", |
28 | | - "format": "eslint . --fix", |
29 | | - "clean": "pnpm dlx rimraf node_modules .svelte-kit" |
30 | | - }, |
31 | | - "devDependencies": { |
32 | | - "@dotenvx/dotenvx": "^0.37.1", |
33 | | - "@egoist/tailwindcss-icons": "^1.8.0", |
34 | | - "@eslint/js": "^9.16.0", |
35 | | - "@graphql-codegen/cli": "^5.0.2", |
36 | | - "@graphql-codegen/client-preset": "^4.2.5", |
37 | | - "@graphql-codegen/schema-ast": "^4.0.2", |
38 | | - "@graphql-codegen/typescript": "^4.0.6", |
39 | | - "@graphql-typed-document-node/core": "^3.2.0", |
40 | | - "@iconify-json/mdi": "^1.1.66", |
41 | | - "@playwright/test": "^1.49.1", |
42 | | - "@sveltejs/adapter-node": "^5.2.9", |
43 | | - "@sveltejs/kit": "2.8.4", |
44 | | - "@sveltejs/vite-plugin-svelte": "catalog:", |
45 | | - "@tailwindcss/typography": "^0.5.13", |
46 | | - "@types/mjml": "^4.7.4", |
47 | | - "@types/node": "^20.12.12", |
48 | | - "@types/zxcvbn": "^4.4.4", |
49 | | - "@typescript-eslint/eslint-plugin": "catalog:", |
| 2 | + "name": "frontend", |
| 3 | + "version": "0.0.1", |
| 4 | + "private": true, |
| 5 | + "packageManager": "[email protected]", |
| 6 | + "engines": { |
| 7 | + "node": ">=20", |
| 8 | + "pnpm": ">=9" |
| 9 | + }, |
| 10 | + "scripts": { |
| 11 | + "dev": "vite dev", |
| 12 | + "lexbox-dev": "vite dev --port 3000 --host 0.0.0.0", |
| 13 | + "prepare": "svelte-kit sync", |
| 14 | + "build": "vite build", |
| 15 | + "preview": "vite preview", |
| 16 | + "pretest": "playwright install", |
| 17 | + "test": "playwright test", |
| 18 | + "test-flaky": "playwright test --retries=3 -j 30%", |
| 19 | + "test-hard": "playwright test --repeat-each=3 -j 30%", |
| 20 | + "test-report": "playwright show-report test-results/_html-report", |
| 21 | + "_env-comment": "Run any command with .env.local loaded: (e.g. `pnpm run env run test -g 'test name')", |
| 22 | + "env": "dotenvx run --env-file=.env.local -- pnpm", |
| 23 | + "check": "svelte-kit sync && svelte-check", |
| 24 | + "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", |
| 25 | + "test:unit": "vitest", |
| 26 | + "lint": "svelte-kit sync && eslint .", |
| 27 | + "lint:report": "svelte-kit sync && eslint . --output-file eslint_report.json --format json", |
| 28 | + "format": "eslint . --fix", |
| 29 | + "clean": "pnpm dlx rimraf node_modules .svelte-kit" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "@dotenvx/dotenvx": "^0.37.1", |
| 33 | + "@egoist/tailwindcss-icons": "^1.9.0", |
| 34 | + "@eslint/js": "^9.25.1", |
| 35 | + "@graphql-codegen/cli": "^5.0.5", |
| 36 | + "@graphql-codegen/client-preset": "^4.8.0", |
| 37 | + "@graphql-codegen/schema-ast": "^4.1.0", |
| 38 | + "@graphql-codegen/typescript": "^4.1.6", |
| 39 | + "@graphql-typed-document-node/core": "^3.2.0", |
| 40 | + "@iconify-json/mdi": "^1.2.3", |
| 41 | + "@playwright/test": "^1.52.0", |
50 | 42 | "@stylistic/eslint-plugin": "catalog:", |
51 | | - "@typescript-eslint/parser": "catalog:", |
52 | | - "@urql/core": "^5.0.8", |
53 | | - "@urql/devtools": "^2.0.3", |
54 | | - "@urql/exchange-graphcache": "^7.1.2", |
55 | | - "@urql/svelte": "^4.2.2", |
56 | | - "autoprefixer": "^10.4.19", |
57 | | - "daisyui": "^4.11.1", |
58 | | - "eslint": "catalog:", |
59 | | - "eslint-plugin-svelte": "catalog:", |
60 | | - "globals": "^13.24.0", |
61 | | - "graphql": "^16.8.1", |
62 | | - "json5": "^2.2.3", |
63 | | - "jwt-decode": "^4.0.0", |
64 | | - "postcss": "catalog:", |
65 | | - "rimraf": "^5.0.7", |
66 | | - "svelte": "catalog:", |
67 | | - "svelte-check": "catalog:", |
68 | | - "svelte-eslint-parser": "catalog:", |
69 | | - "svelte-preprocess": "catalog:", |
70 | | - "svelte-turnstile": "^0.9.0", |
71 | | - "sveltekit-superforms": "^1.13.4", |
72 | | - "tailwindcss": "catalog:", |
73 | | - "tslib": "catalog:", |
74 | | - "type-fest": "^4.18.2", |
75 | | - "typescript": "catalog:", |
76 | | - "vite": "catalog:", |
77 | | - "vite-plugin-graphql-codegen": "^3.4.3", |
78 | | - "vitest": "catalog:", |
79 | | - "zod": "^3.24.1", |
80 | | - "zxcvbn": "^4.4.2" |
81 | | - }, |
82 | | - "type": "module", |
83 | | - "dependencies": { |
84 | | - "@floating-ui/dom": "^1.6.5", |
85 | | - "@opentelemetry/api": "^1.8.0", |
86 | | - "@opentelemetry/auto-instrumentations-node": "^0.47.1", |
87 | | - "@opentelemetry/auto-instrumentations-web": "^0.40.0", |
88 | | - "@opentelemetry/context-zone": "^1.24.1", |
89 | | - "@opentelemetry/exporter-trace-otlp-http": "^0.51.1", |
90 | | - "@opentelemetry/instrumentation": "^0.51.1", |
91 | | - "@opentelemetry/resources": "^1.24.1", |
92 | | - "@opentelemetry/sdk-node": "^0.51.1", |
93 | | - "@opentelemetry/sdk-trace-web": "^1.24.1", |
94 | | - "@opentelemetry/semantic-conventions": "^1.24.1", |
95 | | - "@tailwindcss/container-queries": "^0.1.1", |
96 | | - "@types/js-cookie": "^3.0.6", |
97 | | - "@types/set-cookie-parser": "^2.4.7", |
98 | | - "@vitejs/plugin-basic-ssl": "catalog:", |
99 | | - "css-tree": "^2.3.1", |
100 | | - "e2e-mailbox": "1.1.5", |
101 | | - "estree-walker": "^3.0.3", |
102 | | - "js-cookie": "^3.0.5", |
103 | | - "just-order-by": "^1.0.0", |
104 | | - "mjml": "^4.15.3", |
105 | | - "set-cookie-parser": "^2.6.0", |
106 | | - "svelte-exmarkdown": "catalog:", |
107 | | - "svelte-intl-precompile": "^0.12.3", |
108 | | - "sveltekit-search-params": "^2.1.2", |
109 | | - "tus-js-client": "^4.1.0", |
110 | | - "viewer": "workspace:*" |
111 | | - } |
| 43 | + "@sveltejs/adapter-node": "^5.2.12", |
| 44 | + "@sveltejs/kit": "2.20.7", |
| 45 | + "@sveltejs/vite-plugin-svelte": "catalog:", |
| 46 | + "@tailwindcss/typography": "^0.5.16", |
| 47 | + "@types/mjml": "^4.7.4", |
| 48 | + "@types/node": "^20.17.32", |
| 49 | + "@types/zxcvbn": "^4.4.5", |
| 50 | + "@typescript-eslint/eslint-plugin": "catalog:", |
| 51 | + "@typescript-eslint/parser": "catalog:", |
| 52 | + "@urql/core": "^5.1.1", |
| 53 | + "@urql/devtools": "^2.0.3", |
| 54 | + "@urql/exchange-graphcache": "^7.2.3", |
| 55 | + "@urql/svelte": "^4.2.3", |
| 56 | + "autoprefixer": "^10.4.21", |
| 57 | + "daisyui": "^4.12.24", |
| 58 | + "eslint": "catalog:", |
| 59 | + "eslint-plugin-svelte": "catalog:", |
| 60 | + "globals": "^13.24.0", |
| 61 | + "graphql": "^16.11.0", |
| 62 | + "json5": "^2.2.3", |
| 63 | + "jwt-decode": "^4.0.0", |
| 64 | + "postcss": "catalog:", |
| 65 | + "rimraf": "^5.0.10", |
| 66 | + "svelte": "catalog:", |
| 67 | + "svelte-check": "catalog:", |
| 68 | + "svelte-eslint-parser": "catalog:", |
| 69 | + "svelte-preprocess": "catalog:", |
| 70 | + "svelte-turnstile": "^0.9.0", |
| 71 | + "sveltekit-superforms": "^1.13.4", |
| 72 | + "tailwindcss": "catalog:", |
| 73 | + "tslib": "catalog:", |
| 74 | + "type-fest": "^4.40.1", |
| 75 | + "typescript": "catalog:", |
| 76 | + "vite": "catalog:", |
| 77 | + "vite-plugin-graphql-codegen": "^3.5.0", |
| 78 | + "vitest": "catalog:", |
| 79 | + "zod": "^3.24.3", |
| 80 | + "zxcvbn": "^4.4.2" |
| 81 | + }, |
| 82 | + "type": "module", |
| 83 | + "dependencies": { |
| 84 | + "@floating-ui/dom": "^1.6.13", |
| 85 | + "@opentelemetry/api": "^1.9.0", |
| 86 | + "@opentelemetry/auto-instrumentations-node": "^0.47.1", |
| 87 | + "@opentelemetry/auto-instrumentations-web": "^0.40.0", |
| 88 | + "@opentelemetry/context-zone": "^1.30.1", |
| 89 | + "@opentelemetry/exporter-trace-otlp-http": "^0.51.1", |
| 90 | + "@opentelemetry/instrumentation": "^0.51.1", |
| 91 | + "@opentelemetry/resources": "^1.30.1", |
| 92 | + "@opentelemetry/sdk-node": "^0.51.1", |
| 93 | + "@opentelemetry/sdk-trace-web": "^1.30.1", |
| 94 | + "@opentelemetry/semantic-conventions": "^1.32.0", |
| 95 | + "@tailwindcss/container-queries": "^0.1.1", |
| 96 | + "@types/js-cookie": "^3.0.6", |
| 97 | + "@types/set-cookie-parser": "^2.4.10", |
| 98 | + "@vitejs/plugin-basic-ssl": "catalog:", |
| 99 | + "css-tree": "^2.3.1", |
| 100 | + "e2e-mailbox": "1.1.5", |
| 101 | + "estree-walker": "^3.0.3", |
| 102 | + "js-cookie": "^3.0.5", |
| 103 | + "just-order-by": "^1.0.0", |
| 104 | + "mjml": "^4.15.3", |
| 105 | + "set-cookie-parser": "^2.7.1", |
| 106 | + "svelte-exmarkdown": "catalog:", |
| 107 | + "svelte-intl-precompile": "^0.12.3", |
| 108 | + "sveltekit-search-params": "^3", |
| 109 | + "tus-js-client": "^4.3.1", |
| 110 | + "viewer": "workspace:*" |
| 111 | + } |
112 | 112 | } |
0 commit comments