-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 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
51
{
"name": "uniboaule",
"version": "0.2.0",
"type": "module",
"packageManager": "[email protected]",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@event-calendar/core": "^3.6.2",
"@event-calendar/list": "^3.6.2",
"@event-calendar/resource-time-grid": "^3.6.2",
"@event-calendar/resource-timeline": "^3.6.2",
"@event-calendar/time-grid": "^3.6.2",
"@sveltejs/adapter-auto": "^3.3.0",
"@sveltejs/kit": "^2.8.3",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/typography": "^0.5.15",
"@types/leaflet": "^1.9.14",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@zerodevx/svelte-json-view": "^1.0.11",
"autoprefixer": "^10.4.20",
"bulma": "^1.0.2",
"daisyui": "^4.12.13",
"dayjs": "^1.11.13",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"monaco-editor": "^0.52.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"sass": "^1.80.4",
"svelte": "^5.1.2",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}