IntelliClass_FE/package.json
HoshinoSuzumi 3958fbc1f0
All checks were successful
CI / lint (push) Successful in 41s
CI / test (push) Successful in 44s
ci: add unit test
2025-04-20 18:48:57 +08:00

71 lines
2.1 KiB
JSON

{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest"
},
"dependencies": {
"@nuxt/fonts": "0.11.0",
"@nuxt/icon": "1.11.0",
"@nuxt/image": "1.10.0",
"@tanstack/vue-table": "^8.21.2",
"@vee-validate/zod": "^4.15.0",
"@vue-office/docx": "^1.6.3",
"@vue-office/excel": "^1.7.14",
"@vue-office/pdf": "^2.0.10",
"@vue-office/pptx": "^1.0.1",
"@vueuse/core": "^13.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.5.0",
"dplayer": "^1.27.1",
"eslint": "^9.0.0",
"lucide-vue-next": "^0.484.0",
"nuxt": "^3.16.1",
"reka-ui": "^2.1.1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-demi": "0.14.6",
"vue-router": "^4.5.0",
"vue-sonner": "^1.3.0",
"zod": "^3.24.2"
},
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
"devDependencies": {
"@formkit/auto-animate": "^0.8.2",
"@iconify-json/fluent-color": "^1.2.9",
"@iconify-json/svg-spinners": "^1.2.2",
"@iconify-json/tabler": "^1.2.17",
"@nuxt/eslint": "1.3.0",
"@nuxt/test-utils": "3.17.2",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.13.2",
"@pinia/nuxt": "^0.10.1",
"@tailwindcss/typography": "^0.5.16",
"@testing-library/vue": "^8.1.0",
"@types/dplayer": "^1.25.5",
"@vue/test-utils": "^2.4.6",
"@vueuse/nuxt": "^13.0.0",
"dayjs": "^1.11.13",
"dayjs-nuxt": "^2.1.11",
"eslint-plugin-prettier": "^5.2.6",
"happy-dom": "^17.4.4",
"pinia-plugin-persistedstate": "^4.2.0",
"playwright-core": "^1.52.0",
"prettier": "^3.5.3",
"shadcn-nuxt": "2.0.1",
"typescript": "^5.8.2",
"vitest": "^3.1.1"
}
}