{
	"name": "corecount-soft",
	"version": "0.1.0",
	"private": true,
	"scripts": {
		"dev": "next dev --turbopack",
		"build": "next build",
		"start-next": "next start",
		"start": "cross-env NODE_ENV=production node server.js",
		"lint": "next lint"
	},
	"dependencies": {
		"@reduxjs/toolkit": "^2.7.0",
		"amount-to-words": "^6.0.3",
		"html2canvas": "^1.4.1",
		"html2pdf.js": "^0.10.3",
		"jspdf": "^3.0.1",
		"next": "15.3.1",
		"next-redux-wrapper": "^8.1.0",
		"number-to-words": "^1.2.4",
		"quill": "^2.0.3",
		"react": "^19.0.0",
		"react-barcode": "^1.6.1",
		"react-big-calendar": "^1.19.4",
		"react-datepicker": "^8.3.0",
		"react-dom": "^19.0.0",
		"react-icons": "^5.5.0",
		"react-redux": "^9.2.0"
	},
	"devDependencies": {
		"@eslint/eslintrc": "^3",
		"@tailwindcss/postcss": "^4",
		"cross-env": "^7.0.3",
		"eslint": "^9",
		"eslint-config-next": "15.3.1",
		"tailwindcss": "^4"
	}
}
