-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
88 lines (88 loc) · 2.25 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "club-hub-emails",
"version": "1.0.0",
"description": "Emails for the Club Hub platform..",
"main": "index.js",
"typings": "dist/index.d.ts",
"scripts": {
"start": "gulp",
"build": "gulp --production",
"zip": "gulp zip --production",
"litmus": "gulp litmus --production",
"mail": "gulp mail --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meshhq/club-hub-emails.git"
},
"author": "Kevin Coleman <[email protected]",
"license": "MIT",
"files": [
"dist/",
"index.js"
],
"dependencies": {
"await-to-js": "^2.1.1",
"aws-sdk": "^2.463.0",
"club-hub-core": "https://[email protected]/meshhq/club-hub-core.git#v0.0.173",
"feather-icons": "^4.17.0",
"foundation-emails": "^2.2.1",
"handlebars": "^4.1.2",
"jsdom": "^14.0.0",
"ts-optchain": "^0.1.3",
"underscore": "^1.9.1",
"uninstall": "0.0.0"
},
"devDependencies": {
"@types/dotenv": "^6.1.1",
"@types/faker": "^4.1.5",
"@types/jsdom": "^12.2.3",
"@types/mocha": "^5.2.6",
"@types/mongoose": "^5.3.17",
"@types/node": "^13.9.0",
"@types/underscore": "^1.8.18",
"babel-core": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.7.2",
"beepbeep": "^1.2.0",
"browser-sync": "^2.26.7",
"chai": "^4.2.0",
"colors": "^1.1.2",
"dotenv": "^8.0.0",
"factory": "^1.0.3",
"factory.ts": "^0.4.1",
"faker": "^4.1.0",
"gulp": "latest",
"gulp-awspublish": "^3.0.1",
"gulp-cli": "^2.2.0",
"gulp-html-src": "^1.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^6.0.0",
"gulp-inline-css": "^3.0.0",
"gulp-litmus": "0.0.7",
"gulp-load-plugins": "^2.0.0",
"gulp-mail": "^0.1.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uncss": "^1.0.1",
"gulp-zip": "^3.2.0",
"inky": "^1.3.6",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.0",
"mocha": "^5.2.0",
"panini": "^1.3.0",
"rimraf": "^2.3.3",
"siphon-media-query": "^1.0.0",
"ts-mocha": "^6.0.0",
"typescript": "^3.8.3",
"yargs": "^4.1.0"
},
"babel": {
"presets": [
"es2015"
]
}
}