-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 947 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 947 Bytes
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": "website",
"version": "0.1.0",
"description": "The official ComplyTime website",
"author": "The ComplyTime Authors",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/complytime/website.git"
},
"scripts": {
"create": "hugo new",
"dev": "hugo server --disableFastRender --noHTTPCache",
"format": "prettier **/** -w -c",
"build": "hugo --minify --gc",
"preview": "hugo server --disableFastRender --noHTTPCache"
},
"dependencies": {
"@tabler/icons": "^3.34.1",
"@thulite/doks-core": "^1.8.3",
"@thulite/images": "^3.3.1",
"@thulite/inline-svg": "^1.2.0",
"@thulite/seo": "^2.4.1",
"thulite": "^2.6.3"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.5",
"playwright": "^1.58.2",
"prettier": "^3.6.2",
"vite": "^7.0.6"
},
"engines": {
"node": ">=20.11.0"
}
}