mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 10:21:54 +00:00
* revamped js/css asset build * update favicon compilation and color; cleanup package.json * fix spacing * update social media display and references * adjust about page sizing and mobile display * update jobs and page titles * abstract links to single source, small style fixes * adjust footer * update pro viddeo page and seo * seo and video fixes * fix seo display * move tor link to footer * sizing adjustments and add hosted video * video and sizing adjustments * wip video * final video * update pro link * temp fix for ticker start * update link, add auto orient, remove video border * fix contact form submission and mobile submit
40 lines
932 B
JSON
40 lines
932 B
JSON
{
|
|
"name": "start9-website",
|
|
"version": "1.0.0",
|
|
"description": "The Start9 company landing page featuring embassyOS products",
|
|
"scripts": {
|
|
"start": "slinkity --serve --incremental",
|
|
"build": "slinkity"
|
|
},
|
|
"keywords": [
|
|
"open-source",
|
|
"sovereign-computing",
|
|
"personal-server",
|
|
"bitcoin",
|
|
"self-hosting",
|
|
"federation",
|
|
"bitcoin-node",
|
|
"lightning-node",
|
|
"p2p"
|
|
],
|
|
"author": "Start9",
|
|
"license": "START9 NON-COMMERCIAL LICENSE v1",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^1.0.2",
|
|
"@11ty/eleventy-img": "^2.0.1",
|
|
"@sardine/eleventy-plugin-tinysvg": "^1.2.0",
|
|
"date-fns": "^2.29.3",
|
|
"eleventy-plugin-gen-favicons": "^1.1.1",
|
|
"eleventy-plugin-lazyimages": "^2.1.2",
|
|
"eleventy-plugin-seo": "^0.5.2",
|
|
"slinkity": "^0.8.3"
|
|
},
|
|
"dependencies": {
|
|
"gsap": "^3.10.4",
|
|
"rss-parser": "^3.12.0"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
]
|
|
}
|