mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
9f1ffc06cb
* chore(element-plus): update @element-plus/icons-vue version closed #14944 #14948 * chore: update * chore: update * chore(element-plus): update * chore(element-plus): update * fix: lockfile * fix: dts * fix: types --------- Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
21 lines
437 B
JSON
21 lines
437 B
JSON
{
|
|
"name": "@element-plus/play",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"vue": "^3.2.37"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"unplugin-vue-components": "0.21.2",
|
|
"vite": "^2.9.15",
|
|
"vite-plugin-inspect": "^0.5.0",
|
|
"vite-plugin-mkcert": "^1.7.2"
|
|
}
|
|
}
|