Files
element-plus/play/package.json
三咲智子 d47047e680 fix(dev): fix playground and docs alias (#4068)
* fix(dev): fix playground and docs alias

* refactor: reorder import
2021-10-29 11:23:18 +08:00

19 lines
377 B
JSON

{
"name": "@element-plus/play",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons": "^0.0.11",
"@vitejs/plugin-vue": "^1.9.3",
"vite": "^2.6.10"
},
"devDependencies": {
"unplugin-vue-components": "^0.16.0",
"vite-plugin-inspect": "^0.3.9"
}
}