-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 989 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 989 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
30
31
32
33
34
{
"name": "icp-developer-docs",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"postbuild": "sh scripts/download-install-sh.sh",
"preview": "astro preview",
"astro": "astro",
"validate": "node scripts/validate.js --all",
"sync:motoko": "./scripts/sync-motoko.sh",
"sync:ii-spec": "./scripts/sync-ii-spec.mjs",
"sync:static-site": "node scripts/sync-static-site.mjs",
"check:upstream": "node scripts/check-upstream-releases.mjs"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.3.1",
"@astrojs/starlight": "^0.42.0",
"@fontsource/inter": "^5.2.8",
"@fontsource/jetbrains-mono": "^5.2.8",
"@fontsource/newsreader": "^5.2.10",
"astro": "^7.3.2",
"sharp": "^0.35.4"
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.2",
"github-slugger": "^2.0.0",
"glob": "^13.0.6",
"gray-matter": "^4.0.3"
}
}