2021-09-23 08:12:37 +08:00
|
|
|
{
|
2021-09-24 09:28:21 +08:00
|
|
|
"name": "@element-plus/play",
|
2021-09-23 08:12:37 +08:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-10-29 11:23:18 +08:00
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview"
|
2021-09-23 08:12:37 +08:00
|
|
|
},
|
2021-09-24 09:28:21 +08:00
|
|
|
"dependencies": {
|
2022-06-04 22:12:38 +08:00
|
|
|
"@element-plus/icons-vue": "^2.0.5",
|
2022-05-20 17:41:27 +08:00
|
|
|
"vue": "^3.2.33"
|
2021-10-22 15:59:29 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-17 21:46:20 +08:00
|
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
|
|
"unplugin-vue-components": "^0.19.5",
|
|
|
|
"vite": "^2.9.9",
|
2022-04-19 08:45:52 +08:00
|
|
|
"vite-plugin-inspect": "^0.5.0",
|
2022-02-28 11:29:46 +08:00
|
|
|
"vite-plugin-mkcert": "^1.6.0"
|
2021-09-24 09:28:21 +08:00
|
|
|
}
|
2021-09-23 08:12:37 +08:00
|
|
|
}
|