grub/package.json

40 lines
1.0 KiB
JSON

{
"name": "grub",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@types/libsodium-wrappers": "^0.7.10",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.2",
"@vitejs/plugin-react": "^4.0.4",
"sass": "^1.65.1",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2"
},
"dependencies": {
"@automerge/automerge": "^2.0.3",
"bootstrap": "^5.3.1",
"cbor": "npm:@jprochazk/cbor@^0.5.0",
"libsodium": "^0.7.11",
"libsodium-wrappers": "^0.7.11",
"libsodium-wrappers-sumo": "^0.7.11",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-bootstrap-icons": "^1.10.3",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"react-use-websocket": "^4.3.1",
"sort-by": "^1.2.0",
"use-debounce": "^9.0.4",
"uuid": "^9.0.0"
}
}