forked from thoth-tech/splashkit.io-starlight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 KB
/
package.json
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": "zapping-zenith",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "npm run generate-mdx && astro dev",
"start": "npm run generate-mdx && astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate-mdx": "node ./scripts/components.cjs",
"check-links": "SET CHECK_LINKS=true && npm run build && SET CHECK_LINKS=false"
},
"dependencies": {
"@astrojs/netlify": "^4.0.2",
"@astrojs/prism": "^3.0.0",
"@astrojs/react": "^3.0.9",
"@astrojs/sitemap": "^3.0.4",
"@astrojs/solid-js": "^3.0.3",
"@astrojs/starlight": "^0.15.1",
"@mdx-js/mdx": "^3.0.0",
"astro": "^4.0.8",
"astro-expressive-code": "^0.29.2",
"astro-icon": "^0.8.2",
"dotenv": "^16.4.5",
"front-matter": "^4.0.2",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"kleur": "^4.1.5",
"path": "^0.12.7",
"remark-frontmatter": "^5.0.0",
"sharp": "^0.32.6",
"solid-js": "^1.8.6",
"starlight-links-validator": "^0.7.1",
"tailwindcss": "^3.3.5"
}
}