Personal-Site/package.json

33 lines
861 B
JSON

{
"name": "websiterewrite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "npx @11ty/eleventy --serve",
"start": "open http://localhost:8080 & npm run watch",
"build": "npx @11ty/eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"eleventy-sass": "^2.2.3",
"markdown-it-deflist": "^2.1.0"
},
"dependencies": {
"@11ty/eleventy-plugin-rss": "^1.2.0",
"feather-icons": "^4.29.0",
"image-size": "^1.0.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-table-of-contents": "^0.6.0",
"normalize.css": "^8.0.1",
"nunjucks-date": "^1.5.0",
"prism-themes": "^1.9.0",
"sync-fetch": "^0.5.2"
}
}