We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6041db commit 88ae232Copy full SHA for 88ae232
package.json
@@ -1,12 +1,12 @@
1
{
2
+ "type": "module",
3
"name": "custom-css-library",
4
"version": "1.0.0",
- "description": "",
5
+ "description": "A custom library based on the Duolingo and Fontawesome websites",
6
"main": "index.js",
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1",
- "build": "webpack",
9
- "dev": "webpack serve"
+ "build": "gulp"
10
},
11
"keywords": [],
12
"author": "",
@@ -15,6 +15,10 @@
15
"gulp": "^4.0.2",
16
"gulp-clean-css": "^4.3.0",
17
"gulp-concat": "^2.6.1",
18
- "gulp-connect": "^5.7.0"
+ "gulp-connect": "^5.7.0",
19
+ "gulp-imagemin": "^8.0.0"
20
+ },
21
+ "dependencies": {
22
+ "gulp-htmlmin": "^5.0.1"
23
}
24
0 commit comments