-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 896 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 896 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
{
"name": "cryptomator-website",
"type": "module",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"clean": "rm -r public",
"build": "hugo",
"dev": "hugo server --environment=development",
"serve": "hugo server --environment=staging --minify",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sebastian Stenzel",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cryptomator/cryptomator.github.io.git"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.11",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"tailwindcss": "^4.1.11"
},
"dependencies": {
"@awesome.me/kit-628503cc21": "^1.0.18",
"alpinejs": "^3.14.9",
"altcha": "^1.5.1",
"jquery": "^3.7.1",
"js-yaml": "^4.1.0",
"lazysizes": "^5.3.2",
"mathjax": "^3.2.2"
}
}