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
2022-01-24 19:01:01 +01:00

25 lines
606 B
JSON

{
"name": "personnal-website",
"version": "1.1.0",
"author": "Laureηt <laurentfainsin@protonmail.com>",
"license": "MIT",
"scripts": {
"dev": "eleventy --serve",
"build": "NODE_ENV=production eleventy"
},
"dependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-navigation": "^0.3.2",
"autoprefixer": "^10.4.2",
"chaffle": "^2.1.0",
"html-minifier": "^4.0.0",
"js-yaml": "^4.1.0",
"markdown-it": "^12.2.0",
"markdown-it-attrs": "^4.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"purgecss": "^4.1.3",
"sass": "^1.42.1"
}
}