-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.5 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "yannickschutz.com",
"version": "2.0.0",
"description": "https://yannickschutz.com",
"files": [
"gulp"
],
"scripts": {
"build": "hugo -b https://${BASE_URL:-$VERCEL_URL}",
"gulp": "gulp",
"build-images": "gulp img:build",
"debug": "rm -rf public/* resources/_gen && hugo --templateMetrics --templateMetricsHints",
"dev": "hugo serve --disableFastRender -p $PORT",
"start": "hugo serve --disableFastRender --appendPort=false -b $(curl http://127.0.0.1:4040/api/tunnels | jq '.tunnels[0].public_url' -r)",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Yannick Schutz",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.12.10",
"@fullhuman/postcss-purgecss": "^1.3.0",
"@tailwindcss/typography": "^0.3.1",
"autoprefixer": "^10.1.0",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-imagemin": "^5.0.3",
"imagemin-jpeg-recompress": "^6.0.0",
"imagemin-mozjpeg": "^8.0.0",
"netlify-cli": "^2.25.0",
"now": "^19.0.0",
"postcss": "^8.2.2",
"postcss-cli": "^8.3.1",
"tailwind": "^4.0.0",
"tailwindcss": "^2.0.2",
"vercel": "^21.0.1"
}
}