* WIP: Redesign the default layout * Merge old & new default layouts * Fix login logic; add proper user controls dropdown * Fix latest version listing (#31) (#32) Co-authored-by: Aeledfyr <45501007+Aeledfyr@users.noreply.github.com> * First pass of design cleanup * Improve ad integration and fix light theme * Begin splitting up variables, change some styling to new mockup * Continue redesign progress * Work on some more pages * Add missing dark theme variables for text * Continue working on modularizing * Continue progress, redo pagination * Fix auth buttons in navbar layout * Continue progress * Continue progress more * Redo ModResult * Scope ModPage :irritater: * Continue Dashboard * Continue progress on Dashboard and cleanup * Add missing variables for dark theme * Small tweaks, cleanup, and continue mod page progress * Fix user not being able to see hidden mods that they own * Start reworking mod creation * Continue revamp of mod creation page * Yank v-html out * Hotfix markdown rendering and some spacing issues * Move legal; continue with mod creation; create reusable footer * Create README.md * Update README.md * Update README.md * Add in basic usage instructions * Fix some stuff * Continue with mod creation; fix some CSS errors * Start user page * Start transition to vue-select; fix a few bugs * Continue mod creation page * Finish mod pages * Add very raw version editing * Mod editing + creation * Fixed versions that were in processing causing a 404 (#39) Co-authored-by: Mikhail Oleynikov <falseresync@gmail.com> Co-authored-by: Aeledfyr <45501007+Aeledfyr@users.noreply.github.com> Co-authored-by: Jai A <jai.a@tuta.io> Co-authored-by: MulverineX <mulverin3@gmail.com> Co-authored-by: diabolical17 <calumproh28@gmail.com> Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "knossos",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"export": "nuxt export",
|
|
"serve": "nuxt serve",
|
|
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
|
"lint": "npm run lint:js"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/auth": "^4.9.1",
|
|
"@nuxtjs/axios": "^5.12.2",
|
|
"@nuxtjs/dayjs": "^1.2.0",
|
|
"@nuxtjs/robots": "^2.4.2",
|
|
"@nuxtjs/sitemap": "^2.4.0",
|
|
"highlight.js": "^10.3.2",
|
|
"marked": "^1.2.0",
|
|
"nuxt": "^2.14.7",
|
|
"v-tooltip": "^2.0.3",
|
|
"vue-click-outside": "^1.1.0",
|
|
"vue-highlightjs": "^1.3.3",
|
|
"vue-multiselect": "^2.1.6",
|
|
"vue-notification": "^1.3.20",
|
|
"xss": "^1.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/color-mode": "^1.1.1",
|
|
"@nuxtjs/eslint-config": "^3.1.0",
|
|
"@nuxtjs/eslint-module": "^2.0.0",
|
|
"@nuxtjs/svg": "^0.1.12",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.11.0",
|
|
"eslint-config-prettier": "^6.13.0",
|
|
"eslint-plugin-nuxt": "^1.0.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"node-sass": "^4.14.1",
|
|
"prettier": "^2.1.2",
|
|
"sass-loader": "^9.0.3"
|
|
}
|
|
}
|