mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
22 lines
507 B
JSON
22 lines
507 B
JSON
{
|
|
"name": "@element-plus/play",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"postinstall": "node ./scripts/init.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.2",
|
|
"vue": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "catalog:",
|
|
"@vitejs/plugin-vue-jsx": "catalog:",
|
|
"unplugin-vue-components": "0.27.4",
|
|
"vite-plugin-inspect": "^11.3.3",
|
|
"vite-plugin-mkcert": "^1.17.6"
|
|
}
|
|
}
|