Skip to content

Commit

Permalink
imp: 使用 postcss 代替 scss 以提升编译速度 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAnotherID authored Jul 16, 2024
1 parent b76d1ce commit 61368d3
Show file tree
Hide file tree
Showing 29 changed files with 460 additions and 465 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,48 +14,48 @@
"type": "module",
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@vueuse/core": "^10.10.0",
"@vueuse/core": "^10.11.0",
"asmcrypto.js": "^2.3.2",
"axios": "^1.7.2",
"axios-retry": "^4.4.0",
"axios-retry": "^4.4.1",
"clipboard": "^2.0.11",
"codemirror": "^6.0.1",
"cron-parser": "^4.9.0",
"dayjs": "^1.11.11",
"element-plus": "^2.7.5",
"filesize": "^10.1.2",
"element-plus": "^2.7.7",
"filesize": "^10.1.4",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
"randomcolor": "^0.6.2",
"vue": "^3.4.27",
"vue": "^3.4.31",
"vue-diff": "^1.2.4",
"vue-router": "^4.3.3",
"vue-router": "^4.4.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@iconify-json/bi": "^1.1.23",
"@iconify-json/carbon": "^1.1.35",
"@iconify-json/carbon": "^1.1.36",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.2",
"@types/node": "^20.14.10",
"@types/randomcolor": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-sfc": "^3.4.27",
"@vue/compiler-sfc": "^3.4.31",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vue": "^9.27.0",
"iconify-icon": "^1.0.8",
"postcss": "^8.4.38",
"sass": "^1.77.4",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.6",
"postcss": "^8.4.39",
"postcss-nested": "^6.0.1",
"tailwindcss": "^3.4.5",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.17.8",
"unplugin-icons": "^0.17.4",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.13",
"vue-tsc": "^2.0.21"
"vite": "^5.3.4",
"vue-tsc": "^2.0.26"
}
}
Loading

0 comments on commit 61368d3

Please sign in to comment.