Skip to content

Commit

Permalink
Update docs and minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fdendorfer committed Oct 2, 2024
1 parent afbb106 commit f9f5a5a
Show file tree
Hide file tree
Showing 4 changed files with 3,255 additions and 7,329 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SVBot Web

This is the web interface used for SVB's The Ranked Gauntlet
Web interface used for SVB's The Ranked Gauntlet

## Stack

Expand All @@ -12,6 +12,14 @@ Vue in Nuxt with TypeScript, MongoDB and Socket.io
- Figma Demo:
<https://www.figma.com/design/ZIaIC7sFGchAHS9T3FhH6e/SVBot-Web?node-id=5-3>

## Usage Documentation and Stream Setup

User documentation can be found [here](./docs/streamer.md).

## Dev Docs

Getting started and development documentation can be found [here](./docs/dev.md).

## Future Tasks

(See [ToDo's](./docs/todo.md) for more details)
Future and currently worked on tasks are tracked in the [GitHub Project](https://github.com/orgs/SVB-OW/projects/1/views/1).
22 changes: 0 additions & 22 deletions docs/todo.md

This file was deleted.

52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,39 +25,39 @@
"@nuxt/eslint": "^0.3.13",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/stylelint-module": "^5.2.0",
"@pinia/nuxt": "^0.5.1",
"@unhead/vue": "^1.9.12",
"@pinia/nuxt": "^0.5.5",
"@unhead/vue": "^1.11.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express": "^4.21.0",
"express-ws": "^5.0.2",
"mongodb": "^6.7.0",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"mongodb": "^6.9.0",
"nuxt": "^3.13.2",
"pinia": "^2.2.4",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.1.6",
"@storybook/addon-interactions": "^8.1.6",
"@storybook/addon-links": "^8.1.6",
"@storybook/blocks": "^8.1.6",
"@storybook/test": "^8.1.6",
"@storybook/vue3-vite": "^8.1.6",
"@storybook/vue3": "^8.1.6",
"@vitejs/plugin-vue": "^5.0.5",
"@storybook/addon-essentials": "^8.3.4",
"@storybook/addon-interactions": "^8.3.4",
"@storybook/addon-links": "^8.3.4",
"@storybook/blocks": "^8.3.4",
"@storybook/test": "^8.3.4",
"@storybook/vue3": "^8.3.4",
"@storybook/vue3-vite": "^8.3.4",
"@vitejs/plugin-vue": "^5.1.4",
"eslint": "^9.11.1",
"eslint-plugin-storybook": "^0.8.0",
"eslint": "^9.4.0",
"prettier": "^3.3.1",
"storybook": "^8.1.6",
"prettier": "^3.3.3",
"storybook": "^8.3.4",
"stylelint": "^16.9.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint": "^16.6.1",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vue-tsc": "^2.0.19"
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vue-tsc": "^2.1.6"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit f9f5a5a

Please sign in to comment.