mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-04 12:00:02 +00:00
27 lines
670 B
JSON
27 lines
670 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": {
|
|
"@azure/storage-blob": "^12.8.0",
|
|
"@octokit/core": "^3.5.1",
|
|
"@sindresorhus/slugify": "^1.1.0",
|
|
"dotenv": "^10.0.0",
|
|
"front-matter": "^4.0.2",
|
|
"markdown-it": "^12.3.2"
|
|
}
|
|
}
|