24 lines
585 B
JSON
24 lines
585 B
JSON
{
|
|
"scripts": {
|
|
"links:refresh": "node tools/check_external_links.js"
|
|
},
|
|
"dependencies": {
|
|
"@influxdata/influxdb-client": "^1.35.0",
|
|
"luxon": "^3.7.2",
|
|
"postcss-import": "^16.1.0",
|
|
"postcss-nested": "^7.0.2",
|
|
"puppeteer": "^24.4.0",
|
|
"puppeteer-extra": "^3.3.6",
|
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
|
"sharp": "^0.33.5",
|
|
"undici": "^7.16.0",
|
|
"user-agents": "^1.1.480"
|
|
},
|
|
"devDependencies": {
|
|
"@mermaid-js/mermaid-cli": "^10.9.1",
|
|
"autoprefixer": "^10.4.21",
|
|
"postcss": "^8.5.3",
|
|
"postcss-cli": "^11.0.1"
|
|
}
|
|
}
|