-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
43
44
45
46
47
{
"name": "blog.hoeser.dev",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve",
"lint": "eslint . -c eslint.config.js"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@grafana/faro-web-sdk": "^1.12.0",
"@inventage/matomo-opt-out": "^1.3.0",
"lit": "^3.2.1",
"netlify-plugin-cache": "^1.0.3",
"web-vitals": "^4.2.4"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@eslint/js": "^9.15.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"browserslist": "^4.24.2",
"eleventy-plugin-rollup": "^1.3.0",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"js-yaml": "^4.1.0",
"lightningcss": "^1.28.1",
"markdown-it-container": "^4.0.0",
"markdown-it-emoji": "^3.0.0",
"rollup": "^4.27.2",
"shiki": "^0.14.7",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
}
}