-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
{
"name": "mcss-remote-panel",
"version": "6.3.1",
"private": true,
"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",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "2.1.0",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "1.25.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@vite-pwa/sveltekit": "^0.2.1",
"autoprefixer": "^10.4.8",
"eslint": "^8.16.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.32.4",
"postcss": "^8.4.27",
"postcss-nested": "^6.0.1",
"prettier": "^3.0.2",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.2.0",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
"tailwindcss": "^3.1.8",
"tslib": "^2.5.0",
"typescript": "^5.0.3",
"vite": "^4.1.1",
"vite-plugin-zip-pack": "^1.0.5"
},
"type": "module",
"dependencies": {
"@mdi/js": "^7.2.96",
"@popperjs/core": "^2.11.7",
"axios": "^1.3.2",
"classnames": "^2.3.2",
"flowbite": "^1.6.4",
"flowbite-svelte": "^0.43.2",
"guid-ts": "^1.1.2",
"svelte-easy-crop": "^2.0.1",
"svelte-local-storage-store": "^0.5.0"
}
}