-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.53 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
{
"private": true,
"name": "studytutors.de",
"title": "StudyTutors",
"description": "SvelteKit + Contentful-powered homepage of the German student-run non-profit organization StudyTutors",
"homepage": "https://studytutors.de",
"version": "1.0.0",
"author": "Janosh Riebesell <[email protected]>",
"repository": "https://github.com/sbsev/site",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"serve": "vite build && vite preview",
"test": "playwright test",
"check": "svelte-check"
},
"devDependencies": {
"@iconify/svelte": "3.1.4",
"@mapbox/mapbox-gl-geocoder": "5.0.1",
"@playwright/test": "1.38.1",
"@rollup/plugin-yaml": "4.1.1",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "1.25.1",
"@sveltejs/vite-plugin-svelte": "2.4.6",
"@types/events": "3.0.1",
"@types/mapbox-gl": "2.7.15",
"@types/mapbox__mapbox-gl-geocoder": "4.7.5",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"eslint": "8.50.0",
"eslint-plugin-svelte": "2.33.2",
"js-yaml": "4.1.0",
"mapbox-gl": "2.15.0",
"marked": "9.0.3",
"prettier": "3.0.3",
"prettier-plugin-svelte": "3.0.3",
"svelte": "4.2.1",
"svelte-check": "3.5.2",
"svelte-multiselect": "10.2.0",
"svelte-preprocess": "5.0.4",
"svelte-range-slider-pips": "2.2.3",
"svelte-toc": "0.5.6",
"svelte-zoo": "0.4.9",
"svelte2tsx": "0.6.22",
"typescript": "5.2.2",
"vite": "4.4.9"
}
}