-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 892 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
{
"name": "developer-portfolio-blog-theme",
"version": "1.0.0",
"description": "Developer portfolio and blog website made with Hugo and TailwindCSS.",
"main": "index.js",
"repository": "https://github.com/connlim/developer-portfolio-blog",
"author": "Connor Lim <[email protected]>",
"license": "AGPL-3.0-or-later",
"scripts": {
"setup": "npm install",
"build": "hugo --minify --gc",
"dev": "hugo server --disableFastRender"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"autoprefixer": "^10.4.2",
"cssnano": "^5.0.16",
"postcss": "^8.4.6",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.0.2",
"tailwindcss": "^2.2.7"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
]
}