sop-heading-enricher / package.json
dwijverma2's picture
Add project config files
d719bd8 verified
{
"name": "sop-heading-enricher",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"fast-xml-parser": "^4.5.0",
"mammoth": "^1.8.0",
"next": "^15.1.0",
"pizzip": "^3.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"uuid": "^11.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"postcss": "^8.5.0",
"tailwindcss": "^4.0.0"
}
}