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

26 lines
569 B
JSON

{
"name": "q-shops-aggregator",
"private": true,
"version": "0.0.45",
"type": "module",
"scripts": {
"dev": "vite --open index.html",
"build": "vite build",
"zip": "bash ../scripts/zip-q-shops-app.sh"
},
"dependencies": {
"fflate": "^0.8.2",
"leaflet": "^1.9.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/leaflet": "^1.9.21",
"@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"
}
}