-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "wifigui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview",
"start": "npm run css-watch"
},
"devDependencies": {
"@creativebulma/bulma-tooltip": "^1.2.0",
"@sveltejs/vite-plugin-svelte": "^2.5.3",
"@vitejs/plugin-legacy": "^4.1.1",
"bulma": "^0.9.4",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.81.0",
"svelte": "^4.2.19",
"svelte-preprocess": "^6.0.3",
"terser": "^5.36.0",
"vite": "^4.5.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.21.0",
"workbox-window": "^7.3.0"
},
"dependencies": {
"bulma-checkbox": "^1.2.1",
"bulma-slider": "^2.0.5",
"bulma-switch": "^2.0.4",
"hacktimer": "^1.1.3",
"iconify-icon": "^2.1.0",
"luxon": "^3.5.0",
"promise-batching-queue": "^0.0.5",
"svelte-i18n": "^4.0.1",
"svelte-keyed": "^2.0.0",
"svelte-local-storage-store": "^0.6.4",
"svelte-spa-router": "^4.0.1"
}
}