mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 18:31:54 +00:00
35 lines
877 B
JSON
35 lines
877 B
JSON
{
|
|
"name": "start9-landing",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"module": "main.js",
|
|
"scripts": {
|
|
"start": "eleventy --serve",
|
|
"build": "eleventy"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^1.0.1",
|
|
"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-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"
|
|
}
|
|
}
|