comprofix.com/package.json

30 lines
695 B
JSON
Raw Normal View History

2022-08-07 00:57:36 +10:00
{
"name": "comprofix-website",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"start": "eleventy --serve",
"debug": "DEBUG=* eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-fetch": "^3.0.0",
"common-tags": "^1.8.2",
"dotenv": "^16.0.1",
2022-08-07 02:18:36 +10:00
"eleventy-plugin-blog-tools": "^0.3.1",
"markdown-it": "^13.0.1",
"markdown-it-attrs": "^4.1.4"
},
"repository": {
"type": "git",
"url": "https://gitlab.comprofix.com/comprofix/website.git"
},
"description": ""
2022-08-07 00:57:36 +10:00
}