-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.86 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
{
"name": "atpwlgy",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">= 7.6.0"
},
"now": {
"dotenv": "variables.env.now"
},
"scripts": {
"start": "node ./start.js",
"watch": "nodemon ./start.js --ignore public/",
"dev": "concurrently \"npm run watch\" \"npm run assets\" --names \"💻,📦\" --prefix name",
"assets": "webpack -w --display-max-modules 0",
"now": "now -e DB_USER=@db_user -e DB_PASS=@db_pass -e NODE_ENV=\"production\" -e PORT=80"
},
"browserslist": "last 3 versions",
"dependencies": {
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"connect-flash": "0.1.1",
"cookie-parser": "1.4.3",
"dompurify": "^0.8.6",
"dotenv": "4.0.0",
"es6-promisify": "^5.0.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"express-validator": "3.1.2",
"faker": "4.1.0",
"forever": "0.15.3",
"glob": "7.1.1",
"hoek": "^5.0.4",
"html-to-text": "3.2.0",
"juice": "4.1.0",
"md5": "2.2.1",
"moment": "^2.24.0",
"multer": "1.3.0",
"nodemailer": "^4.7.0",
"nodemailer-postmark-transport": "^1.4.1",
"npm": "^6.11.3",
"pug": "^2.0.4",
"sitemap": "^1.13.0",
"slugs": "0.1.3",
"uuid": "3.0.1",
"validator": "7.0.0"
},
"devDependencies": {
"autoprefixer": "6.7.7",
"babel-core": "6.24.0",
"babel-loader": "6.4.0",
"babel-preset-env": "^1.6.0",
"concurrently": "3.4.0",
"css-loader": "^3.2.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.10.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^2.7.0",
"extract-text-webpack-plugin": "2.1.0",
"node-sass": "^4.7.2",
"nodemon": "^1.19.2",
"now": "^6.4.1",
"postcss-loader": "1.3.3",
"prettier": "^0.11.0",
"sass-loader": "6.0.3",
"webpack": "2.2.1"
}
}