forked from GrapesJS/components-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 836 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
{
"name": "grapesjs-plugin-forms",
"version": "0.2.5",
"description": "Set of forms components and blocks for GrapesJS editor",
"main": "dist/grapesjs-plugin-forms.min.js",
"scripts": {
"lint": "eslint src",
"build": "WEBPACK_ENV=prod && npm run v:patch && webpack",
"v:patch": "npm version --no-git-tag-version patch",
"start": "WEBPACK_ENV=dev ./node_modules/.bin/webpack-dev-server --progress --colors"
},
"keywords": [
"grapesjs",
"plugin",
"form",
"builder"
],
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"grapesjs": "^0.8.4",
"jquery": "^3.2.1",
"node-sass": "^4.5.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}