-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "grapesjs-shape-divider",
"version": "0.3.14",
"description": "GrapesJS Shape Divider",
"main": "dist/grapesjs-shape-divider.min.js",
"scripts": {
"lint": "eslint src",
"v:patch": "npm version --no-git-tag-version patch",
"build": "npm run v:patch && webpack --env.production",
"start": "webpack-dev-server --open --progress --colors"
},
"repository": {
"type": "git",
"url": "https://github.com/Abhisheknanda1344463/grapesjs-shape-divider.git"
},
"keywords": [
"grapesjs",
"plugin",
"boilerplate",
"wysiwyg"
],
"author": "abhishek94",
"license": "BSD-3-Clause",
"babel": {
"presets": [
"@babel/env"
],
"plugins": [
"@babel/transform-runtime"
]
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/runtime": "^7.4.3",
"babel-loader": "^8.0.5",
"eslint": "^5.16.0",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
}
}