portails/package.json

40 lines
930 B
JSON
Raw Permalink Normal View History

2020-04-15 15:48:16 +02:00
{
2023-05-26 17:44:05 +02:00
"name": "doks",
2024-04-23 12:50:54 +02:00
"version": "1.6.2",
2023-05-26 17:44:05 +02:00
"description": "Doks theme",
"author": "Hyas",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gethyas/doks.git"
},
2020-04-15 15:48:16 +02:00
"scripts": {
2024-04-19 20:53:32 +02:00
"create": "hugo new",
"dev": "hugo server --disableFastRender --noHTTPCache",
"format": "prettier **/** -w -c",
"build": "hugo --minify --gc",
"preview": "vite preview --outDir public"
2020-04-15 15:48:16 +02:00
},
"dependencies": {
2024-04-23 11:56:52 +02:00
"@hyas/doks-core": "^1.6.1",
2024-04-19 20:53:32 +02:00
"@hyas/images": "^3.2.0",
"@hyas/inline-svg": "^1.1.0",
"@hyas/seo": "^2.3.0",
2024-04-23 11:56:52 +02:00
"@tabler/icons": "^3.2.0",
"gethyas": "^2.4.2"
2023-04-18 15:10:33 +02:00
},
"devDependencies": {
2024-04-19 20:53:32 +02:00
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"prettier": "^3.2.5",
"vite": "^5.2.10"
2023-12-22 16:29:45 +01:00
},
2023-06-17 15:53:53 +02:00
"engines": {
2024-04-19 20:53:32 +02:00
"node": ">=20.11.0"
2023-06-17 15:53:53 +02:00
},
2024-04-19 20:53:32 +02:00
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
2020-04-15 15:48:16 +02:00
}