All checks were successful
deploy to server / build-and-deploy (push) Successful in 6m51s
- 后端CMS字段由Markdown改为WYSIWYG因此前端做出对应修改
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "nuxt-app",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"prepare": "husky"
|
|
},
|
|
"dependencies": {
|
|
"@directus/sdk": "^20.1.0",
|
|
"@mdi/font": "^7.4.47",
|
|
"@nuxt/eslint": "1.8.0",
|
|
"@nuxt/fonts": "0.11.4",
|
|
"@nuxt/icon": "2.0.0",
|
|
"@nuxt/image": "1.11.0",
|
|
"@nuxtjs/i18n": "10.0.5",
|
|
"@pinia/nuxt": "^0.11.2",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@unocss/nuxt": "^66.4.2",
|
|
"@vueuse/nuxt": "^13.6.0",
|
|
"domhandler": "^5.0.3",
|
|
"dompurify": "^3.2.6",
|
|
"element-plus": "^2.10.7",
|
|
"fuse.js": "^7.1.0",
|
|
"graphql": "^16.12.0",
|
|
"htmlparser2": "^10.0.0",
|
|
"markdown-it": "^14.1.0",
|
|
"meilisearch": "^0.53.0",
|
|
"nuxt": "^4.0.3",
|
|
"nuxt-directus": "5.7.0",
|
|
"sass": "^1.90.0",
|
|
"sharp": "^0.34.3",
|
|
"vite-plugin-graphql-loader": "^4.0.4",
|
|
"vue": "^3.5.18",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.8.1",
|
|
"@commitlint/config-conventional": "^19.8.1",
|
|
"@element-plus/nuxt": "^1.1.4",
|
|
"@nuxt/test-utils": "3.19.2",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"eslint": "^9.35.0",
|
|
"happy-dom": "^20.0.8",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.1.6",
|
|
"playwright-core": "^1.56.1",
|
|
"prettier": "^3.6.2",
|
|
"vitest": "^4.0.3"
|
|
}
|
|
}
|