-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 799 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 799 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
{
"name": "chronologue",
"version": "0.0.1",
"description": "Hugo Site",
"main": "index.js",
"scripts": {
"dev": "hugo server -D -F --baseUrl $(gp url 1313) --appendPort=false --liveReloadPort=443 --bind=0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/kickoke/chronologue-hugo-theme.git"
},
"author": "Tina Luedtke",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/kickoke/chronologue-hugo-theme/issues"
},
"homepage": "https://gitlab.com/kickoke/chronologue-hugo-theme#readme",
"devDependencies": {
"@tailwindcss/typography": "^0.5.7",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"tailwindcss": "^3.1.8"
}
}