{ "name": "personnal-website", "version": "1.1.0", "author": "Laureηt ", "license": "MIT", "scripts": { "watch:sass": "sass --no-source-map --watch src/scss:_site/css", "watch:eleventy": "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", "markdown-it": "^12.2.0", "markdown-it-attrs": "^4.1.0", "npm-run-all": "^4.1.5", "sass": "^1.42.1" } }