-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.11 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "dang-thats-delicious",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">= 7.6.0"
},
"scripts": {
"prod": "node ./start.js",
"watch": "nodemon ./start.js --ignore public/",
"lint": "eslint **/*.js",
"start": "concurrently \"npm run watch\" \"npm run assets\" --names \"💻,📦\" --prefix name",
"assets": "webpack -w --display-max-modules 0",
"wp": "webpack --display-max-modules 0",
"wpep": "webpack --display-entrypoints",
"sample": "node ./data/load-sample-data.js",
"blowitallaway": "node ./data/load-sample-data.js --delete",
"now": "now -e DB_USER=@db_user -e DB_PASS=@db_pass -e NODE_ENV=\"production\" -e PORT=80",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"browserslist": "last 2 versions",
"dependencies": {
"axios": "^1.6.4",
"body-parser": "^1.18.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.0.0",
"cookie-parser": "^1.4.3",
"dompurify": "^2.0.0",
"dotenv": "^8.0.0",
"es6-promisify": "^6.0.0",
"express": "^4.15.2",
"express-session": "^1.15.1",
"express-validator": "^6.0.0",
"faker": "^4.1.0",
"forever": "^4.0.0",
"glob": "^9.0.0",
"html-to-text": "^6.0.0",
"jimp": "^0.22.3",
"juice": "^7.0.0",
"md5": "^2.2.1",
"moment": "^2.18.1",
"mongoose": "^6.0.4",
"mongoose-mongodb-errors": "^0.0.2",
"multer": "^1.3.0",
"nodemailer": "^6.0.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.0",
"pug": "^3.0.1",
"slugs": "^0.1.3",
"uuid": "^8.0.0",
"validator": "^13.0.0",
"snyk": "^1.319.1"
},
"devDependencies": {
"autoprefixer": "^9.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^8.0.0",
"babel-preset-env": "2.0.0-beta.2",
"concurrently": "^5.0.0",
"css-loader": "^3.0.0",
"extract-text-webpack-plugin": "^3.0.0",
"node-sass": "^9.0.0",
"nodemon": "^2.0.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": ">=3.3.2"
},
"snyk": true
}