-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "campuscneipe",
"version": "1.0.0",
"description": "Website of the Campus Cneipe @ Technical University of Munich",
"author": "Marvin Raiser <[email protected]> (https://github.com/GeneralMine)",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"deploy": "powershell .\\scripts\\deploy.ps1",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@playwright/test": "1.29.2",
"@popperjs/core": "2.11.6",
"@sveltejs/adapter-static": "2.0.1",
"@sveltejs/kit": "1.9.0",
"bootstrap": "5.2.3",
"eslint": "8.32.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-svelte3": "4.0.0",
"imagetools-core": "3.3.1",
"mdsvex": "0.10.6",
"prettier": "2.8.3",
"prettier-plugin-svelte": "2.9.0",
"sass": "1.57.1",
"svelte": "3.55.1",
"svelte-preprocess": "5.0.1",
"vite": "4.1.4",
"vite-imagetools": "4.0.18"
},
"type": "module",
"dependencies": {
"@fontsource/unica-one": "4.5.9",
"@fontsource/vollkorn": "4.5.14"
}
}