-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 913 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
{
"name": "thulite-website",
"version": "1.6.0",
"description": "Thulite website",
"author": "Thulite",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/thuliteio/thulite.io.git"
},
"scripts": {
"create": "hugo new",
"dev": "hugo server --disableFastRender --noHTTPCache",
"format": "prettier **/** -w -c",
"build": "hugo --minify --gc",
"preview": "vite preview --outDir public"
},
"dependencies": {
"@tabler/icons": "^3.18.0",
"@thulite/images": "^3.3.0",
"@thulite/inline-svg": "^1.2.0",
"@thulite/seo": "^2.4.0",
"@ventizo/starter-core": "^2.4.0",
"thulite": "^2.5.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.8",
"prettier": "^3.3.3",
"spotlight.js": "^0.7.8",
"vite": "^5.4.8"
},
"engines": {
"node": ">=20.11.0"
}
}