This website requires JavaScript.
Explore
Help
Sign In
davide
/
easy-wallet
Watch
1
Star
0
Fork
0
You've already forked easy-wallet
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
227e9cc35690ca6a562c4a79bc49ec0a1ef521c6
easy-wallet
/
package.json
8 lines
107 B
JSON
Raw
Normal View
History
Unescape
Escape
chore: add root npm workspace and update gitignore - Root package.json with npm run dev (concurrently API + Vite) - Add node_modules/, frontend/dist/ to .gitignore - Whitelist package.json and package-lock.json
2026-03-09 14:09:12 +01:00
{
chore: remove orphaned and unused files - Delete src/api.py (FastAPI backend replaced by Electron IPC) - Delete frontend/src/components/DecryptWallet.jsx (replaced by WalletViewer) - Delete frontend/public/vite.svg and src/assets/react.svg (Vite/React scaffolding defaults) - Simplify root package.json (remove unused concurrently devDependency)
2026-03-09 23:23:51 +01:00
"name"
:
"address-gen"
,
chore: add root npm workspace and update gitignore - Root package.json with npm run dev (concurrently API + Vite) - Add node_modules/, frontend/dist/ to .gitignore - Whitelist package.json and package-lock.json
2026-03-09 14:09:12 +01:00
"private"
:
true
,
"scripts"
:
{
chore: update deps and scripts for Electron-only architecture - Add electron, concurrently, wait-on, cross-env to frontend devDependencies - Set "main": "electron/main.cjs" in frontend/package.json - Simplify root package.json dev script - Remove fastapi and uvicorn from requirements.txt
2026-03-09 14:24:16 +01:00
"dev"
:
"cd frontend && npm run dev"
chore: add root npm workspace and update gitignore - Root package.json with npm run dev (concurrently API + Vite) - Add node_modules/, frontend/dist/ to .gitignore - Whitelist package.json and package-lock.json
2026-03-09 14:09:12 +01:00
}
}
Reference in New Issue
Copy Permalink