mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
20 lines
416 B
JSON
20 lines
416 B
JSON
{
|
|
"name": "@element-plus/play",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^2.2.4",
|
|
"unplugin-vue-components": "^0.17.21",
|
|
"vite": "^2.8.6",
|
|
"vite-plugin-inspect": "^0.4.3",
|
|
"vite-plugin-mkcert": "^1.6.0"
|
|
}
|
|
}
|