-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
{
"name": "@synnaxlabs/docs",
"type": "module",
"version": "20.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"algolia": "node ./src/util/algoliasearch.js",
"lint": "eslint --cache",
"fix": "eslint --cache --fix",
"format": "prettier --write .",
"format-check": "prettier --check ."
},
"dependencies": {
"@astrojs/mdx": "^4.2.0",
"@astrojs/react": "^4.2.1",
"@astrojs/vercel": "^8.1.2",
"@fontsource/geist-mono": "^5.2.5",
"@synnaxlabs/client": "workspace:*",
"@synnaxlabs/media": "workspace:*",
"@synnaxlabs/pluto": "workspace:*",
"@synnaxlabs/x": "workspace:*",
"astro": "^5.5.2",
"astro-embed": "^0.9.0",
"astro-seo": "^0.8.4",
"clsx": "^2.1.1",
"posthog-js": "^1.230.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"shiki": "^1.29.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@synnaxlabs/tsconfig": "workspace:*",
"@types/html-escaper": "^3.0.4",
"@types/offscreencanvas": "^2019.7.3",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"algoliasearch": "^4.24.0",
"dotenv": "^16.4.7",
"eslint": "^9.24.0",
"eslint-config-synnaxlabs": "workspace:*",
"gray-matter": "^4.0.3",
"html-escaper": "^3.0.3",
"prettier": "^3.5.3",
"remove-markdown": "^0.6.0",
"typescript": "^5.8.3"
}
}