-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.12 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
{
"name": "hololivefanbooth",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"postbuild": "npx svelte-sitemap --domain https://www.hololivefanbooth.com --out-dir .svelte-kit/cloudflare",
"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",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@playwright/test": "^1.43.1",
"@steeze-ui/simple-icons": "^1.7.1",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/adapter-cloudflare": "^3.0.2",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tailwindcss/typography": "^0.5.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.40.0",
"flowbite": "^2.3.0",
"flowbite-svelte": "^0.46.4",
"postcss": "^8.4.38",
"postcss-load-config": "^4.0.2",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^4.2.15",
"svelte-check": "^3.6.9",
"svelte-eslint-parser": "^0.39.1",
"svelte-hamburgers": "^4.2.0",
"svelte-meta-tags": "^2.8.0",
"svelte-sitemap": "^2.6.0",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-url-copy": "^1.1.4"
},
"type": "module",
"dependencies": {
"@sanity/client": "^6.15.19",
"@steeze-ui/heroicons": "^2.4.0",
"@steeze-ui/svelte-icon": "^1.5.0",
"@threlte/core": "^7.3.0",
"@threlte/extras": "^8.11.2",
"@types/three": "^0.164.0",
"daisyui": "^3.9.4",
"draco3dgltf": "^1.5.7",
"svelte-inview": "^4.0.2",
"svelte-preprocess": "^5.1.4",
"three": "^0.164.1"
}
}