{
	"name": "kennelflow-boarding",
	"private": true,
	"type": "module",
	"scripts": {
		"build:facility": "vite build --config vite.facility.config.js",
		"build:pwa": "webpack --config webpack.config.cjs --mode production",
		"build": "npm run build:facility && npm run build:pwa"
	},
	"dependencies": {
		"react": "^18.3.1",
		"react-dom": "^18.3.1"
	},
	"devDependencies": {
		"@babel/core": "^7.26.0",
		"@babel/preset-env": "^7.26.0",
		"@babel/preset-react": "^7.26.0",
		"@vitejs/plugin-react": "^4.3.4",
		"babel-loader": "^9.2.1",
		"css-loader": "^7.1.2",
		"style-loader": "^4.0.0",
		"vite": "^5.4.11",
		"webpack": "^5.96.1",
		"webpack-cli": "^5.1.4"
	}
}
