sunrise-cms/package.json

123 lines
4.5 KiB
JSON

{
"name": "lot-occupancy-system",
"version": "1.0.0-alpha.10",
"type": "module",
"description": "A system for managing the occupancy of lots. (i.e. Cemetery management)",
"exports": "./app.js",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"build:version": "npx genversion --es6 --semi version.js",
"start": "cross-env NODE_ENV=production node ./bin/www",
"dev:test": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* TEST_DATABASES=true nodemon ./bin/www.js",
"dev:live": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* nodemon ./bin/www.js",
"cy:open": "cypress open --config-file cypress.config.js",
"cy:run": "cypress run --config-file cypress.config.js",
"cy:run:firefox": "cypress run --config-file cypress.config.js --browser firefox",
"test": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* TEST_DATABASES=true mocha --timeout 30000 --exit",
"coverage": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* TEST_DATABASES=true c8 --reporter=lcov --reporter=text --reporter=text-summary mocha --timeout 30000 --exit",
"temp:legacy:importFromCsv": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* TEST_DATABASES=true node ./temp/legacy.importFromCsv.js",
"temp:so:exportMaps": "node ./temp/so.exportMaps.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/lot-occupancy-manager.git"
},
"author": "The Corporation of the City of Sault Ste. Marie",
"license": "MIT",
"bugs": {
"url": "https://github.com/cityssm/lot-occupancy-manager/issues"
},
"homepage": "https://github.com/cityssm/lot-occupancy-manager#readme",
"private": true,
"dependencies": {
"@cityssm/bulma-js": "^0.4.0",
"@cityssm/bulma-webapp-js": "^1.5.0",
"@cityssm/date-diff": "^2.2.3",
"@cityssm/expressjs-server-js": "^2.3.3",
"@cityssm/ntfy-publish": "^0.2.1",
"@cityssm/pdf-puppeteer": "^2.0.0-beta.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"activedirectory2": "^2.1.0",
"better-sqlite-pool": "^0.3.1",
"better-sqlite3": "^8.1.0",
"bulma-calendar": "^6.1.18",
"camelcase": "^7.0.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"csurf": "^1.11.0",
"debug": "^4.3.4",
"ejs": "^3.1.8",
"exit-hook": "^3.2.0",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"font-awesome-v5-icons": "^1.3.0",
"http-errors": "^2.0.0",
"ical-generator": "^3.6.1",
"leaflet": "^1.9.3",
"node-cache": "^5.1.2",
"object.hasown": "^1.1.2",
"papaparse": "^5.3.2",
"randomcolor": "^0.6.2",
"session-file-store": "^1.5.0",
"set-interval-async": "^3.0.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@cityssm/bulma-a11y": "^0.4.0",
"@cityssm/bulma-sticky-table": "^2.0.1",
"@cityssm/bulma-webapp-css": "^0.12.0",
"@cityssm/fa-glow": "^0.1.0",
"@cityssm/mssql-multi-pool": "^2.2.0",
"@cityssm/simple-fa5-checkbox": "^0.2.1",
"@types/activedirectory2": "^1.2.3",
"@types/better-sqlite3": "^7.6.3",
"@types/compression": "^1.7.2",
"@types/cookie-parser": "^1.4.3",
"@types/csurf": "^1.11.2",
"@types/debug": "^4.1.7",
"@types/ejs": "^3.1.2",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.6",
"@types/gulp": "^4.0.10",
"@types/gulp-changed": "^0.0.35",
"@types/gulp-minify": "^3.1.1",
"@types/gulp-sass": "^5.0.0",
"@types/http-errors": "^2.0.1",
"@types/leaflet": "^1.9.1",
"@types/mocha": "^10.0.1",
"@types/node-windows": "^0.1.2",
"@types/papaparse": "^5.3.7",
"@types/randomcolor": "^0.5.7",
"@types/session-file-store": "^1.2.2",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"axe-core": "^4.6.3",
"bulma": "^0.9.4",
"bulma-divider": "^0.2.0",
"bulma-helpers": "^0.4.3",
"bulma-steps": "^2.2.1",
"bulma-switch": "^2.0.4",
"bulma-tooltip": "^3.0.2",
"cypress": "^12.6.0",
"cypress-axe": "^1.3.0",
"eslint": "^8.34.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^45.0.2",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-include": "^2.4.1",
"gulp-minify": "^3.1.0",
"gulp-sass": "^5.1.0",
"nodemon": "^2.0.20",
"sass": "^1.58.3"
}
}