feat: 项目优化,丛商对接完成
This commit is contained in:
@@ -1,17 +1,20 @@
|
||||
{
|
||||
"name": "cs-auto-report",
|
||||
"name": "dev_report",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"main": "index.html",
|
||||
"scripts": {
|
||||
"dev": "tauri dev",
|
||||
"vite:dev": "vite",
|
||||
"tauri": "tauri",
|
||||
"lint": "bunx @biomejs/biome lint ./src",
|
||||
"format": "bunx @biomejs/biome format --write ./src",
|
||||
"check": "bunx @biomejs/biome check --apply ./src"
|
||||
"check": "bunx @biomejs/biome check --apply ./src",
|
||||
"build": "vite build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "5.x",
|
||||
"@tauri-apps/api": "^2",
|
||||
"@tauri-apps/plugin-dialog": "^2",
|
||||
"@tauri-apps/plugin-http": "~2",
|
||||
|
||||
Reference in New Issue
Block a user