Auto Commit
Showing
index.html
0 → 100644
index.js
已删除
100644 → 0
| { | ||
| "name": "nodejs", | ||
| "name": "unvier", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "main.js", | ||
| "type": "module", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "start": "electron .", | ||
| "dev": "node index.js", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| "dev": "vite", | ||
| "build": "vite build", | ||
| "preview": "vite preview" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC", | ||
| "description": "", | ||
| "dependencies": { | ||
| "@types/node": "^18.0.6", | ||
| "node-fetch": "^3.2.6" | ||
| }, | ||
| "devDependencies": { | ||
| "electron": "25.x" | ||
| "typescript": "^5.9.2", | ||
| "vite": "^6.3.6" | ||
| } | ||
| } |
src/main.ts
0 → 100644
tsconfig.json
0 → 100644
vite.config.ts
0 → 100644
yarn.lock
已删除
100644 → 0
此差异已折叠。
想要评论请 注册 或 登录