-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 1.78 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
{
"name": "mare",
"version": "2.2.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/autoboxer/MARE.git"
},
"dependencies": {
"@hubspot/api-client": "^7.1.2",
"async": "^3.2.0",
"axios": "^0.25.0",
"browserify": "^16.5.0",
"connect-mongo": "^3.2.0",
"cron": "^1.8.2",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"excel4node": "^1.7.0",
"express-handlebars": "~3.1.0",
"express-robots": "^0.1.6",
"express-sslify": "^1.2.0",
"gifsicle": "^4.0.1",
"glob": "^7.1.6",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-filter": "^6.0.0",
"gulp-ignore": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-mocha": "^7.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-uglify": "^3.0.0",
"gulp-watch": "~5.0.0",
"handlebars": "~4.4.5",
"hbs": "^4.0.6",
"jpegtran-bin": "^4.0.0",
"keystone": "git+https://github.com/n-devr/keystone-classic.git#mare-upgrade",
"keystone-email": "^1.1.0",
"keystone-storage-adapter-s3": "git+https://github.com/keystonejs/keystone-storage-adapter-s3.git#855f7c6f2c07dcde9b4fb566e6c57dd0e80cc4cf",
"mailchimp-api-v3": "^1.14.0",
"md5": "^2.3.0",
"moment": "~2.24.0",
"mongoose-simple-random": "^0.4.1",
"newrelic": "^6.13.0",
"node-sass": "^4.14.1",
"node-sass-middleware": "^0.11.0",
"optipng-bin": "^6.0.0",
"pdf-puppeteer": "^1.1.10",
"stripe": "^8.89.0",
"underscore": "^1.10.2"
},
"engines": {
"node": "12.16.3",
"npm": "^6.9.0"
},
"scripts": {
"start": "node keystone.js",
"heroku-postbuild": "gulp build"
},
"main": "keystone.js",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^6.2.2",
"sinon": "^7.5.0",
"sinon-chai": "^3.5.0"
}
}