1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:39:26 +00:00
Files
stratos/package.json
2022-04-25 20:58:28 +00:00

57 lines
1.4 KiB
JSON

{
"name": "stratos",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "jest --max-workers=50%",
"lint": "eslint --fix .",
"diag": "utility/uml/generateDiagrams.ksh",
"css": "sass src/stylesheets/main.scss public/css/main.css",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matt-fidd/stratos.git"
},
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/matt-fidd/stratos/issues"
},
"homepage": "https://github.com/matt-fidd/stratos#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"csv-stringify": "^6.0.5",
"express": "^4.17.3",
"express-handlebars": "^6.0.5",
"express-mysql-session": "^2.1.7",
"express-session": "^1.17.2",
"morgan": "^1.10.0",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.3",
"serve-favicon": "^2.5.0",
"serve-static": "^1.15.0"
},
"devDependencies": {
"@matt-fidd/eslint-config": "^1.2.0",
"autoprefixer": "^10.4.4",
"cssnano": "^5.1.7",
"del": "^6.0.0",
"eslint": "^8.13.0",
"eslint-plugin-jest": "^26.1.4",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"jest-extended": "^2.0.0",
"lint-staged": "^12.3.8",
"postcss-sort-media-queries": "^4.2.1",
"prompt-sync": "^4.2.0",
"sass": "^1.50.0"
}
}