Skip to content

Commit

Permalink
Merge pull request #95 from AlexHalb/Layout
Browse files Browse the repository at this point in the history
New layout/more functionality
  • Loading branch information
luxaritas authored Dec 15, 2023
2 parents fdb9490 + af4a95a commit 01c2690
Show file tree
Hide file tree
Showing 92 changed files with 15,345 additions and 4,743 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ npm run test:e2e
```

## Contributing
Feel free to fork this repository, make some changes, and create a pull request. Your changes will then be revewed, merged, and deployed once accepted. It is encouraged to use a channel other than #global (the default) for testing purposes if it could be disruptive. We also recommend joining our [Discord](https://discord.gg/KYeTwux) to chat with other developers.
Feel free to fork this repository, make some changes, and create a pull request. Your changes will then be reviewed, merged, and deployed once accepted. We encourage you to use different channels than the main ones (#general, #off-topic, #help, and #labs) if your testing could be considered disruptive. We also recommend joining our [Discord](https://discord.gg/KYeTwux) to chat with other developers.
11,154 changes: 7,229 additions & 3,925 deletions package-lock.json

Large diffs are not rendered by default.

86 changes: 52 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,54 +11,72 @@
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@cloudcmd/clipboard": "^2.0.0",
"@types/irc": "^0.3.33",
"@types/node": "^13.1.6",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.2.0",
"eventemitter3": "^4.0.0",
"irc-framework": "^4.6.0",
"@types/lodash": "^4.14.158",
"@types/node": "^14.0.13",
"@types/punycode": "^2.1.0",
"@types/sjcl": "^1.0.29",
"@types/vue-clickaway": "^2.2.0",
"@types/vuedraggable": "^2.23.1",
"axios": "^0.19.2",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.15.0",
"broadcast-channel": "^3.1.0",
"broadcastchannel-polyfill": "^1.0.1",
"eventemitter3": "^4.0.4",
"gsap": "^3.4.2",
"idb": "^5.0.4",
"irc-framework": "^4.8.1",
"lodash": "^4.17.15",
"markdown-it": "^10.0.0",
"lodash.throttle": "^4.1.1",
"markdown-it": "^11.0.0",
"sjcl": "^1.0.8",
"stream": "0.0.2",
"sysend": "^1.3.3",
"to-bool": "0.0.1",
"tslib": "^1.10.0",
"tslib": "^2.0.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.2",
"vue-context": "^5.0.0",
"vue-class-component": "^7.2.3",
"vue-clickaway": "^2.2.2",
"vue-context": "^5.2.0",
"vue-context-menu": "^2.0.6",
"vue-js-modal": "^1.3.31",
"vue-js-modal": "^1.3.35",
"vue-perfect-scrollbar": "^0.2.1",
"vue-property-decorator": "^8.3.0",
"vue-property-decorator": "^8.5.0",
"vue-resize-directive": "^1.2.0",
"vue-resource": "^1.5.1",
"vuebar": "0.0.20",
"vuex": "^3.1.2",
"vuex-class-component": "^2.2.1"
"vuedraggable": "^2.23.2",
"vuex": "^3.4.0",
"vuex-class-component": "^2.3.3"
},
"devDependencies": {
"@types/jest": "^24.0.25",
"@types/markdown-it": "0.0.9",
"@typescript-eslint/parser": "^2.15.0",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@vue/cli": "^4.1.2",
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-e2e-nightwatch": "^4.1.2",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-plugin-typescript": "^4.1.2",
"@vue/cli-plugin-unit-jest": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"@types/jest": "^26.0.0",
"@types/markdown-it": "10.0.1",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"@vue/cli": "^4.4.4",
"@vue/cli-plugin-babel": "^4.4.4",
"@vue/cli-plugin-e2e-nightwatch": "^4.4.4",
"@vue/cli-plugin-eslint": "^4.4.4",
"@vue/cli-plugin-typescript": "^4.4.4",
"@vue/cli-plugin-unit-jest": "^4.4.4",
"@vue/cli-service": "^4.4.4",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-typescript": "^5.0.1",
"@vue/test-utils": "^1.0.0-beta.20",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.0.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.1.2",
"lint-staged": "^9.5.0",
"node-sass": "^4.13.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-plugin-vue": "^6.2.2",
"lint-staged": "^10.2.11",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"ts-jest": "^24.3.0",
"typescript": "^3.7.4",
"vue-eslint-parser": "^7.0.0",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5",
"vue-eslint-parser": "^7.1.0",
"vue-template-compiler": "^2.6.11"
},
"gitHooks": {
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
Loading

0 comments on commit 01c2690

Please sign in to comment.