mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
22 lines
483 B
JSON
22 lines
483 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.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"
|
|
}
|
|
}
|