-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "super-blog-11ty",
"version": "1.10.4",
"description": "",
"main": "index.js",
"scripts": {
"clean": "rm -rf _site",
"social:images": "eleventy-social-images --imageDir social-img --templatePath _generate/social-img-build/preview.html",
"build:js": "webpack",
"dev": "npm run clean && npm run build:js && npx @11ty/eleventy --serve",
"dev:debug": "DEBUG=Eleventy* npm run dev",
"build": "npm run clean && npm run build:js && npx @11ty/eleventy && npm run social:images",
"deploy:netlify": "AWS_LAMBDA_FUNCTION_NAME=trickpuppeteer npm run build"
},
"keywords": [],
"author": "Giulia Chiola",
"license": "ISC",
"repository": "github:giuliachiola/super-blog-11ty",
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4",
"@11tyrocks/eleventy-plugin-social-images": "^0.1.2",
"clean-css": "^4.2.3",
"dotenv": "^10.0.0",
"eleventy-plugin-nesting-toc": "^1.2.0",
"eleventy-plugin-reading-time": "0.0.1",
"luxon": "^1.25.0",
"markdown-it-anchor": "^6.0.1",
"markdown-it-attrs": "^3.0.3",
"terser": "^5.5.1",
"webpack": "^5.15.0",
"webpack-cli": "^4.3.1"
}
}