-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1016 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1016 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
37
38
39
40
{
"name": "voidrunner-landing",
"version": "1.0.0",
"description": "VoidRunner AI-Powered Serverless Development Platform Landing Page",
"scripts": {
"dev": "hugo server -D --disableFastRender",
"build": "hugo --minify --gc --cleanDestinationDir",
"build:preview": "hugo --minify --gc --cleanDestinationDir --baseURL /",
"clean": "rm -rf public resources",
"security-audit": "npm audit",
"update-deps": "npm update"
},
"repository": {
"type": "git",
"url": "https://github.com/voidrunnerhq/voidrunner.dev"
},
"keywords": [
"hugo",
"static-site",
"serverless",
"ai",
"devtools"
],
"author": "VoidRunner Team",
"license": "MIT",
"engines": {
"node": ">=22.0.0",
"npm": ">=10.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.10"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16"
}
}