chore: update deps
正在显示
... | ... | @@ -10,7 +10,7 @@ |
"bootstrap": "yarn install", | ||
"serve": "npx --max_old_space_size=4096 vite", | ||
"dev": "npx --max_old_space_size=4096 vite", | ||
"build": "vite build && esno ./build/script/postBuild.ts", | ||
"build": "esno ./build/script/postBuild.ts", | ||
"build:no-cache": "yarn clean:cache && npm run build", | ||
"report": "cross-env REPORT=true npm run build ", | ||
"preview": "npm run build && vite preview", | ||
... | ... | @@ -32,7 +32,7 @@ |
}, | ||
"dependencies": { | ||
"@iconify/iconify": "^2.0.0-rc.6", | ||
"@vueuse/core": "^4.5.0", | ||
"@vueuse/core": "^4.6.0", | ||
"@zxcvbn-ts/core": "^0.3.0", | ||
"ant-design-vue": "2.1.0", | ||
"apexcharts": "^3.26.0", | ||
... | ... | @@ -45,7 +45,7 @@ |
"path-to-regexp": "^6.2.0", | ||
"qrcode": "^1.4.4", | ||
"sortablejs": "^1.13.0", | ||
"vditor": "^3.8.3", | ||
"vditor": "^3.8.4", | ||
"vue": "^3.0.7", | ||
"vue-i18n": "^9.0.0", | ||
"vue-router": "^4.0.5", | ||
... | ... | @@ -60,18 +60,15 @@ |
"@iconify/json": "^1.1.322", | ||
"@purge-icons/generated": "^0.7.0", | ||
"@types/crypto-js": "^4.0.1", | ||
"@types/fs-extra": "^9.0.8", | ||
"@types/http-proxy": "^1.17.5", | ||
"@types/fs-extra": "^9.0.9", | ||
"@types/inquirer": "^7.3.1", | ||
"@types/lodash-es": "^4.17.4", | ||
"@types/mockjs": "^1.0.3", | ||
"@types/node": "^14.14.35", | ||
"@types/nprogress": "^0.2.0", | ||
"@types/qrcode": "^1.4.0", | ||
"@types/qs": "^6.9.6", | ||
"@types/rollup-plugin-visualizer": "^2.6.0", | ||
"@types/sortablejs": "^1.10.6", | ||
"@types/yargs": "^16.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.19.0", | ||
"@typescript-eslint/parser": "^4.19.0", | ||
"@vitejs/plugin-legacy": "^1.3.1", | ||
... | ... | @@ -86,6 +83,7 @@ |
"dotenv": "^8.2.0", | ||
"eslint": "^7.22.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-define-config": "^1.0.2", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-vue": "^7.8.0", | ||
"esno": "^0.5.0", | ||
... | ... | @@ -96,7 +94,6 @@ |
"is-ci": "^3.0.0", | ||
"less": "^4.1.1", | ||
"lint-staged": "^10.5.4", | ||
"madge": "^4.0.2", | ||
"postcss": "^8.2.8", | ||
"prettier": "^2.2.1", | ||
"pretty-quick": "^3.1.0", | ||
... | ... | @@ -114,13 +111,12 @@ |
"vite-plugin-imagemin": "^0.2.9", | ||
"vite-plugin-mock": "^2.4.0", | ||
"vite-plugin-purge-icons": "^0.7.0", | ||
"vite-plugin-pwa": "^0.6.2", | ||
"vite-plugin-style-import": "^0.8.3", | ||
"vite-plugin-pwa": "^0.6.3", | ||
"vite-plugin-style-import": "^0.9.0", | ||
"vite-plugin-svg-icons": "^0.4.0", | ||
"vite-plugin-theme": "^0.5.0", | ||
"vite-plugin-windicss": "0.9.11", | ||
"vue-eslint-parser": "^7.6.0", | ||
"yargs": "^16.2.0" | ||
"vue-eslint-parser": "^7.6.0" | ||
}, | ||
"resolutions": { | ||
"//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it", | ||
... | ... |
public/resource/tinymce/langs/en.js
0 → 100644
请
注册
或者
登录
后发表评论