-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "words-by-vernacchia",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier \"./src/**\" \"./bin/**\" -w"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.17.7",
"@algolia/autocomplete-theme-classic": "^1.17.7",
"@algolia/client-search": "^4.24.0",
"@astro-community/astro-embed-twitter": "^0.5.8",
"@astrojs/mdx": "3.1.9",
"@astrojs/react": "3.6.3",
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1",
"@codesandbox/sandpack-react": "^2.19.10",
"@iconify-json/mdi": "^1.2.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"algoliasearch": "^4.24.0",
"astro": "4.16.16",
"astro-breadcrumbs": "^3.2.0",
"astro-icon": "^1.1.4",
"astro-rehype-relative-markdown-links": "^0.16.0",
"astro-robots-txt": "^1.0.0",
"glob": "^10.4.5",
"markdown-it": "^14.1.0",
"mermaid": "10.9.1",
"puppeteer": "22.9.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-slug": "^6.0.0",
"remark-mermaidjs": "6.0.0",
"sanitize-html": "^2.13.1"
},
"devDependencies": {
"dotenv": "^16.4.5",
"gray-matter": "^4.0.3",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"remove-markdown": "^0.5.5",
"typescript": "^5.7.2"
}
}