forked from deta/space-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.44 KB
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": "@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",
"start": "astro dev",
"check": "astro check && tsc",
"build": "PUBLIC_TELETYPE_INSTALLED=false astro build",
"build:tty": "PUBLIC_TELETYPE_INSTALLED=true astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"express": "^4.18.1",
"meilisearch": "^0.28.0"
},
"devDependencies": {
"@algolia/client-search": "^4.13.1",
"@astrojs/mdx": "^0.11.1",
"@astrojs/preact": "^1.0.2",
"@astrojs/react": "^1.1.3",
"@astrojs/svelte": "^1.0.0",
"@docsearch/css": "^3.1.0",
"@docsearch/react": "^3.2.1",
"@nanostores/preact": "^0.2.1",
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"astro": "^1.1.3",
"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.7.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-directive": "^2.0.1",
"sass": "^1.55.0",
"scule": "^0.3.2",
"svelte": "^3.50.1",
"svelte-navigator": "^3.2.2"
},
"optionalDependencies": {
"@deta/teletype": "^0.0.1-rc.8"
}
}