mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 20:27:44 +08:00
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name": "@element-plus/play",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^0.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "2.0.1",
|
|
"unplugin-vue-components": "0.17.11",
|
|
"vite": "2.7.10",
|
|
"vite-plugin-inspect": "0.3.13"
|
|
}
|
|
}
|