52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"name": "@kunkunyu/plugin-douban",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite build --watch --mode=development",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 4173",
|
|
"test:unit": "vitest --environment jsdom",
|
|
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@halo-dev/components": "^2.20.0",
|
|
"@halo-dev/console-shared": "^2.20.0",
|
|
"canvas-confetti": "^1.9.3",
|
|
"vue": "^3.4.31",
|
|
"@tanstack/vue-query": "^4.26.1",
|
|
"@vueuse/router": "^10.6.0",
|
|
"dayjs": "^1.11.9",
|
|
"javascript-time-ago": "^2.5.9",
|
|
"@types/lodash.clonedeep": "^4.5.7",
|
|
"lodash.clonedeep": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@halo-dev/richtext-editor": "^2.20.0",
|
|
"@halo-dev/ui-plugin-bundler-kit": "^2.20.0",
|
|
"@iconify/json": "^2.2.224",
|
|
"@rushstack/eslint-patch": "^1.10.3",
|
|
"@tsconfig/node20": "^20.1.4",
|
|
"@types/canvas-confetti": "^1.6.4",
|
|
"@types/jsdom": "^21.1.7",
|
|
"@types/node": "^20.14.9",
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.26.0",
|
|
"jsdom": "^24.1.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.3.2",
|
|
"sass": "^1.77.6",
|
|
"typescript": "~5.5.3",
|
|
"unplugin-icons": "^0.19.0",
|
|
"vite": "^5.3.2",
|
|
"vitest": "^1.6.0",
|
|
"vue-tsc": "^2.0.24"
|
|
}
|
|
}
|