-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.07 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "docs",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/nabeelvalley/docs",
"author": "Nabeel Valley",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"astro": "astro",
"sync": "astro sync",
"test": "vitest",
"test:ui": "vitest --ui"
},
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-img": "^1.0.0",
"@astrojs/check": "^0.3.4",
"@astrojs/mdx": "2.0.3",
"@astrojs/react": "^3.1.1",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.5",
"@expressive-code/plugin-collapsible-sections": "^0.34.1",
"@expressive-code/plugin-line-numbers": "^0.34.1",
"@tweakpane/core": "^2.0.3",
"@types/dom-view-transitions": "^1.0.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@vitest/ui": "^1.1.3",
"@webcontainer/api": "^1.1.3",
"astro": "^4.0.6",
"astro-expressive-code": "0.33.5",
"date-fns": "^2.28.0",
"feed": "^4.2.2",
"fs-extra": "^11.1.0",
"glob": "^10.2.5",
"glsl-canvas-js": "^0.2.9",
"gray-matter": "^4.0.3",
"image-size": "^1.0.2",
"ipynb2html": "^0.3.0",
"jsdom": "^18.0.1",
"kbar": "^0.1.0-beta.38",
"leva": "^0.9.35",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.4",
"markdown-it-highlightjs": "^4.0.1",
"markdown-it-katex": "^2.0.3",
"markdown-it-table-of-contents": "^0.6.0",
"plop": "^3.1.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-terminal": "^1.3.1",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"sanitize-html": "^2.10.0",
"sharp": "^0.32.5",
"slugify": "^1.6.5",
"ts-node": "^10.9.1",
"tweakpane": "^4.0.3",
"typescript": "^4.9.5",
"use-tweaks": "^0.3.1",
"vitest": "^1.1.3",
"xterm": "^5.1.0",
"xterm-addon-fit": "^0.7.0",
"xterm-addon-web-links": "^0.8.0"
}
}