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

23 lines
695 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": {
"watch:sass": "sass --no-source-map --watch src/scss:_site/css",
"watch:eleventy": "eleventy --serve",
2021-10-07 16:31:51 +00:00
"build:sass": "sass --no-source-map src/scss:_site/css",
"build:eleventy": "ELEVENTY_ENV=prod eleventy",
"start": "npm-run-all build:sass --parallel watch:*",
"build": "npm-run-all build:sass build:eleventy"
},
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-navigation": "^0.2.0",
"chaffle": "^2.1.0",
"html-minifier": "^4.0.0",
"npm-run-all": "^4.1.5",
"sass": "^1.42.1"
}
2020-11-19 14:46:46 +00:00
}