-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 779 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 779 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
{
"name": "mkf",
"version": "1.0.0",
"scripts": {
"build": "rm -rf dist && npx @11ty/eleventy",
"dev": "npx @11ty/eleventy --serve",
"cms": "npx tinacms dev -c 'npm run dev'"
},
"keywords": [],
"license": "ISC",
"type": "module",
"devDependencies": {
"@11ty/eleventy": "^3",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-plugin-rss": "^3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"@tinacms/cli": "^2.4.1",
"@types/node": "^25.9.1",
"autoprefixer": "^10.5.0",
"cssnano": "^8.0.1",
"eleventy-plugin-toc": "^1.1.5",
"markdown-it": "^14.2.0",
"markdown-it-anchor": "^9.2.0",
"postcss": "^8.5.9",
"postcss-import": "^16.1.1",
"sanitize.css": "^13.0.0",
"tinacms": "^3.8.3"
}
}