Files
est-dsx/package.json
2025-10-22 03:46:30 +00:00

38 lines
925 B
JSON

{
"name": "est-dsx",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev -p 3003",
"build": "next build",
"start": "next start -p 3003",
"lint": "next lint"
},
"dependencies": {
"express": "^4.18.3",
"cors": "^2.8.5",
"@fingerprintjs/fingerprintjs": "^4.6.2",
"@headlessui/react": "^2.2.0",
"@hello-pangea/dnd": "^18.0.1",
"@heroicons/react": "^2.2.0",
"@jsplumb/browser-ui": "^6.2.10",
"bonjour": "^3.5.0",
"chart.js": "^4.4.8",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"idb-keyval": "^6.2.1",
"jsplumb": "^2.15.6",
"next": "15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"reactflow": "^11.11.4",
"uuid": "^11.1.0",
"xlsx": "^0.18.5",
"zustand": "^5.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4"
}
}