-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 KB
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
39
40
41
42
{
"name": "zvenyach.com",
"version": "1.0.0",
"description": "Personal website of V. David Zvenyach",
"main": "index.js",
"scripts": {
"serve": "hugo serve -D",
"build": "hugo --gc --minify",
"dev": "hugo serve -D --disableFastRender",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "echo 'Run \\\"just setup-precommit\\\" to install pre-commit hooks'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vdavez/website.git"
},
"keywords": [
"hugo",
"blog",
"tailwindcss",
"netlify"
],
"author": "V. David Zvenyach",
"license": "CC BY-SA 4.0",
"bugs": {
"url": "https://github.com/vdavez/website/issues"
},
"homepage": "https://github.com/vdavez/website#readme",
"dependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.7",
"minisearch": "^7.1.2",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"tailwindcss": "^3.4.17"
},
"devDependencies": {},
"engines": {
"node": ">=20.0.0"
}
}