2022-02-13 02:24:05 +08:00
|
|
|
{
|
2022-02-28 01:29:58 +08:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2022-12-16 21:57:01 +08:00
|
|
|
"build": "nuxt build",
|
|
|
|
"dev": "nuxt dev --port 3333",
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
"preview": "nuxt preview",
|
|
|
|
"previewBuild": "nuxt build && nuxt preview",
|
2022-12-16 23:53:30 +08:00
|
|
|
"prep": "nuxt prepare",
|
2022-12-16 21:57:01 +08:00
|
|
|
"lint:eslint": "eslint --ext \".js,.vue,.ts,.html\" --ignore-path .gitignore --fix .",
|
2022-02-28 01:29:58 +08:00
|
|
|
"lint:prettier": "prettier -w .",
|
2022-12-21 01:47:00 +08:00
|
|
|
"lint:typecheck": "nuxt typecheck",
|
2022-06-29 02:49:11 +08:00
|
|
|
"prepare": "cd .. && husky install frontend/.husky"
|
2022-02-28 01:29:58 +08:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
2022-12-16 21:57:01 +08:00
|
|
|
"*.{ts,js,vue,html}": [
|
2022-02-28 01:29:58 +08:00
|
|
|
"prettier -c",
|
|
|
|
"eslint"
|
|
|
|
]
|
|
|
|
},
|
2022-12-09 22:53:47 +08:00
|
|
|
"eslintConfig": {
|
2022-12-16 21:57:01 +08:00
|
|
|
"extends": "./src/lib/config/eslint.config.js"
|
2022-12-09 22:53:47 +08:00
|
|
|
},
|
2022-02-28 01:29:58 +08:00
|
|
|
"dependencies": {
|
2022-11-05 17:07:33 +08:00
|
|
|
"@headlessui/vue": "1.7.4",
|
2022-12-16 21:57:01 +08:00
|
|
|
"@pinia/nuxt": "0.4.6",
|
2022-10-01 17:34:05 +08:00
|
|
|
"@vuelidate/core": "2.0.0",
|
|
|
|
"@vuelidate/validators": "2.0.0",
|
2022-12-04 18:32:16 +08:00
|
|
|
"@vueuse/components": "9.6.0",
|
|
|
|
"@vueuse/core": "9.6.0",
|
2022-12-04 18:41:29 +08:00
|
|
|
"@vueuse/head": "1.0.20",
|
2022-12-04 18:32:16 +08:00
|
|
|
"@vueuse/integrations": "9.6.0",
|
2022-07-09 18:30:09 +08:00
|
|
|
"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",
|
2022-10-01 17:34:05 +08:00
|
|
|
"filesize": "10.0.5",
|
2022-07-09 18:30:09 +08:00
|
|
|
"jwt-decode": "3.1.2",
|
|
|
|
"lodash-es": "4.17.21",
|
|
|
|
"nprogress": "0.2.0",
|
2022-12-04 18:32:16 +08:00
|
|
|
"pinia": "2.0.27",
|
2022-07-25 21:02:31 +08:00
|
|
|
"prism-theme-vars": "0.2.4",
|
2022-12-23 07:16:00 +08:00
|
|
|
"prismjs": "^1.29.0",
|
2022-07-09 18:30:09 +08:00
|
|
|
"qs": "6.11.0",
|
2022-12-04 18:32:16 +08:00
|
|
|
"swagger-ui-dist": "4.15.5",
|
2022-07-09 18:30:09 +08:00
|
|
|
"universal-cookie": "4.0.4",
|
2022-12-04 18:32:16 +08:00
|
|
|
"vue": "3.2.45",
|
2022-10-31 22:55:45 +08:00
|
|
|
"vue-advanced-cropper": "2.8.6",
|
2022-08-17 13:41:36 +08:00
|
|
|
"vue-i18n": "9.2.2",
|
2022-07-09 18:30:09 +08:00
|
|
|
"vue3-popper": "1.5.0"
|
2022-02-28 01:29:58 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-16 21:57:01 +08:00
|
|
|
"@iconify-json/mdi": "1.1.38",
|
2022-10-01 17:34:05 +08:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "6.0.3",
|
2022-12-16 21:57:01 +08:00
|
|
|
"@nuxtjs-alt/proxy": "2.1.2",
|
|
|
|
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
2022-07-09 18:30:09 +08:00
|
|
|
"@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",
|
2022-09-26 17:45:05 +08:00
|
|
|
"@types/prettier": "2.7.1",
|
2022-12-23 07:16:00 +08:00
|
|
|
"@types/prismjs": "^1.26.0",
|
2022-07-09 18:30:09 +08:00
|
|
|
"@types/qs": "6.9.7",
|
|
|
|
"@types/swagger-ui-dist": "3.30.1",
|
2022-12-04 18:32:16 +08:00
|
|
|
"@vue/compiler-sfc": "3.2.45",
|
2022-09-26 17:45:05 +08:00
|
|
|
"@vue/eslint-config-typescript": "11.0.2",
|
2022-12-04 18:32:16 +08:00
|
|
|
"eslint": "8.29.0",
|
2022-07-09 18:30:09 +08:00
|
|
|
"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",
|
2022-12-04 18:37:51 +08:00
|
|
|
"eslint-plugin-unicorn": "45.0.1",
|
2022-12-04 18:32:16 +08:00
|
|
|
"eslint-plugin-vue": "9.8.0",
|
2022-11-09 02:12:56 +08:00
|
|
|
"husky": "8.0.2",
|
2022-12-04 18:32:16 +08:00
|
|
|
"lint-staged": "13.0.4",
|
2022-12-16 21:57:01 +08:00
|
|
|
"nuxt": "3.0.0",
|
|
|
|
"nuxt-windicss": "2.6.0",
|
2022-12-04 18:32:16 +08:00
|
|
|
"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",
|
2022-12-04 19:02:41 +08:00
|
|
|
"vite": "3.2.4",
|
2022-12-21 01:47:00 +08:00
|
|
|
"vite-plugin-eslint": "1.8.1",
|
|
|
|
"vue-tsc": "^1.0.16"
|
2022-04-15 23:43:22 +08:00
|
|
|
}
|
2022-02-13 02:24:05 +08:00
|
|
|
}
|