-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 808 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 808 Bytes
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
{
"name": "pocketbase-site",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"jstypes": "typedoc --options ./jsvm/typedoc.json",
"dev": "vite dev",
"build": "vite build && rm -rf static/pagefind && pagefind --site build --output-path static/pagefind --glob docs/**/*.{html}",
"preview": "vite preview"
},
"prettier": {
"tabWidth": 4,
"printWidth": 110,
"svelteBracketNewLine": true
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"luxon": "^3.5.0",
"prismjs": "^1.29.0",
"sass": "^1.56.2",
"svelte": "^4.0.0",
"typedoc": "^0.24.8",
"typedoc-theme-hierarchy": "^4.0.0",
"vite": "^5.4.10",
"pagefind": "^1.1.1"
}
}