94 lines
3.4 KiB
JSON
94 lines
3.4 KiB
JSON
{
|
|
"name": "lot-occupancy-system",
|
|
"version": "1.0.0-dev",
|
|
"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",
|
|
"init:cemetery": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* node ./helpers/initializer.database.cemetery.js",
|
|
"init:cemetery:test": "cross-env NODE_ENV=dev DEBUG=lot-occupancy-system:* TEST_DATABASES=true node ./helpers/initializer.database.cemetery.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",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"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.3.3",
|
|
"@cityssm/bulma-webapp-js": "^1.5.0",
|
|
"@cityssm/date-diff": "^2.2.3",
|
|
"@cityssm/expressjs-server-js": "^2.3.2",
|
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
"activedirectory2": "^2.1.0",
|
|
"better-sqlite3": "^7.6.2",
|
|
"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.0.0",
|
|
"express": "^4.18.1",
|
|
"express-rate-limit": "^6.5.1",
|
|
"express-session": "^1.17.3",
|
|
"http-errors": "^2.0.0",
|
|
"leaflet": "^1.8.0",
|
|
"session-file-store": "^1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cityssm/bulma-webapp-css": "^0.11.0",
|
|
"@cityssm/mssql-multi-pool": "^2.1.6",
|
|
"@types/activedirectory2": "^1.2.3",
|
|
"@types/better-sqlite3": "^7.6.0",
|
|
"@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.1",
|
|
"@types/express": "^4.17.13",
|
|
"@types/express-session": "^1.17.5",
|
|
"@types/gulp": "^4.0.9",
|
|
"@types/gulp-changed": "^0.0.35",
|
|
"@types/gulp-minify": "^3.1.1",
|
|
"@types/gulp-sass": "^5.0.0",
|
|
"@types/http-errors": "^1.8.2",
|
|
"@types/leaflet": "^1.7.11",
|
|
"@types/mocha": "^9.1.1",
|
|
"@types/mssql": "^8.0.3",
|
|
"@types/node-windows": "^0.1.2",
|
|
"@types/papaparse": "^5.3.3",
|
|
"@types/session-file-store": "^1.2.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
|
"@typescript-eslint/parser": "^5.33.0",
|
|
"bulma": "^0.9.4",
|
|
"eslint": "^8.22.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-unicorn": "^43.0.2",
|
|
"gulp": "^4.0.2",
|
|
"gulp-changed": "^4.0.3",
|
|
"gulp-minify": "^3.1.0",
|
|
"gulp-sass": "^5.1.0",
|
|
"nodemon": "^2.0.19",
|
|
"papaparse": "^5.3.2",
|
|
"sass": "^1.54.4"
|
|
}
|
|
}
|