Skip to content

Commit

Permalink
chore: setup windicss
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakiRain committed Feb 8, 2023
1 parent 59e74e8 commit 9accffc
Show file tree
Hide file tree
Showing 6 changed files with 424 additions and 29,939 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"fix": "prettier --write src/**/*.{ts,js,vue,css,less} && eslint --fix src/**/*.{ts,js,vue}"
"fix": "prettier --write src/**/*.{ts,js,vue,css,less} && eslint --fix src/**/*.{ts,js,vue}",
"analysis": "windicss-analysis"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "^3.2.15",
"axios": "^1.2.2",
"nprogress": "^0.2.0",
"pinia": "^2.0.28",
Expand All @@ -20,6 +19,7 @@
"vue-router": "^4.1.6"
},
"devDependencies": {
"@arco-design/web-vue": "^2.42.1",
"@types/node": "^18.11.18",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
Expand All @@ -32,6 +32,9 @@
"prettier": "^2.8.3",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vue-tsc": "^1.0.11"
"vite-plugin-windicss": "^1.8.10",
"vue-tsc": "^1.0.11",
"windicss": "^3.5.6",
"windicss-analysis": "^0.3.5"
}
}
Loading

0 comments on commit 9accffc

Please sign in to comment.