Skip to content

Commit

Permalink
chore: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
ZvonimirSun committed Jan 5, 2024
1 parent 238c8f0 commit e0f4f14
Show file tree
Hide file tree
Showing 34 changed files with 1,586 additions and 141 deletions.
8 changes: 6 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[*.{js,jsx,ts,tsx,vue}]
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
12 changes: 11 additions & 1 deletion .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,16 @@
"injectLocal": true,
"provideLocal": true,
"useClipboardItems": true,
"useCopy": true
"useCopy": true,
"use2048Store": true,
"useImgHostingStore": true,
"useJsonEditorStore": true,
"useLinuxCommandStore": true,
"useMainStore": true,
"useStore": true,
"useStyleStore": true,
"useTinyEditorStore": true,
"useToolsStore": true,
"useUserStore": true
}
}
23 changes: 18 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "2.0.2",
"private": true,
"scripts": {
"dev": "vite",
"dev:api": "vite --mode test",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"lint": "eslint --fix src/**/*.{js,ts,vue}"
"dev": "vite --open",
"dev:api": "vite --mode test --open",
"lint": "eslint .",
"serve": "vite preview"
},
"type": "module",
"dependencies": {
Expand Down Expand Up @@ -91,6 +91,7 @@
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.4.3",
"@vue/runtime-dom": "^3.4.3",
"@vue/test-utils": "^2.4.3",
"co": "^4.6.0",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
Expand All @@ -100,17 +101,23 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.19.2",
"less": "^4.2.0",
"lint-staged": "^15.2.0",
"pnpm": "^8.14.0",
"postcss": "^8.4.32",
"sass": "^1.69.6",
"simple-git-hooks": "^2.9.0",
"sitemap": "^7.1.1",
"taze": "^0.13.1",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-vue-devtools": "^7.0.5",
"vite-plugin-webfont-dl": "^3.9.1",
"vite-plugin-webpackchunkname": "^0.2.4",
"vitest": "^1.1.3",
"vue-tsc": "^1.8.27",
"workbox-build": "^7.0.0",
"workbox-window": "^7.0.0"
Expand All @@ -120,5 +127,11 @@
"@babel/preset-env"
]
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
},
"license": "GPL-3.0"
}
Loading

0 comments on commit e0f4f14

Please sign in to comment.