-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 848 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 848 Bytes
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
{
"name": "ach.org-11ty",
"version": "0.0.1",
"description": "11ty site for ach.org",
"main": "index.js",
"scripts": {
"start": "eleventy --serve & tailwindcss -i src/styles.css -o _site/styles.css --watch --postcss",
"build": "ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production tailwindcss -i src/styles.css -o _site/styles.css --postcss --minify"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.8",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6"
},
"dependencies": {
"@fontsource-variable/libre-franklin": "^5.0.17",
"sharp": "^0.33.5"
},
"resolutions": {
"sharp": "~0.32.0"
}
}