-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 988 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": "zip-co-landing",
"version": "1.0.0",
"description": "Landing page for Zip.co",
"scripts": {
"dev": "ELEVENTY_ENV=development eleventy --config=eleventy.config.js --serve & gulp",
"build": "gulp build && eleventy --config=eleventy.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nicovanzyl/zip-landing.git"
},
"author": "Nico van Zyl",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^0.8.3",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@fullhuman/postcss-purgecss": "^1.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"html-minifier": "^4.0.0",
"tailwindcss": "^1.0.5"
},
"dependencies": {
"pristinejs": "^0.1.6"
}
}