lucht/package.json

20 lines
451 B
JSON
Raw Normal View History

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