This repository has been archived on 2023-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
personal-website-old/package.json

25 lines
606 B
JSON
Raw Normal View History

2020-11-19 14:46:46 +00:00
{
2021-10-07 16:31:51 +00:00
"name": "personnal-website",
"version": "1.1.0",
"author": "Laureηt <laurentfainsin@protonmail.com>",
"license": "MIT",
"scripts": {
"dev": "eleventy --serve",
"build": "NODE_ENV=production eleventy"
2021-10-07 16:31:51 +00:00
},
"dependencies": {
2022-01-21 14:20:29 +00:00
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-navigation": "^0.3.2",
2022-01-24 16:21:14 +00:00
"autoprefixer": "^10.4.2",
2021-10-07 16:31:51 +00:00
"chaffle": "^2.1.0",
"html-minifier": "^4.0.0",
2022-01-22 08:31:25 +00:00
"js-yaml": "^4.1.0",
2021-10-07 20:45:46 +00:00
"markdown-it": "^12.2.0",
"markdown-it-attrs": "^4.1.0",
2021-10-07 16:31:51 +00:00
"npm-run-all": "^4.1.5",
2022-01-24 16:21:14 +00:00
"postcss": "^8.4.5",
2022-01-24 18:01:01 +00:00
"purgecss": "^4.1.3",
2021-10-07 16:31:51 +00:00
"sass": "^1.42.1"
}
2020-11-19 14:46:46 +00:00
}