-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 835 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 835 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
{
"name": "skip.dev",
"type": "module",
"version": "1.0.0",
"scripts": {
"sync-docs": "node ./scripts/sync-modules.js",
"dev": "npm run sync-docs && astro dev",
"start": "astro dev",
"build": "npm run sync-docs && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.37.6",
"@expressive-code/plugin-collapsible-sections": "^0.41.6",
"astro": "^5.17.2",
"node-addon-api": "^8.5.0",
"node-gyp": "^12.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-custom-heading-id": "^2.0.0",
"sharp": "^0.34.5",
"starlight-blog": "^0.25.2",
"starlight-links-validator": "^0.19.2"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.1.2"
}
}