mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
6bd90a60a8
Co-authored-by: Renovate Bot <bot@renovateapp.com>
20 lines
413 B
JSON
20 lines
413 B
JSON
{
|
|
"name": "@element-plus/play",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^0.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "2.1.0",
|
|
"unplugin-vue-components": "0.17.15",
|
|
"vite": "2.7.13",
|
|
"vite-plugin-inspect": "0.3.13",
|
|
"vite-plugin-mkcert": "1.5.2"
|
|
}
|
|
}
|