mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
112 lines
3.2 KiB
JSON
112 lines
3.2 KiB
JSON
{
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev --port 3333",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"previewBuild": "nuxt build && nuxt preview",
|
|
"prep": "nuxt prepare",
|
|
"lint:eslint": "eslint --ext \".js,.vue,.ts,.html\" --ignore-path .gitignore --fix .",
|
|
"lint:prettier": "prettier -w .",
|
|
"lint:typecheck": "nuxt typecheck",
|
|
"prepare": "cd .. && husky install frontend/.husky"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,js,vue,html}": [
|
|
"prettier -c",
|
|
"eslint"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@github/webauthn-json": "2.1.1",
|
|
"@headlessui/vue": "1.7.15",
|
|
"@intlify/unplugin-vue-i18n": "0.12.2",
|
|
"@pinia/nuxt": "0.4.11",
|
|
"@vuelidate/core": "2.0.3",
|
|
"@vuelidate/validators": "2.0.3",
|
|
"@vueuse/components": "10.3.0",
|
|
"@vueuse/core": "10.3.0",
|
|
"@vueuse/head": "1.1.26",
|
|
"@vueuse/integrations": "10.3.0",
|
|
"accept-language-parser": "1.5.0",
|
|
"axios": "1.4.0",
|
|
"chartist": "1.3.0",
|
|
"chartist-plugin-legend": "0.6.2",
|
|
"debug": "4.3.4",
|
|
"diff-match-patch": "1.0.5",
|
|
"dompurify": "3.0.5",
|
|
"easymde": "2.18.0",
|
|
"filesize": "10.0.11",
|
|
"jsdom": "22.1.0",
|
|
"jwt-decode": "3.1.2",
|
|
"lodash-es": "4.17.21",
|
|
"marked": "4.3.0",
|
|
"marked-extended-tables": "1.0.6",
|
|
"marked-linkify-it": "3.1.1",
|
|
"nprogress": "0.2.0",
|
|
"pinia": "2.1.6",
|
|
"prism-theme-vars": "0.2.4",
|
|
"prismjs": "1.29.0",
|
|
"qs": "6.11.2",
|
|
"swagger-ui-dist": "4.19.0",
|
|
"universal-cookie": "4.0.4",
|
|
"vue": "3.3.4",
|
|
"vue-advanced-cropper": "2.8.8",
|
|
"vue-i18n": "9.2.2",
|
|
"vue3-popper": "1.5.0",
|
|
"vuedraggable": "4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/mdi": "1.1.54",
|
|
"@nuxt-alt/proxy": "2.3.0",
|
|
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
|
"@types/accept-language-parser": "1.5.3",
|
|
"@types/debug": "4.1.8",
|
|
"@types/diff-match-patch": "1.0.32",
|
|
"@types/dompurify": "3.0.2",
|
|
"@types/jsdom": "21.1.1",
|
|
"@types/locale": "0.1.1",
|
|
"@types/lodash-es": "4.17.8",
|
|
"@types/markdown-it-link-attributes": "3.0.1",
|
|
"@types/nprogress": "0.2.0",
|
|
"@types/prismjs": "1.26.0",
|
|
"@types/qs": "6.9.7",
|
|
"@types/swagger-ui-dist": "3.30.1",
|
|
"@unocss/nuxt": "0.55.0",
|
|
"@vue/compiler-sfc": "3.3.4",
|
|
"@vue/eslint-config-typescript": "11.0.3",
|
|
"eslint": "8.47.0",
|
|
"eslint-config-prettier": "9.0.0",
|
|
"eslint-import-resolver-alias": "1.1.2",
|
|
"eslint-import-resolver-typescript": "3.6.0",
|
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
"eslint-plugin-import": "2.28.0",
|
|
"eslint-plugin-unicorn": "48.0.1",
|
|
"eslint-plugin-vue": "9.17.0",
|
|
"husky": "8.0.3",
|
|
"lint-staged": "13.2.3",
|
|
"nuxt": "3.6.5",
|
|
"pnpm": "8.6.12",
|
|
"prettier": "2.8.8",
|
|
"regenerator-runtime": "0.14.0",
|
|
"sass": "1.65.1",
|
|
"typescript": "5.1.6",
|
|
"unplugin-auto-import": "0.16.6",
|
|
"unplugin-icons": "0.16.5",
|
|
"unplugin-vue-components": "0.25.1",
|
|
"vite": "4.4.9",
|
|
"vite-plugin-eslint": "1.8.1",
|
|
"vue-tsc": "1.8.8"
|
|
},
|
|
"comments": "Hookable 5.5 seems to break with nuxt...",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"hookable": "5.4.2"
|
|
}
|
|
}
|
|
}
|