File size: 905 Bytes
a03b3ba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
	"name": "website",
	"version": "0.22.0",
	"private": true,
	"scripts": {
		"dev": "python generate_jsons/generate.py && vite dev",
		"build": "vite build",
		"preview": "vite preview",
		"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
		"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
		"prepare": "svelte-kit sync"
	},
	"devDependencies": {
		"@sveltejs/adapter-auto": "^2.0.0",
		"@sveltejs/adapter-static": "^2.0.2",
		"@sveltejs/kit": "^1.27.6",
		"@tailwindcss/forms": "^0.5.0",
		"@tailwindcss/typography": "^0.5.4",
		"@types/prismjs": "^1.26.0",
		"prismjs": "1.29.0",
		"tailwindcss": "^3.1.6"
	},
	"type": "module",
	"dependencies": {
		"@gradio/code": "0.3.8",
		"@sindresorhus/slugify": "^2.2.0",
		"@sveltejs/adapter-vercel": "^3.0.3",
		"hast-util-to-string": "^3.0.0",
		"mdsvex": "^0.11.0",
		"postcss": ">=8.3.3 <9.0.0"
	}
}