Files
Simon James b54a3139c7 Initial commit: Qortal Web Builder monorepo.
Includes QWB, Qortal Web, and Q-Shops Q-Apps with shared packages and build scripts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 12:17:29 +00:00

25 lines
570 B
JSON

{
"name": "qortal-web",
"private": true,
"version": "0.0.29",
"type": "module",
"scripts": {
"dev": "vite --open index.html",
"build": "cp CHANGELOG.md public/changelog.md && vite build",
"zip": "bash ../scripts/zip-qortal-web-app.sh"
},
"dependencies": {
"fflate": "^0.8.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "~5.6.3",
"vite": "^6.0.1"
}
}