-
Notifications
You must be signed in to change notification settings - Fork 1
/
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": "ow2countdown",
"version": "1.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint --ignore-path .gitignore ."
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@supabase/auth-helpers-sveltekit": "^0.8.6",
"@supabase/supabase-js": "^2.1.0",
"@sveltejs/adapter-vercel": "^2.4.3",
"@sveltejs/kit": "^1.15.2",
"@types/jstoxml": "^2.0.2",
"@types/sanitize-html": "^2.8.0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@vercel/analytics": "^0.1.8",
"autoprefixer": "^10.4.5",
"date-fns": "^2.28.0",
"date-fns-tz": "^2.0.0",
"eslint": "^7.32.0",
"eslint-plugin-svelte3": "^3.2.1",
"fontawesome-svelte": "^2.0.1",
"jstoxml": "^3.2.7",
"marked": "^4.2.12",
"postcss": "^8.4.31",
"sanitize-html": "^2.12.1",
"svelte": "^4.2.19",
"svelte-check": "^2.2.6",
"svelte-confetti": "^1.2.2",
"svelte-markdown": "^0.2.3",
"svelte-preprocess": "^4.10.1",
"tailwindcss": "^3.0.24",
"tslib": "^2.3.1",
"typescript": "~4.6.2",
"vite": "^4.5.5",
"web-vitals": "^3.1.1"
},
"type": "module",
"dependencies": {}
}