-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 901 Bytes
/
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
{
"name": "pizza",
"version": "1.0.0",
"description": "Pizza",
"main": "index.js",
"dependencies": {
"kill": "0.0.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.2",
"concurrently": "^7.0.0",
"postcss": "^8.4.7",
"postcss-cli": "^9.1.0",
"tailwindcss": "^3.0.23"
},
"scripts": {
"start": "concurrently npm:watch:*",
"watch:tw": "tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --watch",
"watch:hugo": "hugo server",
"build": "hugo --gc --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/4044ever/pizza"
},
"keywords": [
"hugo",
"tailwind",
"tailwindcss"
],
"author": "4044ever",
"license": "ISC",
"bugs": {
"url": "https://github.com/4044ever/pizza/issues"
},
"homepage": "https://github.com/4044ever/pizza#readme"
}