上传文件至 /
This commit is contained in:
3776
package-lock.json
generated
Normal file
3776
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
46
package.json
Normal file
46
package.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user