-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.55 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
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "idle-kingdom",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"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 --ignore-path .prettierignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .prettierignore --write --json-recursive-sort=true --plugin-search-dir=. .",
"run:all": "yarn run:lua && yarn run:plist",
"run:plist": "node scripts/plist-parser.js",
"run:lua": "lua scripts/scrapper.lua"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/lodash.debounce": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vanilla-extract/css": "^1.12.0",
"@vanilla-extract/css-utils": "^0.1.3",
"@vanilla-extract/vite-plugin": "^3.8.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-svelte": "^2.32.2",
"fast-glob": "^3.3.0",
"mdsvex": "^0.11.0",
"plist": "^3.1.0",
"postcss": "^8.4.26",
"prettier": "^2.8.8",
"prettier-plugin-sort-json": "^1.0.0",
"prettier-plugin-svelte": "^2.10.1",
"remark-slug": "^7.0.1",
"remark-toc": "^8.0.1",
"sharp": "^0.32.3",
"svelte": "^4.0.5",
"svelte-check": "^3.4.6",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vanilla-lazyload": "^17.8.3",
"vite": "^5.0.0",
"vite-imagetools": "^5.0.5",
"vite-tsconfig-paths": "^4.2.0"
},
"type": "module",
"dependencies": {
"@floating-ui/dom": "^1.4.5",
"@fontsource/fira-mono": "^5.0.8",
"@fontsource/roboto": "^5.0.8",
"@fontsource/roboto-mono": "^5.0.16",
"@fontsource/roboto-slab": "^5.0.18",
"@mobily/ts-belt": "4.0.0-rc.3",
"@radix-ui/colors": "^1.0.0",
"@supabase/auth-helpers-sveltekit": "^0.8.5",
"@supabase/supabase-js": "^2.26.0",
"@sveltejs/adapter-vercel": "^4.0.0",
"@vanilla-extract/recipes": "^0.4.0",
"@vanilla-extract/sprinkles": "^1.6.1",
"change-case": "^4.1.2",
"imask": "^6.4.3",
"lodash.debounce": "^4.0.8",
"match-sorter": "^6.3.3",
"nanoid": "^4.0.2",
"object-encrypter": "^0.1.3",
"oxide.ts": "^1.1.0",
"remeda": "^1.24.0",
"svelte-floating-ui": "^1.5.3",
"svelte-icons-pack": "^2.1.0",
"zipson": "^0.2.12",
"zod": "^3.21.4"
}
}