-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
31 lines (31 loc) · 1.09 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
{
"name": "freeolabini",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:freeolabini/freeolabini.github.io.git",
"author": "#FreeOlaBini <[email protected]>",
"scripts": {
"validate": "html5v http://localhost:8080/en/",
"clean": "rimraf ./css ./fonts ./img ./en ./sv ./es ./it ./fr ./pt ./de ./tweets ./signatures ./index.html ./feed.xml",
"start": "eleventy --serve --quiet & postcss ./tailwind.css --o _tmp/tailwind.css --watch",
"build": "ELEVENTY_PRODUCTION=true eleventy & NODE_ENV=production postcss ./tailwind.css --o docs/css/tailwind.css"
},
"dependencies": {
"clipboard": "^2.0.8"
},
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.5",
"eleventy-plugin-tailwindcss": "^0.3.0",
"html-minifier": "^4.0.0",
"markdown-it": "^12.0.6",
"postcss": "^8.2.13",
"postcss-cli": "^8.3.1",
"purgecss": "^4.0.3",
"rimraf": "^2.6.3",
"tailwindcss": "^2.1.2"
}
}