-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 5.1 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 5.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "phuzzle",
"private": true,
"version": "0.1.0",
"type": "module",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "npm run lint && npm run build && vite",
"dev:host": "npm run lint && npm run build && vite --host",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .ts,.tsx --max-warnings=0",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"lint:md": "markdownlint-cli2",
"lint:md:fix": "markdownlint-cli2-fix",
"format": "prettier . --write",
"format:check": "prettier . --check",
"typecheck": "tsc --noEmit",
"guard:quality": "bash ./scripts/guard-no-skip-and-console.sh",
"doctor": "bash ./scripts/doctor.sh",
"gh:issues:import": "bash ./scripts/import-github-issues.sh",
"precheck": "bash ./scripts/precheck.sh",
"prepare": "husky",
"postinstall": "patch-package",
"test": "vitest run",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:browsers": "npm run test:run && npm run test:e2e",
"test:browsers:smoke": "npm run test:run && npm run test:e2e:smoke",
"test:e2e": "bash ./scripts/test-e2e-matrix.sh",
"test:e2e:chrome": "playwright test --project=chrome",
"test:e2e:chrome:channel": "PW_USE_CHROME=1 playwright test --project=chrome",
"test:e2e:firefox": "playwright test --project=firefox",
"test:e2e:safari": "playwright test --project=safari",
"test:e2e:edge": "playwright test --project=edge",
"test:e2e:edge:channel": "PW_USE_EDGE=1 playwright test --project=edge",
"test:e2e:smoke": "bash ./scripts/test-e2e-smoke.sh",
"test:e2e:layouts": "playwright test --project=safari-iphone-responsive --project=safari-ipad-responsive --project=chrome-android-tablet-responsive",
"test:e2e:install": "npx playwright install chromium firefox webkit msedge",
"test:e2e:ui": "playwright test --ui",
"check:bundle": "bash ./scripts/check-bundle-size.sh",
"check:images": "bash ./scripts/audit-image-assets.sh",
"lighthouse": "npm run build && npx lhci autorun",
"lhci": "npm run build && npx lhci autorun",
"lighthouse:collect": "npm run build && npx lhci collect",
"lighthouse:assert": "npx lhci assert",
"lighthouse:open": "open ./lhci-reports/index.html",
"supabase:push:uat": "test -n \"$SUPABASE_UAT_PROJECT_REF\" && npx supabase@latest link --project-ref \"$SUPABASE_UAT_PROJECT_REF\" && npx supabase@latest db push --linked --yes",
"supabase:push:prod": "test -n \"$SUPABASE_PROD_PROJECT_REF\" && npx supabase@latest link --project-ref \"$SUPABASE_PROD_PROJECT_REF\" && npx supabase@latest db push --linked --yes",
"supabase:push:uat:seed": "test -n \"$SUPABASE_UAT_PROJECT_REF\" && npx supabase@latest link --project-ref \"$SUPABASE_UAT_PROJECT_REF\" && npx supabase@latest db push --linked --include-seed --yes",
"supabase:push:prod:seed": "test -n \"$SUPABASE_PROD_PROJECT_REF\" && npx supabase@latest link --project-ref \"$SUPABASE_PROD_PROJECT_REF\" && npx supabase@latest db push --linked --include-seed --yes",
"supabase:push:local": "npx supabase@latest db push --local --yes",
"supabase:push:local:seed": "npx supabase@latest db push --local --include-seed --yes"
},
"dependencies": {
"@supabase/supabase-js": "^2.94.0",
"husky": "^9.1.7",
"jiti": "^2.6.1",
"lucide-react": "^0.563.0",
"posthog-js": "^1.369.3",
"prettier": "^3.7.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.12.0",
"typescript-eslint": "^8.53.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.1",
"@lhci/cli": "^0.15.1",
"@playwright/test": "^1.49.0",
"@testing-library/react": "^16.3.2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^4.1.4",
"deep-is": "^0.1.4",
"eslint": "^9.8.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.9",
"fast-levenshtein": "^3.0.0",
"happy-dom": "^20.9.0",
"levn": "^0.4.1",
"markdownlint-cli2": "^0.22.0",
"patch-package": "^8.0.1",
"prelude-ls": "^1.2.1",
"type-check": "^0.4.0",
"typescript": "^5.5.4",
"vite": "^7.3.2",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^4.1.4",
"word-wrap": "^1.2.5"
},
"overrides": {
"tmp": ">=0.2.4",
"minimatch": "^9.0.5",
"serialize-javascript": "7.0.5",
"yauzl": ">=3.2.1",
"basic-ftp": "5.3.0",
"brace-expansion": "2.0.3",
"dompurify": "3.4.0",
"lodash": "4.18.1",
"lodash-es": "4.18.1",
"path-to-regexp": "0.1.13",
"protobufjs": "7.5.5",
"smol-toml": "1.6.1",
"@rollup/pluginutils": {
"picomatch": "2.3.2"
},
"vite-plugin-pwa": {
"workbox-build": "7.0.0"
},
"workbox-build": {
"@rollup/plugin-terser": "0.4.3",
"picomatch": "2.3.2",
"lodash": "4.18.1"
},
"vite": {
"picomatch": "4.0.4"
},
"vitest": {
"picomatch": "4.0.4"
},
"tinyglobby": {
"picomatch": "4.0.4"
}
}
}