47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "xyzw-token-manager",
|
|
"version": "2.0.0",
|
|
"description": "XYZW游戏Token管理器 - 支持Base64导入和WebSocket连接管理",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src --ext .vue,.js,.ts --fix",
|
|
"format": "prettier --write \"src/**/*.{js,vue,ts,css,scss}\""
|
|
},
|
|
"dependencies": {
|
|
"@vicons/ionicons5": "^0.12.0",
|
|
"@vicons/material": "^0.12.0",
|
|
"axios": "^1.6.0",
|
|
"jszip": "^3.10.1",
|
|
"lz4js": "^0.2.0",
|
|
"naive-ui": "^2.38.0",
|
|
"pinia": "^2.1.0",
|
|
"vue": "^3.4.0",
|
|
"vue-router": "^4.2.0",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"eslint": "^8.0.0",
|
|
"eslint-plugin-vue": "^9.0.0",
|
|
"prettier": "^3.0.0",
|
|
"sass": "^1.69.0",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^5.0.0"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"token-management",
|
|
"websocket",
|
|
"base64",
|
|
"game-automation",
|
|
"xyzw",
|
|
"frontend"
|
|
],
|
|
"author": "XYZW Team",
|
|
"license": "CC-BY-NC-SA-4.0"
|
|
}
|