-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.23 KB
/
package.json
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
{
"name": "genderswap.fm",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"test:integration": "playwright test",
"test:unit": "vitest",
"test:unit-coverage": "vitest --coverage",
"dbtypegen": "supabase gen types typescript --project-id qbmycnemttkukygnvmbu > src/types/db-generated.types.ts",
"lhci:mobile": "lhci autorun",
"lhci:desktop": "lhci autorun --collect.settings.preset=desktop"
},
"dependencies": {
"@lhci/cli": "^0.14.0",
"@radix-ui/colors": "^3.0.0",
"@spotify/web-api-ts-sdk": "^1.2.0",
"@supabase/supabase-js": "^2.46.1",
"@tsparticles/confetti": "^3.6.0",
"dayjs": "^1.11.13",
"satori": "^0.12.0",
"sharp": "^0.33.5",
"svelte-autosize": "^1.1.5",
"svelte-preprocess": "^6.0.3"
},
"devDependencies": {
"@iconify-json/ri": "^1.2.3",
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.86.1",
"@playwright/test": "^1.49.0",
"@sveltejs/adapter-netlify": "^4.3.6",
"@sveltejs/kit": "^2.8.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@testing-library/svelte": "^5.2.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.1.5",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"jsdom": "^25.0.1",
"mdsvex": "^0.12.3",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.81.0",
"supabase": "^1.223.10",
"svelte": "^4.2.19",
"svelte-check": "^4.1.0",
"svelte-sequential-preprocessor": "^2.0.2",
"sveltekit-superforms": "^2.20.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"unplugin-icons": "^0.20.0",
"vite": "^5.4.11",
"vitest": "^2.1.5",
"zod": "^3.23.8"
}
}