forked from liquidsquid1/catppuccin-lb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 884 Bytes
/
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
{
"name": "liquidbounce-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"sass": "^1.70.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^5.2.7",
"svelte-check": "^4.1.0",
"tslib": "^2.8.1",
"typescript": "~5.6.2",
"vite": "^6.0.1"
},
"dependencies": {
"@faker-js/faker": "^9.3.0",
"@jhubbardsf/svelte-sortablejs": "^1.1.0",
"@simonwep/pickr": "^1.9.0",
"@types/howler": "^2.2.12",
"archiver": "^6.0.1",
"country-code-lookup": "^0.1.2",
"dateformat": "^5.0.3",
"howler": "^2.2.4",
"nouislider": "^15.7.1",
"svelte-spa-router": "^4.0.1"
}
}