You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sims-hq/apps/pos/package.json

33 lines
759 B
JSON

{
"name": "@sims/pos",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "dist-electron/main.cjs",
"scripts": {
"build": "vite build && node build-main.mjs",
"start": "npm run build && electron .",
"dev": "vite",
"typecheck": "tsc -p tsconfig.json"
},
"dependencies": {
"@sims/auth": "*",
"@sims/billing-engine": "*",
"@sims/config": "*",
"@sims/domain": "*",
"@sims/printing": "*",
"@sims/scanning": "*",
"@sims/ui": "*",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"electron": "^43.0.0",
"esbuild": "^0.25.0",
"vite": "^6.0.0"
}
}