-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 846 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 846 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
30
31
{
"name": "docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "eleventy --serve",
"build": "export NODE_ENV=production && eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^3.0.0-alpha.10",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@quasibit/eleventy-plugin-sitemap": "^2.2.0",
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.1",
"daisyui": "^2.15.3",
"eleventy-plugin-img2picture": "^5.0.1",
"eleventy-plugin-metagen": "^1.8.3",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"@octokit/core": "^6.1.2",
"dotenv": "^16.4.5"
}
}