-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 943 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
35
36
{
"name": "photofolio",
"version": "1.0.0",
"description": "ZippWitch's photo-type portfolio app",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --history-api-fallback --progress"
},
"author": "ZippWitch",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.27.7",
"clean-webpack-plugin": "^4.0.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.1.3",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-imagemin": "^7.1.0",
"gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglifyjs": "^0.6.2",
"gulp-webpack": "^1.5.0",
"html-webpack-plugin": "^5.5.0",
"imagemin-pngquant": "^9.0.2",
"webpack": "^5.72.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"get-image-urls": "^1.0.5",
"gulp-htmlmin": "^5.0.1"
}
}