-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 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
45
46
47
48
49
50
51
52
53
54
{
"name": "business-advertisement-website",
"version": "1.0.0",
"description": "custom business advertisement website",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:taviagilbert/business-advertisement-website.git"
},
"keywords": [
"sass",
"flexbox",
"cssgrid",
"gulp"
],
"author": "Tavia Gilbert",
"license": "MIT",
"bugs": {
"url": "https://github.com/taviagilbert/business-advertisement-website/issues"
},
"homepage": "https://github.com/taviagilbert/business-advertisement-website#readme",
"dependencies": {
"eva-icons": "^1.1.1",
"fontisto": "^3.0.4",
"fork-awesome": "^1.1.7",
"jquery": "^3.3.1"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"browser-sync": "^2.26.3",
"del": "^4.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^5.0.3",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"imagemin-gifsicle": "^6.0.1",
"imagemin-jpeg-recompress": "^6.0.0",
"imagemin-jpegtran": "^6.0.0",
"imagemin-optipng": "^6.0.0",
"imagemin-pngquant": "^7.0.0",
"imagemin-svgo": "^7.0.0"
}
}