-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.03 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
{
"name": "dojocon2023",
"type": "module",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"test": "npm run check && npm run build && npm run test:links",
"test:links": "linkinator ./dist --recurse --skip \"^https?://(?!(localhost|127\\.0\\.0\\.1))\"",
"test:links:external": "linkinator ./dist --recurse",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-satteri": "^0.3.1",
"@astrojs/mdx": "^7.0.5",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@fontsource-variable/noto-sans-jp": "^5.3.0",
"@fontsource-variable/roboto": "^5.3.0",
"astro": "^7.2.0",
"marked": "^18.0.9",
"yaml": "^2.8.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@fortawesome/fontawesome-free": "^7.3.1",
"linkinator": "^8.0.3",
"sass": "^1.83.0",
"typescript": "^6.0.3"
}
}