forked from thoth-tech/splashkit.io-starlight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.29 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.29 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
{
"name": "splashkit.io",
"type": "module",
"version": "0.9",
"scripts": {
"dev": "npm run setup && astro dev",
"start": "npm run setup && astro dev",
"build": "npm run setup && astro build",
"preview": "astro preview",
"astro": "astro",
"setup": "node ./scripts/json-files-script.cjs && node ./scripts/usage-example-scraping.cjs && node ./scripts/api-pages-script.cjs",
"generate-mdx": "node ./scripts/api-pages-script.cjs",
"generate-json": "node ./scripts/json-files-script.cjs && node ./scripts/usage-example-scraping.cjs",
"check-links": "SET CHECK_LINKS=true && npm run build && SET CHECK_LINKS=false"
},
"dependencies": {
"@astrojs/react": "^4.2.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/starlight": "^0.34.2",
"@astrojs/starlight-docsearch": "^0.3.0",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"astro": "^5.5.2",
"gray-matter": "^4.0.3",
"kleur": "4.1.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"rehype-mathjax": "^6.0.0",
"remark-heading-id": "^1.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.34.1",
"starlight-blog": "^0.21.0",
"starlight-links-validator": "^0.16.0",
"swiper": "^11.1.14"
},
"devDependencies": {
"accessible-astro-components": "^3.0.1"
}
}