system-apps/apps/login/package.json
2024-10-20 02:25:09 +08:00

17 lines
274 B
JSON

{
"name": "login",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"vite": "^5.4.9"
}
}