-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.51 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
48
49
50
51
52
{
"name": "darrik.dev",
"version": "1.0.0",
"description": "Darrik's personal site",
"main": "index.js",
"type": "module",
"repository": "https://github.com/mdarrik/Darrik.dev.git",
"author": "Darrik Moberg <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"serve": "eleventy --serve",
"build": "eleventy",
"deploy-build": "eleventy && rollup -c functions/opengraph-image-generator/rollup.config.js"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-replace": "^2.3.1",
"autoprefixer": "^10.3.1",
"cssnano": "^5.0.7",
"dotenv": "^10.0.0",
"eslint": "^7.17.0",
"htm": "^3.1.0",
"postcss": "^8.3.6",
"postcss-at-rules-variables": "^0.3.0",
"postcss-cli": "^8.3.1",
"postcss-each": "^1.1.0",
"postcss-import": "^14.0.2",
"postcss-nesting": "^11.2.1",
"preact": "^10.5.14",
"rollup": "^2.6.1",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0"
},
"dependencies": {
"cloudinary": "^1.21.0",
"libhoney": "^2.0.2",
"modern-css-reset": "^1.4.0",
"node-fetch": "^2.6.0",
"playwright-aws-lambda": "^0.10.0",
"playwright-core": "^1.31.2",
"zod": "^3.23.8"
},
"volta": {
"node": "20.18.1"
}
}