forked from amadeobrands/valorem-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 849 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
{
"name": "valorem-site",
"version": "1.0.0",
"description": "valorem marketing site built on jekyll, based on jon's boilerplate for jekyll & tailwindcss",
"main": "gulpfile.babel.js",
"scripts": {
"serve": "gulp serve",
"gulp": "gulp default"
},
"author": "Jon Persson",
"license": "ISC",
"homepage": "https://github.com/jonlpersson/boilerplate.git",
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"autoprefixer": "^10.4.2",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"browser-sync": "^2.27.7",
"cross-spawn": "^7.0.3",
"cssnano": "^5.0.7",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"tailwindcss": "^3.0.18"
}
}