-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 838 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 838 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
{
"name": "hugo-theme-watermelon",
"version": "1.0.0",
"description": "",
"dependencies": {
"tailwindcss": "^3.3.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev:tailwind": "tailwindcss -i ./assets/css/style.css -o ./assets/css/app.css --watch",
"dev:hugo": "hugo server -D --themesDir=../.. --watch --source=exampleSite",
"dev": "npm run dev:tailwind & npm run dev:hugo",
"build": "hugo --themesDir=../.. --source=exampleSite --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miiiku/hugo-theme-watermelon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/miiiku/hugo-theme-watermelon/issues"
},
"homepage": "https://github.com/miiiku/hugo-theme-watermelon#readme"
}