-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.72 KB
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
52
53
54
55
56
57
58
59
60
{
"name": "airnote.live",
"version": "0.1.0",
"packageManager": "pnpm@11.9.0",
"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",
"test": "vitest",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"cypress:run": "cypress install && cypress run",
"cypress:open": "cypress install && cypress open"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@sveltejs/adapter-netlify": "6.0.4",
"@sveltejs/kit": "2.69.1",
"@sveltejs/vite-plugin-svelte": "7.1.3",
"@types/gtag.js": "0.0.20",
"@types/node": "24.13.2",
"@types/papaparse": "5.5.2",
"cypress": "15.18.0",
"eslint": "10.6.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-svelte": "3.20.0",
"globals": "17.7.0",
"jsdom": "29.1.1",
"prettier": "3.9.4",
"prettier-plugin-svelte": "4.1.1",
"svelte": "5.56.4",
"svelte-check": "4.7.1",
"typescript": "6.0.3",
"typescript-eslint": "8.63.0",
"vite": "8.1.3",
"vitest": "4.1.10"
},
"dependencies": {
"@beyonk/svelte-notifications": "4.3.0",
"@blues-inc/notehub-js": "6.4.0",
"chart.js": "4.5.1",
"chartjs-adapter-date-fns": "3.0.0",
"date-fns": "4.4.0",
"mapbox-gl": "3.25.0",
"mdsvex": "0.12.7",
"papaparse": "5.5.4",
"query-string": "9.4.1",
"rehype-autolink-headings": "7.1.0",
"rehype-external-links": "3.0.0",
"rehype-slug": "6.0.0",
"remark-gfm": "4.0.1",
"svelte-speedometer": "3.1.0"
},
"type": "module",
"volta": {
"node": "24.18.0"
}
}