obsidiangarden_netlify/package.json
Ole Eskild Steensen 5c88fc3f67 🌅 Initial commit
2022-02-14 19:22:33 +01:00

25 lines
651 B
JSON

{
"name": "web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"dev": "cross-env ELEVENTY_ENV=dev eleventy --serve",
"build": "cross-env ELEVENTY_ENV=prod eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"cross-env": "^7.0.3"
},
"dependencies": {
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
"@azure/storage-blob": "^12.8.0",
"@octokit/core": "^3.5.1",
"dotenv": "^10.0.0",
"markdown-it": "^12.3.2"
}
}