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-03-21 17:40:56 +08:00
|
|
|
"@element-plus/icons-vue": "^1.1.4"
|
2021-10-22 15:59:29 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-01 10:33:16 +08:00
|
|
|
"@vitejs/plugin-vue": "^2.3.1",
|
2022-04-12 01:07:08 +08:00
|
|
|
"unplugin-vue-components": "^0.19.2",
|
2022-04-01 10:33:16 +08:00
|
|
|
"vite": "^2.9.1",
|
2022-02-28 11:29:46 +08:00
|
|
|
"vite-plugin-inspect": "^0.4.3",
|
|
|
|
"vite-plugin-mkcert": "^1.6.0"
|
2021-09-24 09:28:21 +08:00
|
|
|
}
|
2021-09-23 08:12:37 +08:00
|
|
|
}
|