-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 887 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
{
"name": "quatauta.gitlab.io",
"version": "0.1.0",
"description": "A blog and website",
"main": "index.js",
"repository": "https://gitlab.com/quatauta/quatauta.gitlab.io",
"author": "Daniel Schömer <[email protected]>",
"license": "MIT",
"scripts": {
"build": "rm -rf public/ ; NODE_ENV=production hugo --verbose --gc --minify && ./bin/compress-public",
"dev": "hugo server --disableFastRender"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.1",
"postcss-import": "^14.0.2",
"tailwindcss": "^2.2.19"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}