-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.16 KB
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
{
"name": "haxe.io",
"version": "1.0.0",
"description": "The home of the Haxe Roundups.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skial/haxe.io.git"
},
"keywords": [],
"author": {
"name": "skial",
"url": "https://haxe.io/"
},
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/skial/haxe.io/issues"
},
"homepage": "https://github.com/skial/haxe.io#readme",
"dependencies": {
"@11ty/eleventy": "4.0.0-alpha.6",
"@11ty/eleventy-plugin-webc": "0.12.0-beta.7",
"@picocss/pico": "^2.1.1",
"browserslist": "^4.28.1",
"eleventy-plugin-embed-everything": "^1.21.1",
"lightningcss": "^1.31.1",
"luxon": "^3.7.2",
"markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.3.1",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-plain-text": "^0.3.0",
"sass": "^1.97.3",
"string-strip-html": "^13.5.3",
"twemoji": "^14.0.2"
},
"devDependencies": {
"pagefind": "^1.4.0"
}
}