mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
ead1002533
* chore(deps): update vite related dependency for play and docs * fix: type error * fix: unocss * chore: add port * fix: types --------- Co-authored-by: warmthsea <2586244885@qq.com>
22 lines
484 B
JSON
22 lines
484 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": "^5.1.4",
|
|
"unplugin-vue-components": "0.27.4",
|
|
"vite": "^5.4.10",
|
|
"vite-plugin-inspect": "^0.8.7",
|
|
"vite-plugin-mkcert": "^1.17.6"
|
|
}
|
|
}
|