23 lines
712 B
JSON
Executable file
23 lines
712 B
JSON
Executable file
{
|
|
"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_ENV=dev eleventy --serve",
|
|
"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"
|
|
}
|
|
}
|