mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 10:21:54 +00:00
* optimize data for ticker * rework data model for cleaner be your own section * wip * delete deprecated assets * edit copy; misc small style fixes * reenable ticker, update nexcloud, edit embassy one name * rearrange support section * new graphiccs to info section * bold personal server iheader in info section * mobile styling for be your own section * adjust infographics section * adjust underline + animmation * add ui screenshots to powered by section * fix overflow, sizing, spacing * renable ticker * fix marketplace link * more link updates * edit team bios and fix apostrophes * update footer with bdonation link; adjust scss spacing * copy changes * add license page * clean up spacing and uunused files * Update src/_includes/components/landing/community.njk * Update src/_includes/components/landing/infographics.njk * Update src/_includes/components/landing/powered-by.njk * Update src/_includes/components/landing/support.njk * connect subscribe api * implement newsletter subscription * audit all links and cleanup * add 404 page and more cleanup * add sitemap and robots * fix service links * small fixes + copy edits * fix infographics and ticker spacing * update emails * update docs links and temp remove team * update docs link urls * fix diy link * typo * typo and sizing * Update src/about.njk Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
37 lines
1009 B
JSON
37 lines
1009 B
JSON
{
|
|
"name": "start9-landing",
|
|
"version": "1.0.0",
|
|
"description": "The Start9 company landing page featuring embassyOS products",
|
|
"main": "index.js",
|
|
"module": "main.js",
|
|
"scripts": {
|
|
"start": "eleventy --watch --serve",
|
|
"build": "eleventy"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^1.0.1",
|
|
"date-fns": "^2.29.3",
|
|
"eleventy-plugin-lazyimages": "^2.1.2"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy-fetch": "^3.0.0",
|
|
"@11ty/eleventy-img": "^2.0.1",
|
|
"@sardine/eleventy-plugin-tinycss": "^2.0.0",
|
|
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
|
|
"@sardine/eleventy-plugin-tinysvg": "^1.2.0",
|
|
"css-declaration-sorter": "^6.3.1",
|
|
"eleventy-favicon": "^1.1.3",
|
|
"eleventy-plugin-img2picture": "^3.0.0",
|
|
"eleventy-plugin-seo": "^0.5.2",
|
|
"eleventy-sass": "^1.3.1",
|
|
"esm": "^3.2.25",
|
|
"gsap": "^3.10.4",
|
|
"list.js": "^2.3.1",
|
|
"rss-parser": "^3.12.0",
|
|
"webpack": "^5.72.1"
|
|
}
|
|
}
|