Personal-Site/package.json

30 lines
774 B
JSON
Raw Normal View History

2023-07-06 23:24:56 +00:00
{
"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",
2023-07-06 23:24:56 +00:00
"eleventy-sass": "^2.2.3",
"markdown-it-deflist": "^2.1.0"
},
"dependencies": {
2023-07-10 21:22:04 +00:00
"@11ty/eleventy-plugin-rss": "^1.2.0",
2023-07-08 04:10:03 +00:00
"feather-icons": "^4.29.0",
2023-07-12 21:46:34 +00:00
"markdown-it-anchor": "^8.6.7",
"markdown-it-table-of-contents": "^0.6.0",
"normalize.css": "^8.0.1",
2023-07-10 04:29:42 +00:00
"prism-themes": "^1.9.0"
2023-07-06 23:24:56 +00:00
}
}