ui: Update node version and node packages
This commit is contained in:
parent
40f0c18979
commit
3ce4f2eb38
6 changed files with 529 additions and 548 deletions
|
|
@ -2,9 +2,9 @@
|
|||
"name": "fic-frontend",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "svelte-kit dev",
|
||||
"build": "svelte-kit build",
|
||||
"preview": "svelte-kit preview",
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
|
||||
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
|
||||
},
|
||||
|
|
@ -28,6 +28,7 @@
|
|||
"bootstrap-icons": "^1.8.1",
|
||||
"bootswatch": "^5.1.3",
|
||||
"hash-wasm": "^4.9.0",
|
||||
"seedrandom": "^3.0.5"
|
||||
"seedrandom": "^3.0.5",
|
||||
"vite": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue