forked from PauseAI/pauseai-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.74 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
{
"type": "module",
"name": "pause-ai",
"private": true,
"scripts": {
"dev": "vite dev --host 0.0.0.0",
"build": "vite build && node create-pagefind-index.js",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-netlify": "^3.0.2",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@types/escape-html": "^1.0.4",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.35.1",
"mdsvex": "^0.11.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"svelte": "^4.2.12",
"svelte-check": "^3.6.8",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"vite": "^5.2.2"
},
"dependencies": {
"@fontsource/jetbrains-mono": "^4.5.12",
"@fontsource/manrope": "^4.5.13",
"@fontsource/roboto-slab": "^5.0.19",
"@fontsource/saira-condensed": "^5.0.12",
"@pagefind/default-ui": "^1.0.4",
"@prgm/sveltekit-progress-bar": "^2.0.0",
"@types/mapbox-gl": "^2.7.21",
"clipboard-polyfill": "^4.0.2",
"escape-html": "^1.0.3",
"github-slugger": "^2.0.0",
"html-to-image": "^1.11.11",
"lucide-svelte": "^0.325.0",
"mapbox-gl": "^3.2.0",
"pagefind": "^1.0.4",
"rehype-slug": "^5.1.0",
"remark-toc": "^9.0.0",
"remark-unwrap-images": "^3.0.1",
"shiki": "^0.14.7",
"svelte-french-toast": "^1.2.0",
"svelte-markdown": "^0.4.1",
"svelte-toc": "^0.5.8"
}
}