12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "download-server",
- "version": "1.0.0",
- "description": "",
- "main": "index.mjs",
- "type": "module",
- "scripts": {
- "start": "node index.mjs",
- "test": "node src/test.mjs"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "axios": "^1.9.0",
- "cors": "^2.8.5",
- "docx": "^9.5.0",
- "docxtemplater": "^3.62.2",
- "docxtemplater-image-module-free": "^1.1.1",
- "dotenv": "^16.5.0",
- "echarts": "^5.6.0",
- "express": "^4.19.1",
- "form-data": "^4.0.2",
- "fs-extra": "^11.3.0",
- "image-size": "^2.0.2",
- "minio": "^8.0.5",
- "multer": "^1.4.5-lts.2",
- "node-plotly.js": "^0.0.1",
- "papaparse": "^5.5.2",
- "pizzip": "^3.2.0",
- "plotly.js": "^3.0.1",
- "plotly.js-dist": "^2.34.0",
- "plotly.js-dist-min": "^2.34.0",
- "plotly.js-with-locales": "^1.31.2",
- "puppeteer": "^19.11.1"
- }
- }
|