2025-12-06 15:44:43 -06:00
|
|
|
{
|
|
|
|
|
"name": "meteor-app",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "meteor run",
|
|
|
|
|
"test": "meteor test --once --driver-package meteortesting:mocha",
|
|
|
|
|
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
|
|
|
|
|
"visualize": "meteor --production --extra-packages bundle-visualizer"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.17.9",
|
2026-02-18 15:58:45 -06:00
|
|
|
"chart.js": "^4.5.1",
|
|
|
|
|
"dayjs": "^1.11.19",
|
2025-12-06 15:44:43 -06:00
|
|
|
"jquery": "^3.6.0",
|
|
|
|
|
"meteor-node-stubs": "^1.2.1",
|
|
|
|
|
"node-cron": "^3.0.3",
|
|
|
|
|
"rss-url-parser": "^1.1.0"
|
|
|
|
|
}
|
|
|
|
|
}
|