styling packages installed

This commit is contained in:
Matt DeCamp 2021-09-01 21:20:25 -04:00
parent 0e2075cfd7
commit 0456f8478b
2 changed files with 3344 additions and 4 deletions

3340
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,15 +1,19 @@
{
"name": "eleventania",
"name": "eleventonia",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"eleventy:dev": "cross-env ELEVENTY_ENV=development npx @11ty/eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^0.12.1"
"@11ty/eleventy": "^0.12.1",
"clean-css": "^5.1.5",
"cross-env": "^7.0.3",
"node-sass": "^6.0.1"
}
}