forked from OpenEVSE/openevse-gui-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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.0.0",
"@vitejs/plugin-legacy": "^4.0.3",
"bulma": "^0.9.4",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.53.0",
"svelte": "^3.54.0",
"svelte-preprocess": "^5.0.0",
"terser": "^5.16.1",
"vite": "^4.0.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.14.1",
"workbox-window": "^6.5.4"
},
"dependencies": {
"bulma-checkbox": "^1.2.1",
"bulma-slider": "^2.0.5",
"bulma-switch": "^2.0.4",
"hacktimer": "^1.1.3",
"iconify-icon": "^1.0.2",
"luxon": "^3.1.0",
"promise-batching-queue": "^0.0.5",
"svelte-i18n": "^3.6.0",
"svelte-keyed": "^1.1.6",
"svelte-local-storage-store": "^0.4.0",
"svelte-spa-router": "^3.3.0"
}
}