-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.22 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
{
"private": true,
"name": "afara.foundation",
"title": "Afara e.V.",
"description": "SvelteKit + Contentful-powered homepage of the student-run non-profit initiative Afara from Würzburg, Germany supporting orphanages in Africa.",
"homepage": "https://afara.foundation",
"version": "1.0.0",
"type": "module",
"author": "Janosh Riebesell <[email protected]>",
"repository": "https://github.com/janosh/afara",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"serve": "vite build && vite preview",
"check": "svelte-check"
},
"devDependencies": {
"@iconify/svelte": "^3.1.4",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.20.4",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.43.0",
"eslint-plugin-svelte3": "^4.0.0",
"js-yaml": "^4.1.0",
"marked": "^5.1.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^3.59.1",
"svelte-algolia": "^0.3.2",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.4",
"svelte2tsx": "^0.6.15",
"typescript": "^5.1.3",
"vite": "^4.3.9"
}
}