Skip to content

Commit 3810b8c

Browse files
feat(I18n): Add Ii8n
feat(LocaleDropdown): Add LocaleDropdown Component feat(store): Add localeStore
1 parent 45d657d commit 3810b8c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1023
-615
lines changed

.pnpm-debug.log

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"0 debug pnpm:scope": {
3+
"selected": 1
4+
},
5+
"1 error pnpm": {
6+
"errno": 1,
7+
"code": "ELIFECYCLE",
8+
"pkgid": "[email protected]",
9+
"stage": "clean",
10+
"script": "npx rimraf docs/node_modules && npx rimraf node_modules",
11+
"pkgname": "butterfly-admin",
12+
"err": {
13+
"name": "pnpm",
14+
"message": "[email protected] clean: `npx rimraf docs/node_modules && npx rimraf node_modules`\nExit status 1",
15+
"code": "ELIFECYCLE",
16+
"stack": "pnpm: [email protected] clean: `npx rimraf docs/node_modules && npx rimraf node_modules`\nExit status 1\n at EventEmitter.<anonymous> (C:\\Users\\Saber\\AppData\\Roaming\\npm\\pnpm-global\\5\\node_modules\\.pnpm\\[email protected]\\node_modules\\pnpm\\dist\\pnpm.cjs:103873:20)\n at EventEmitter.emit (node:events:365:28)\n at ChildProcess.<anonymous> (C:\\Users\\Saber\\AppData\\Roaming\\npm\\pnpm-global\\5\\node_modules\\.pnpm\\[email protected]\\node_modules\\pnpm\\dist\\pnpm.cjs:91802:18)\n at ChildProcess.emit (node:events:365:28)\n at maybeClose (node:internal/child_process:1067:16)\n at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)"
17+
}
18+
}
19+
}

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
"postinstall": "husky install"
2626
},
2727
"dependencies": {
28-
"@vueuse/core": "^7.4.1",
28+
"@iconify/iconify": "^2.1.0",
29+
"@vueuse/core": "^7.5.1",
2930
"@zxcvbn-ts/core": "^1.2.0",
30-
"element-plus": "1.2.0-beta.6",
31+
"element-plus": "1.3.0-beta.1",
3132
"lodash-es": "^4.17.21",
3233
"pinia": "^2.0.9",
3334
"vue": "3.2.26",
@@ -38,8 +39,9 @@
3839
"devDependencies": {
3940
"@commitlint/cli": "^16.0.1",
4041
"@commitlint/config-conventional": "^16.0.0",
41-
"@iconify/json": "^1.1.448",
42+
"@iconify/json": "^1.1.450",
4243
"@intlify/vite-plugin-vue-i18n": "^3.2.1",
44+
"@purge-icons/generated": "^0.7.0",
4345
"@types/lodash-es": "^4.17.5",
4446
"@types/node": "^17.0.5",
4547
"@typescript-eslint/eslint-plugin": "^5.8.1",
@@ -49,7 +51,7 @@
4951
"async-validator": "^4.0.7",
5052
"autoprefixer": "^10.4.1",
5153
"commitizen": "^4.2.4",
52-
"eslint": "^8.5.0",
54+
"eslint": "^8.6.0",
5355
"eslint-config-prettier": "^8.3.0",
5456
"eslint-define-config": "^1.2.1",
5557
"eslint-plugin-prettier": "^4.0.0",
@@ -69,14 +71,14 @@
6971
"stylelint-config-standard": "^24.0.0",
7072
"stylelint-order": "^5.0.0",
7173
"typescript": "4.5.4",
72-
"unplugin-icons": "^0.13.0",
73-
"vite": "2.7.9",
74+
"vite": "2.7.10",
7475
"vite-plugin-eslint": "^1.3.0",
76+
"vite-plugin-purge-icons": "^0.7.0",
7577
"vite-plugin-style-import": "^1.4.1",
76-
"vite-plugin-svg-icons": "^1.0.5",
78+
"vite-plugin-svg-icons": "^1.1.0",
7779
"vite-plugin-windicss": "^1.6.1",
7880
"vue-tsc": "^0.30.1",
79-
"windicss": "^3.4.1",
81+
"windicss": "^3.4.2",
8082
"windicss-analysis": "^0.3.5"
8183
},
8284
"engines": {

0 commit comments

Comments
 (0)