2023-03-04

This commit is contained in:
2024-03-04 13:32:25 -06:00
parent 6576d17539
commit a505747b06
85 changed files with 13977 additions and 2881 deletions

View File

@@ -23,19 +23,28 @@
"url": "https://github.com/sponsors/anthonyscorrea"
},
"scripts": {
"start": "node ./bin/www"
"start": "node ./bin/www",
"dev": "nodemon . & npm run scss",
"scss": "sass src/scss/application.scss:src/public/css/application.css src/scss/eventsheet.scss:src/public/css/eventsheet.css",
"scss watch": "sass --watch src/scss/application.scss:src/public/css/application.css src/scss/eventsheet.scss:src/public/css/eventsheet.css"
},
"dependencies": {
"@teamsnap/teamsnap-ui": "^3.12.3",
"better-sqlite3": "^9.4.1",
"better-sqlite3-session-store": "^0.1.0",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.4.4",
"csurf": "^1.11.0",
"cors": "^2.8.5",
"cors-anywhere": "^0.4.4",
"csrf-csrf": "^3.0.3",
"debug": "~2.6.9",
"dotenv": "^8.6.0",
"express": "^4.18.2",
"express-session": "^1.17.2",
"handlebars-dateformat": "^1.1.3",
"hbs": "^4.2.0",
"http-errors": "~1.6.3",
"mkdirp": "^1.0.4",
"morgan": "~1.9.1",
@@ -46,7 +55,15 @@
"pluralize": "^8.0.0",
"pug": "^3.0.2",
"sortablejs": "^1.15.0",
"teamsnap.js": "^1.62.1",
"teamsnap.js": "github:anthonyscorrea/teamsnap-javascript-sdk#add-eventLineup-eventLineupEntry",
"underscore": "^1.13.6",
"xhr2": "^0.2.1"
},
"devDependencies": {
"connect-livereload": "^0.6.1",
"install": "^0.13.0",
"livereload": "^0.9.3",
"nodemon": "^3.0.3",
"pug2hbs": "^1.0.5"
}
}