mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 20:55:21 +00:00
25 lines
651 B
JSON
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"
|
|
}
|
|
} |