-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 965 Bytes
/
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
{
"name": "axelrad-climbing",
"version": "1.0.0",
"description": "A climbing blog for Eden and Itai Axelrad.",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"debug": "DEBUG=Eleventy* eleventy",
"update": "npm i npm-check-updates && ncu -u && npm install && npm audit fix"
},
"author": {
"name": "Itai Axelrad",
"email": "itaiaxelrad@gmail.com",
"url": "https://itaiaxelrad.com/"
},
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.2",
"luxon": "^3.4.4",
"markdown-it": "^14.0.0",
"markdown-it-image-lazy-loading": "^1.2.0",
"markdown-it-implicit-figures": "^0.12.0",
"markdown-it-replace-link": "^1.2.0",
"netlify-cms": "^2.10.192",
"npm-check-updates": "^16.14.12",
"postcss": "^8.4.32",
"terser": "^5.26.0"
}
}