73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "rsbuild build",
|
|
"dev": "rsbuild build --env-mode development --watch",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path ../.gitignore",
|
|
"prettier": "prettier --write src/",
|
|
"type-check": "vue-tsc --build --force"
|
|
},
|
|
"prettier": {
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "lf",
|
|
"plugins": [
|
|
"prettier-plugin-organize-imports"
|
|
],
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"useTabs": false
|
|
},
|
|
"dependencies": {
|
|
"@halo-dev/api-client": "^2.21.1",
|
|
"@halo-dev/components": "2.21.0",
|
|
"@halo-dev/console-shared": "^2.21.0",
|
|
"@halo-dev/richtext-editor": "^2.21.0",
|
|
"axios": "^1.7.2",
|
|
"canvas-confetti": "^1.9.3",
|
|
"vue": "^3.4.31",
|
|
"@types/lodash.clonedeep": "^4.5.7",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"@vueuse/router": "^10.6.0",
|
|
"@tanstack/vue-query": "^4.26.1",
|
|
"dayjs": "^1.11.9",
|
|
"javascript-time-ago": "^2.5.9",
|
|
"@vueuse/shared": "^10.9.0",
|
|
"@formkit/core": "^1.4.0",
|
|
"@kunkunyu/fridends-rss": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@rsbuild/core": "^1.4.3",
|
|
"@halo-dev/ui-plugin-bundler-kit": "^2.21.2",
|
|
"@iconify/json": "^2.2.224",
|
|
"@rspack/cli": "1.4.0-beta.0",
|
|
"@rspack/core": "1.4.0-beta.0",
|
|
"@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",
|
|
"@unocss/eslint-config": "^66.2.0",
|
|
"@unocss/webpack": "^66.2.0",
|
|
"@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",
|
|
"css-loader": "^7.1.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.26.0",
|
|
"jsdom": "^24.1.0",
|
|
"npm-run-all2": "^6.2.0",
|
|
"prettier": "^3.3.2",
|
|
"prettier-plugin-organize-imports": "^4.2.0",
|
|
"style-loader": "^4.0.0",
|
|
"typescript": "~5.5.3",
|
|
"unocss": "^66.2.0",
|
|
"unplugin-icons": "^22.1.0",
|
|
"vue-loader": "^17.4.2",
|
|
"vue-tsc": "^2.0.24"
|
|
}
|
|
}
|