22 lines
562 B
JSON
22 lines
562 B
JSON
{
|
|
"name": "pulse-signage-web",
|
|
"version": "2.6.20",
|
|
"private": false,
|
|
"description": "Pulse Signage web and bridge application bundle",
|
|
"main": "src/common.js",
|
|
"scripts": {
|
|
"start": "node -r dotenv/config src/web.js",
|
|
"start:web": "node -r dotenv/config src/web.js"
|
|
},
|
|
"dependencies": {
|
|
"@sparticuz/chromium": "^137.0.0",
|
|
"dotenv": "^17.4.2",
|
|
"express": "^4.21.2",
|
|
"handlebars": "^4.7.8",
|
|
"multer": "^2.2.0",
|
|
"mysql2": "^3.14.3",
|
|
"puppeteer-core": "^24.16.0",
|
|
"sharp": "^0.35.3",
|
|
"ws": "^8.21.0"
|
|
}
|
|
} |