-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.49 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.49 KB
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
{
"name": "grapesjs-preset-newsletter",
"version": "0.2.20",
"description": "GrapesJS preset configuration for the newsletter editor",
"main": "dist/grapesjs-preset-newsletter.min.js",
"scripts": {
"lint": "eslint src",
"build": "cross-env WEBPACK_ENV=prod && npm run v:patch && webpack && npm run build:css",
"build:css": "node-sass src/style/main.scss dist/grapesjs-preset-newsletter.css",
"v:patch": "npm version --no-git-tag-version patch",
"start": "cross-env WEBPACK_ENV=dev ./node_modules/.bin/webpack-dev-server --progress --colors & npm run build:css -- -w",
"test": "jest"
},
"keywords": [
"grapesjs",
"plugin",
"newsletter",
"preset"
],
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"dependencies": {
"grapesjs": "^0.15.10",
"juice": "^4.1.1",
"node-gyp": "^6.1.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.0.5",
"eslint": "^4.1.1",
"grapesjs-cli": "^1.0.11",
"jest": "^23.1.0",
"node-sass": "^4.13.1",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"jest": {
"modulePaths": [
"./src"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/eyeamkd/email-builder.git"
},
"bugs": {
"url": "https://github.com/eyeamkd/email-builder/issues"
},
"homepage": "https://github.com/eyeamkd/email-builder#readme"
}