mmm-modeler_app / package.json
aashish-bindal's picture
Initial commit: Dabur MMM Modeler React app
425a907
raw
history blame contribute delete
382 Bytes
{
"name": "dabur-analytics-portal",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.2"
}
}