-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1015 Bytes
/
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
{
"name": "geekonical",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@fullcalendar/core": "^5.10.0",
"@fullcalendar/daygrid": "^5.10.0",
"@fullcalendar/google-calendar": "^5.10.0",
"@fullcalendar/interaction": "^5.10.0",
"@fullcalendar/list": "^5.10.0",
"@fullcalendar/timegrid": "^5.10.0",
"@sveltejs/adapter-static": "^1.0.0-next.21",
"@sveltejs/kit": "next",
"@types/cookie": "^0.4.1",
"sass": "^1.43.2",
"svelte": "^3.34.0",
"svelte-check": "^2.2.6",
"svelte-fullcalendar": "^1.1.1",
"svelte-preprocess": "^4.9.4",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^4.5.0",
"@lukeed/uuid": "^2.0.0",
"cookie": "^0.4.1"
}
}