This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
55 lines (55 loc) · 1.54 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
{
"name": "@deta/docs",
"version": "0.0.1",
"type": "module",
"private": true,
"license": "MIT",
"homepage": "https://deta.space",
"scripts": {
"dev": "PUBLIC_TELETYPE_INSTALLED=false astro dev",
"dev:tty": "PUBLIC_TELETYPE_INSTALLED=true astro dev",
"generate-indexes": "node scripts/generate-indexes.js",
"start": "astro dev",
"check": "astro check && tsc",
"prebuild": "npm run generate-indexes",
"build": "astro build",
"build:tty": "PUBLIC_TELETYPE_INSTALLED=true astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^5.1.3",
"@astrojs/tailwind": "^4.0.0",
"astro-expressive-code": "^0.19.0",
"express": "^4.18.1",
"meilisearch": "^0.28.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@astrojs/mdx": "^0.19.6",
"@astrojs/preact": "^2.2.1",
"@astrojs/react": "^2.2.1",
"@astrojs/svelte": "^2.2.0",
"@nanostores/preact": "^0.2.1",
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^18.0.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"astro": "^2.10",
"date-fns": "^2.29.3",
"focus-svelte": "^0.3.4",
"fuse.js": "^6.6.2",
"nanostores": "^0.6.0",
"node-html-parser": "^6.1.0",
"preact": "^10.14.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-directive": "^2.0.1",
"sass": "^1.62.1",
"scule": "^0.3.2",
"svelte": "^3.59.1",
"svelte-navigator": "^3.2.2"
}
}