-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 897 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 897 Bytes
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
{
"name": "geoffreyvanwyk.dev",
"version": "1.0.0",
"description": "My blog built with Pelican and Tailwind CSS.",
"main": "tailwind.config.js",
"scripts": {
"html": "invoke livereload",
"css": "npx tailwindcss --input themes/windy/assets/main.css --output output/theme/main.css --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geoffreyvanwyk/geoffreyvanwyk.dev.git"
},
"keywords": [
"blog"
],
"author": "Geoffrey Bernardo van Wyk",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/geoffreyvanwyk/geoffreyvanwyk.dev/issues"
},
"homepage": "https://geoffreyvanwyk.dev",
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"tailwind-fontawesome": "^0.5.0",
"tailwindcss": "^3.3.5",
"tailwindcss-hero-patterns": "^0.0.1"
}
}