This repository was archived by the owner on Aug 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.24 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.24 KB
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
{
"name": "neos-mod-manager",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@iconify-json/heroicons": "^1.1.6",
"@iconify-json/simple-icons": "^1.1.34",
"@popperjs/core": "^2.11.6",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-cloudflare": "1.0.0-next.40",
"@sveltejs/kit": "next",
"@vite-pwa/sveltekit": "^0.0.1",
"autoprefixer": "^10.4.13",
"classnames": "^2.3.2",
"flowbite": "^1.5.4",
"flowbite-svelte": "^0.27.16",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"svelte": "^3.53.1",
"svelte-accessible-accordion": "^2.1.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.2.3",
"typescript": "^4.8.4",
"unplugin-icons": "^0.14.13",
"vite": "^3.2.3"
},
"type": "module",
"dependencies": {
"idb-keyval": "^6.2.0",
"svelte-tiny-virtual-list": "^2.0.5"
}
}