-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "jtemporal-blog",
"private": true,
"scripts": {
"build:css": "tailwindcss -i ./src/styles/tailwind.css -o ./assets/css/main.css --minify",
"watch:css": "tailwindcss -i ./src/styles/tailwind.css -o ./assets/css/main.css --watch",
"dev": "npm run build:css && bundle exec jekyll serve --config _dev_config.yml --host 127.0.0.1",
"og:generate": "node scripts/generate_og.mjs",
"og:generate:all": "node scripts/generate_og_all.mjs"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"gray-matter": "^4.0.3",
"puppeteer": "^24.10.2",
"sharp": "^0.34.5",
"tailwindcss": "^3.4.17"
}
}