1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:39:26 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
48b78fc51b Add lint-staged dependency 2022-04-19 01:04:12 +00:00
0088786adc Add husky dependency 2022-04-19 00:52:48 +00:00
af3e4dee94 NPM updates 2022-04-19 00:51:40 +00:00
73b566f6ad NPM updates 2022-04-01 12:16:33 +00:00
80291efc6d NPM updates 2022-03-03 02:25:56 +00:00
7474d3d9b7 NPM updates 2022-02-28 09:26:55 +00:00
cca155aa4a Added my own npm package for eslint config 2022-02-28 09:16:06 +00:00
98170277a9 Add gulp-rename and prompt-sync packages 2022-02-26 23:18:34 +00:00
1b7195caa7 Added nodemailer dependency for sending emails 2022-02-14 20:24:00 +00:00
275c503d3c Removed licence from package.json and fixed entry point 2022-02-14 10:28:49 +00:00
ae8d302d34 Move cssnano to dev dependencies, and add postcss-sort-media-queries to postcss 2022-02-08 23:52:00 +00:00
3af8bc9454 Added cssnano to gulp file, and disable minification unless in production 2022-02-08 21:26:01 +00:00
1fd6c21ae4 Added gulp and postcss 2022-02-03 11:54:44 +00:00
5857ed46f4 Migrated from ejs to handlebars 2022-01-25 20:05:20 +00:00
6c114bd9c2 Added sass, and initial sass partials 2022-01-25 11:20:12 +00:00
e44f82cb50 Change test script params for faster execution 2022-01-24 09:52:55 +00:00
dc881fcfa9 Configured express to use ejs templating language 2022-01-23 23:57:32 +00:00
fb419c3692 Added middleware to serve static files, and parse incoming bodies 2022-01-23 23:32:37 +00:00
8278a68d41 Added session middleware 2022-01-23 23:16:24 +00:00
1212358e92 Set up expressjs framework 2022-01-23 22:57:48 +00:00
3ab5ce703f Added more jest assertions via jest-extended 2022-01-23 22:34:27 +00:00
0d8f10f061 Fixed indentation from autogenerated package.json 2022-01-21 21:20:12 +00:00
d3a631ee31 Updated plantuml, changed static/ to public/, and added new scripts to package.json 2022-01-21 21:13:32 +00:00
58350e032f Added jest testing framework 2022-01-20 17:04:20 +00:00
ca893198e7 Added linting package 2022-01-20 01:32:51 +00:00
cfd4abc17e Added script to insert test data into the database, added new requirement 'bcrypt' for password hashing 2022-01-19 22:34:23 +00:00
55d68df2c5 Added database initialisation script and mysql2 npm package 2022-01-19 22:34:23 +00:00
a79c19a791 Initialised NPM package 2022-01-11 22:21:54 +00:00