-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.47 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
{
"name": "youtube-video-deck",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"sync": "svelte-kit sync",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@googleapis/youtube": "^20.0.0",
"@sveltejs/adapter-node": "^5.2.4",
"@sveltejs/kit": "^2.5.28",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/luxon": "^3.4.2",
"@types/youtube": "^0.1.0",
"ajv": "^8.17.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.0",
"focus-trap": "^7.6.0",
"globals": "^15.9.0",
"luxon": "^3.5.0",
"mongodb": "^6.9.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.19",
"svelte-check": "^4.0.2",
"svelte-dnd-action": "^0.9.50",
"svelte-fa": "^4.0.3",
"svelte-inview": "^4.0.2",
"svelte-kit-cookie-session": "^4.0.0",
"tailwindcss": "^3.4.13",
"typescript-eslint": "^8.7.0",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.8"
},
"type": "module"
}