Personal-Site/package.json

25 lines
563 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",
"eleventy-sass": "^2.2.3",
"markdown-it-deflist": "^2.1.0"
},
"dependencies": {
2023-07-08 04:10:03 +00:00
"feather-icons": "^4.29.0",
2023-07-06 23:24:56 +00:00
"normalize.css": "^8.0.1"
}
}