mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-15 06:41:46 +08:00
100 lines
2.9 KiB
JSON
100 lines
2.9 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"
|
|
]
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "./src/lib/config/eslint.config.js"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "1.7.4",
|
|
"@pinia/nuxt": "0.4.6",
|
|
"@vuelidate/core": "2.0.0",
|
|
"@vuelidate/validators": "2.0.0",
|
|
"@vueuse/components": "9.6.0",
|
|
"@vueuse/core": "9.6.0",
|
|
"@vueuse/head": "1.0.20",
|
|
"@vueuse/integrations": "9.6.0",
|
|
"accept-language-parser": "1.5.0",
|
|
"axios": "0.27.2",
|
|
"chartist": "0.11.4",
|
|
"chartist-plugin-legend": "0.6.2",
|
|
"debug": "4.3.4",
|
|
"diff-match-patch": "1.0.5",
|
|
"filesize": "10.0.5",
|
|
"jwt-decode": "3.1.2",
|
|
"lodash-es": "4.17.21",
|
|
"nprogress": "0.2.0",
|
|
"pinia": "2.0.27",
|
|
"prism-theme-vars": "0.2.4",
|
|
"prismjs": "^1.29.0",
|
|
"qs": "6.11.0",
|
|
"swagger-ui-dist": "4.15.5",
|
|
"universal-cookie": "4.0.4",
|
|
"vue": "3.2.45",
|
|
"vue-advanced-cropper": "2.8.6",
|
|
"vue-i18n": "9.2.2",
|
|
"vue3-popper": "1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/mdi": "1.1.38",
|
|
"@intlify/vite-plugin-vue-i18n": "6.0.3",
|
|
"@nuxtjs-alt/proxy": "2.1.2",
|
|
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
|
"@types/accept-language-parser": "1.5.3",
|
|
"@types/chartist": "0.11.1",
|
|
"@types/debug": "4.1.7",
|
|
"@types/diff-match-patch": "1.0.32",
|
|
"@types/locale": "0.1.1",
|
|
"@types/lodash-es": "4.17.6",
|
|
"@types/markdown-it-link-attributes": "3.0.1",
|
|
"@types/nprogress": "0.2.0",
|
|
"@types/prettier": "2.7.1",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/qs": "6.9.7",
|
|
"@types/swagger-ui-dist": "3.30.1",
|
|
"@vue/compiler-sfc": "3.2.45",
|
|
"@vue/eslint-config-typescript": "11.0.2",
|
|
"eslint": "8.29.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-import-resolver-alias": "1.1.2",
|
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-unicorn": "45.0.1",
|
|
"eslint-plugin-vue": "9.8.0",
|
|
"husky": "8.0.2",
|
|
"lint-staged": "13.0.4",
|
|
"nuxt": "3.0.0",
|
|
"nuxt-windicss": "2.6.0",
|
|
"pnpm": "7.18.0",
|
|
"prettier": "2.8.0",
|
|
"regenerator-runtime": "0.13.11",
|
|
"sass": "1.56.1",
|
|
"typescript": "4.9.3",
|
|
"unplugin-auto-import": "0.12.0",
|
|
"unplugin-icons": "0.14.14",
|
|
"unplugin-vue-components": "0.22.11",
|
|
"vite": "3.2.4",
|
|
"vite-plugin-eslint": "1.8.1",
|
|
"vue-tsc": "^1.0.16"
|
|
}
|
|
}
|