-
Notifications
You must be signed in to change notification settings - Fork 339
/
package.json
executable file
·43 lines (43 loc) · 1.02 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
{
"name": "email-template",
"version": "0.2.0",
"license": "MIT",
"main": "Gruntfile.js",
"scripts": {
"send": "grunt send",
"s3upload": "grunt s3upload",
"build": "grunt build",
"serve": "grunt serve"
},
"engines": {
"node": ">=12"
},
"dependencies": {
"assemble": "^0.24.3",
"cheerio": "^1.0.0-rc.12",
"connect-livereload": "^0.6.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"grunt": "^1.6.1",
"grunt-assemble": "^0.6.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-aws-s3": "^2.0.2",
"grunt-cdn": "^0.6.5",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-express-server": "^0.5.4",
"grunt-juice": "^0.0.2",
"grunt-mailgun": "^2.0.1",
"grunt-open": "^0.2.4",
"grunt-parallel": "^0.5.1",
"grunt-replace": "^2.0.2",
"grunt-sass": "^3.1.0",
"juice": "^10.0.0",
"load-grunt-config": "^4.0.1",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^9.0.0"
},
"devDependencies": {
"js-yaml": "^4.1.0"
}
}