-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"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.18.0",
"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.3.0",
"autoprefixer": "^10.4.5",
"cssnano": "^5.1.7",
"del": "^6.0.0",
"eslint": "^8.14.0",
"eslint-plugin-jest": "^26.1.5",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"husky": "^8.0.0",
"jest": "^28.0.0",
"jest-extended": "^2.0.0",
"lint-staged": "^12.4.0",
"postcss-sort-media-queries": "^4.2.1",
"prompt-sync": "^4.2.0",
"sass": "^1.50.1"
}
}