-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 1.71 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
36
37
38
39
40
41
42
{
"name": "minimalism",
"version": "0.1.00",
"description": "I beg you God, make sure that it is the last!",
"main": "index.js",
"scripts": {
"dev": "run-p dev:*",
"go!": "run-s clean icon css:* eleventy social-images",
"clean": "rimraf public",
"css:website": "npx tailwindcss -i src/_11ty/_tailwindCSS/raw-website.css -o public/css/style.css --minify",
"css:social-img": "npx tailwindcss -i src/_11ty/_tailwindCSS/raw-social.css -o ./src/_11ty/_social/social.css --minify",
"eleventy": "eleventy",
"social-images": "eleventy-social-images --outputDir public --imageDir /img/social --dataFile ./src/_11ty/_social/pages.json --templatePath ./src/_11ty/_social/template.html --stylesPath ./src/_11ty/_social/social.css --width 1280 --height 720 --deviceScaleFactor 1",
"dev:css": "npx tailwindcss -i src/_11ty/_tailwindCSS/raw-website.css -o public/css/style.css --watch --minify",
"dev:11ty": "eleventy --serve --watch",
"icon": "npx pwa-asset-generator logo.png ./src/_11ty/_static/favicon -b -m -q 100 -t png -f -w -e "
},
"keywords": [
"Website",
"Blog",
"11ty",
"Tailwindcss",
"SEO",
"PWA"
],
"author": "Marco Micale <[email protected]> (https://www.marcomicale.eu/)",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.0-beta.2",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@11tyrocks/eleventy-plugin-social-images": "^0.4.1",
"@tailwindcss/typography": "^0.5.2",
"eleventy-plugin-reading-time": "^0.0.1",
"html-minifier": "^4.0.0",
"luxon": "^2.5.2",
"npm-run-all": "^4.1.5",
"pwa-asset-generator": "^6.0.8",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.24"
}
}