forked from mjmlio/mjml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1020 Bytes
/
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
{
"name": "mjml-repo",
"version": "3.3.4-title",
"private": true,
"description": "MJML monorepo",
"scripts": {
"lint": "eslint ."
},
"pre-commit": [
"lint"
],
"devEngines": {
"node": "4.x || 5.x || 6.x",
"npm": "2.x || 3.x"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.24.0",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.24.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.8.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-debug": "^3.0.0",
"gulp-newer": "^1.3.0",
"gulp-watch": "^4.3.11",
"lazypipe": "^1.0.1",
"pre-commit": "^1.1.3",
"shelljs": "^0.7.7",
"through2": "^2.0.3",
"yargs": "^7.0.2"
}
}