-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 938 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
{
"name": "log",
"version": "1.0.0",
"description": "Log",
"main": "index.js",
"scripts": {
"start": "concurrently \"eleventy --watch --quiet\" \"gulp dev --color\"",
"build": "gulp build && eleventy && purgecss --config ./purgecss.config.js --out src/_includes/stylesheets && eleventy && lepto"
},
"author": "Chris Collins",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^0.8.2",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"autoprefixer": "^9.4.7",
"clean-css": "^4.2.1",
"concurrently": "^4.1.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-connect": "^5.7.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1",
"html-minifier": "^3.5.21",
"lepto-cli": "^1.2.0",
"lepto-resize": "^1.0.1",
"purgecss": "^1.1.0",
"tailwindcss": "^0.7.4"
}
}