-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 999 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": "html_base",
"version": "0.0.7",
"description": "HTML 5 base template with smart-grid build in",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "akavato",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0",
"browser-sync": "^2.24.7",
"del": "^3.0.0",
"eslint": "^5.5.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.0.2",
"gulp-clean-css": "^3.10",
"gulp-concat": "^2.6.1",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-imagemin": "^4.1.0",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-rsync": "0.0.8",
"gulp-sass": "^4.0.1",
"gulp-uglifyes": "^0.1.3",
"gulp-util": "^3.0.8",
"smart-grid": "^2.1.2",
"standard": "^12.0.1",
"vinyl-ftp": "^0.6.1"
}
}