init
This commit is contained in:
		
							
								
								
									
										32
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,32 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "silky-assistant",
 | 
			
		||||
  "version": "0.0.1",
 | 
			
		||||
  "description": "",
 | 
			
		||||
  "main": "dist/main/main.js",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "dev": "vite --config vite.config.ts",
 | 
			
		||||
    "build": "vite build --config vite.config.ts",
 | 
			
		||||
    "build:watch": "vite build --config vite.config.ts -w",
 | 
			
		||||
    "build:electron": "vite build --config vite.config.ts",
 | 
			
		||||
    "start": "electron ."
 | 
			
		||||
  },
 | 
			
		||||
  "keywords": [],
 | 
			
		||||
  "author": "abearxiong <xiongxiao@xiongxiao.me>",
 | 
			
		||||
  "license": "MIT",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@types/electron": "^1.6.12",
 | 
			
		||||
    "@types/node": "^22.13.9",
 | 
			
		||||
    "electron-log": "^5.3.2",
 | 
			
		||||
    "electron-updater": "^6.3.9",
 | 
			
		||||
    "typescript": "^5.8.2",
 | 
			
		||||
    "vite": "^6.2.1",
 | 
			
		||||
    "vite-plugin-electron": "^0.29.0",
 | 
			
		||||
    "vite-plugin-static-copy": "^2.3.0"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@kevisual/assistant-module": "^0.0.3",
 | 
			
		||||
    "@kevisual/router": "^0.0.9",
 | 
			
		||||
    "electron": "^35.0.0"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user