forked from Qoraiche/laravel-mail-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 852 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
{
"name": "MailEclipse",
"version": "1.0",
"description": "Manage all the mailables in your laravel app at a single place",
"repository": "https://github.com/maileclipse/laravel-mail-editor",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bootstrap",
"themes"
],
"author": "Yassine Qoraiche",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.2.1",
"jquery": ">=3.4.0",
"popper.js": "^1.14.4"
},
"devDependencies": {
"autoprefixer": "^9.1.5",
"browser-sync": "^2.26.3",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-scss-lint": "^0.7.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1"
}
}