feat: add saldo balance tracking and item notes support for orders and reports
This commit is contained in:
+5
-2
@@ -7,7 +7,8 @@
|
||||
"build": "next build --webpack",
|
||||
"start": "next start",
|
||||
"lint": "eslint",
|
||||
"postinstall": "prisma skills sync || exit 0"
|
||||
"postinstall": "prisma skills sync || exit 0",
|
||||
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@base-ui/react": "^1.7.0",
|
||||
@@ -45,6 +46,8 @@
|
||||
"@types/uuid": "^10.0.0",
|
||||
"eslint": "^9",
|
||||
"eslint-config-next": "16.3.3",
|
||||
"prettier": "^3.9.6",
|
||||
"prettier-plugin-tailwindcss": "^0.8.1",
|
||||
"tailwindcss": "^4",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsx": "^4.23.12",
|
||||
@@ -53,4 +56,4 @@
|
||||
"prisma": {
|
||||
"seed": "tsx prisma/seed.ts"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user