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",
|
2024-09-29 15:11:54 +08:00
|
|
|
"preview": "vite preview",
|
|
|
|
"postinstall": "node ./scripts/init.mjs"
|
2021-09-23 08:12:37 +08:00
|
|
|
},
|
2021-09-24 09:28:21 +08:00
|
|
|
"dependencies": {
|
2023-11-27 16:27:16 +08:00
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
2022-06-08 01:36:24 +08:00
|
|
|
"vue": "^3.2.37"
|
2021-10-22 15:59:29 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-08 09:38:27 +08:00
|
|
|
"@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"
|
2021-09-24 09:28:21 +08:00
|
|
|
}
|
2021-09-23 08:12:37 +08:00
|
|
|
}
|