* Fix duplicate version nums + etc * Update link info * Remove useless loading conditions * Update pages/legal/privacy.vue Co-authored-by: triphora <emmaffle@modrinth.com> * Update plugins/xss.js Co-authored-by: triphora <emmaffle@modrinth.com> Co-authored-by: triphora <emmaffle@modrinth.com>
52 lines
1.4 KiB
JSON
52 lines
1.4 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 .eslintignore .",
|
|
"lint": "npm run lint:js",
|
|
"fix": "eslint --fix --ext .js,.vue --ignore-path .eslintignore ."
|
|
},
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"@nuxtjs/axios": "^5.13.1",
|
|
"@nuxtjs/dayjs": "^1.2.0",
|
|
"@nuxtjs/style-resources": "^1.0.0",
|
|
"cookie-universal-nuxt": "^2.1.5",
|
|
"core-js": "^3.9.1",
|
|
"highlight.js": "^10.3.2",
|
|
"js-yaml": "^4.1.0",
|
|
"jszip": "^3.10.1",
|
|
"markdown-it": "^13.0.1",
|
|
"nuxt": "^2.15.3",
|
|
"sass": "^1.32.12",
|
|
"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": "^2.1.1",
|
|
"@nuxtjs/eslint-config": "^6.0.0",
|
|
"@nuxtjs/eslint-module": "^3.0.2",
|
|
"@nuxtjs/svg": "^0.1.12",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.22.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-nuxt": "^2.0.0",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"prettier": "^2.2.1",
|
|
"sass-loader": "^10.1.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "^2.3.2"
|
|
}
|
|
}
|