-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.6 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
53
54
55
{
"name": "marchbox-monorail",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=22"
},
"scripts": {
"start": "npx @11ty/eleventy --serve --config=./_11ty/config.mjs",
"build": "npx @11ty/eleventy --config=./_11ty/config.mjs",
"build:prod": "npx @11ty/eleventy --config=./_11ty/config.mjs",
"debug": "DEBUG=* npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marchbox/monorail.git"
},
"author": "[email protected]",
"bugs": {
"url": "https://github.com/marchbox/monorail/issues"
},
"homepage": "https://marchbox.com",
"browserslist": "last 2 versions",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"cssnano": "^7.0.6",
"fs-extra": "^11.2.0",
"html-minifier": "^4.0.0",
"js-yaml": "^4.1.0",
"markdown-it": "^14.1.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-attrs": "^4.2.0",
"markdown-it-deflist": "^3.0.0",
"md5": "^2.3.0",
"postcss": "^8.4.47",
"postcss-dark-theme-class": "^1.3.0",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.0.9",
"posthtml": "^0.16.6",
"posthtml-urls": "^1.0.0",
"rollup": "^4.24.3",
"rollup-plugin-inline-svg": "^3.0.3"
},
"dependencies": {
"@ungap/custom-elements-builtin": "^0.6.5"
}
}