-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.49 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
{
"name": "wado-firebase",
"version": "1.0.0",
"description": "Order of St. Luke: Web-Amplified Daily Office (WADO)",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "prettier --write .",
"prod": "scp -4 -r dist/* osl.indievisible.org:/www/osl/wado/"
},
"repository": {
"type": "git",
"url": "gh:cloudkucooland/wado-firebase"
},
"author": "Scot C. Bontrager",
"license": "ISC",
"bugs": {
"url": "https://github.com/cloudkucooland/wado-firebase/issues"
},
"homepage": "https://github.com/cloudkucooland/wado-firebase#readme",
"devDependencies": {
"@beyonk/gdpr-cookie-consent-banner": "^10.2.1",
"@rollup/plugin-replace": "^5.0.1",
"@sveltejs/vite-plugin-svelte": "^2.2.0",
"@tiptap/extension-typography": "^2.0.0-beta.209",
"@tiptap/extension-underline": "^2.0.0-beta.209",
"@tiptap/starter-kit": "^2.0.0-beta.209",
"@tsconfig/svelte": "^4.0.1",
"@types/beyonk__gdpr-cookie-consent-banner": "^9.0.0",
"bootstrap-scss": "^5.1.3",
"firebase": "^10.0.0",
"meilisearch": "^0.42.0",
"prettier-plugin-svelte": "^2.8.0",
"sass": "^1.56.2",
"svelte": "^3.59.1",
"svelte-check": "^3.3.2",
"svelte-preprocess": "^5.0.0",
"svelte-select": "^5.0.0",
"svelte-spa-router": "^3.3.0",
"svelte-tiptap": "^0.7.0",
"svelte-toasts": "^1.1.2",
"sveltestrap": "^5.10.0",
"vite": "^4.3.5"
}
}