forked from Sparklybot/sparklybot.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 805 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
{
"name": "sparkly",
"version": "1.0.0",
"description": "Sparkly website",
"private": true,
"scripts": {
"build": "set NODE_ENV=development&&set JEKYLL_ENV=development&& gulp build",
"build-prod": "set NODE_ENV=production&&set JEKYLL_ENV=production&& gulp build",
"serve": "set NODE_ENV=development&&set JEKYLL_ENV=development&& gulp build && bundle exec jekyll serve"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-csso": "^3.0.1",
"gulp-postcss": "^9.0.0",
"gulp-purgecss": "^1.2.0",
"gulp-sass": "^4.1.1",
"gulp-terser": "^1.4.1",
"gulp-webp": "^4.0.1"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"autoprefixer": "^10.3.1",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.7"
}
}