25 lines
606 B
JSON
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"
|
|
}
|
|
}
|