mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
27 lines
625 B
JSON
27 lines
625 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",
|
|
"fast-glob": "^3.3.2",
|
|
"magic-string": "^0.30.12",
|
|
"oxc-parser": "^0.31.0",
|
|
"oxc-resolver": "^1.12.0",
|
|
"pathe": "^1.1.2",
|
|
"unplugin-vue-components": "0.21.2",
|
|
"vite": "^2.9.15",
|
|
"vite-plugin-inspect": "^0.5.0",
|
|
"vite-plugin-mkcert": "^1.7.2"
|
|
}
|
|
}
|