-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.4 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.4 KB
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
43
44
45
46
47
{
"name": "lunabee-portfolio",
"version": "2.0.0",
"description": "A portfolio site for Luna to showcase her work and blog about web development",
"scripts": {
"build": "npx eleventy",
"watch": "npx eleventy --watch",
"serve": "npx eleventy --serve",
"debug": "DEBUG=* npx eleventy"
},
"repository": {
"type": "git",
"url": "https://github.com/danurbanowicz/eleventy-netlify-boilerplate"
},
"author": {
"name": "Dan Urbanowicz",
"email": "dan.urbanowicz@gmail.com",
"url": "https://www.danurbanowicz.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/danurbanowicz/eleventy-netlify-boilerplate/issues"
},
"homepage": "https://github.com/danurbanowicz/eleventy-netlify-boilerplate",
"devDependencies": {
"@11ty/eleventy": "^3.1.2",
"@netlify/plugin-lighthouse": "^2.1.3",
"luxon": "^2.3.0",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1"
},
"dependencies": {
"@11ty/eleventy-img": "^6.0",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-bundle": "^3.0.7",
"@11ty/eleventy-plugin-rss": "^2.0.4",
"@11ty/eleventy-plugin-vite": "^7.0.0",
"@11ty/font-awesome": "^1.0.0",
"@algolia/netlify-plugin-crawler": "^1.0.0",
"clean-css": "^5.2.4",
"html-minifier": "^4.0.0",
"markdown-it-attrs": "^4.3.1",
"sass": "^1.93.3",
"uglify-js": "^3.15.1"
},
"type": "module"
}