forked from HemilModi03/Email-Builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 878 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
{
"name": "emailbuilder",
"version": "1.0.0",
"description": "Drag'n'Drop Email Builder",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=development webpack --progress --hide-modules",
"watch": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"keywords": [],
"author": "DigitalWheat",
"license": "MIT",
"devDependencies": {
"@claviska/jquery-minicolors": "^2.2.4",
"@fancyapps/fancybox": "^3.0.48",
"codemirror": "^5.25.0",
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1",
"laravel-mix": "^0.10.0",
"medium-editor": "^5.23.0",
"sweetalert": "^1.1.3"
}
}