devon.lol/package.json
Devon Campbell c54e246b95 Initial commit
2022-11-26 15:55:43 -08:00

23 lines
613 B
JSON

{
"name": "personal-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy",
"deploy": "netlify deploy",
"deploy:prod": "netlify deploy --prod"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@sindresorhus/slugify": "^1.1.0",
"markdown-it-anchor": "^8.6.4",
"markdown-it-obsidian": "github:raddevon/markdown-it-obsidian",
"simpledotcss": "^2.1.0"
}
}