-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
62 lines (62 loc) · 1.92 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
{
"name": "chillin",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@playwright/test": "^1.49.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.5",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@types/uuid": "^10.0.0",
"@types/youtube-player": "^5.5.11",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
"prettier": "^3.4.1",
"prettier-plugin-svelte": "^3.3.2",
"svelte": "^5.2.9",
"svelte-check": "^4.1.0",
"svelte-eslint-parser": "^0.43.0",
"svelte-meta-tags": "^4.0.4",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vitest": "^2.1.6"
},
"type": "module",
"dependencies": {
"@fontsource-variable/figtree": "^5.1.1",
"class-variance-authority": "^0.7.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
"fuzzysort": "^3.1.0",
"iconify-icon": "^2.1.0",
"posthog-js": "^1.190.2",
"posthog-node": "^4.3.1",
"radashi": "^12.2.3",
"svelte-persisted-state": "^0.1.0",
"sveltekit-search-params": "^3.0.0",
"uuid": "^11.0.3",
"youtube-player": "^5.6.0"
},
"packageManager": "[email protected]"
}