mirror of
https://github.com/TeamPGM/PMCaptcha-Web-Configure.git
synced 2024-11-21 23:18:01 +00:00
21 lines
390 B
JSON
21 lines
390 B
JSON
|
{
|
||
|
"name": "pmcaptcha_web-configure",
|
||
|
"version": "0.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vite build",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"vue": "^3.2.47"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vicons/utils": "^0.1.4",
|
||
|
"@vitejs/plugin-vue": "^4.0.0",
|
||
|
"naive-ui": "^2.34.3",
|
||
|
"vfonts": "^0.0.3",
|
||
|
"vite": "^4.1.4"
|
||
|
}
|
||
|
}
|