-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.57 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
52
53
54
55
56
57
58
59
{
"name": "sc4hfair-sveltekit",
"private": true,
"version": "2",
"contributors": [
"Cy Westbrook <[email protected]>",
"Calum Dingwall (https://github.com/caburum)"
],
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"postinstall": "svelte-kit sync",
"lint": "prettier --check --plugin-search-dir=. . & eslint .",
"format": "prettier --write --plugin-search-dir=. .",
"dev-pvt": "python api/pvt/index.py",
"dev-webpush": "python api/webpush/index.py"
},
"devDependencies": {
"@poppanator/sveltekit-svg": "^4.2.1",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.19",
"@types/luxon": "^3.4.2",
"@types/mapbox-gl": "^3.4.0",
"@types/polylabel": "^1.1.3",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.18",
"typescript-eslint": "^8.0.0",
"vite": "^5.3.5"
},
"type": "module",
"dependencies": {
"@supabase/supabase-js": "^2.45.0",
"autoprefixer": "^10.4.19",
"dialog-polyfill": "^0.5.6",
"luxon": "^3.4.4",
"mapbox-gl": "^3.5.2",
"polylabel": "^2.0.1",
"postcss": "^8.4.40",
"qr-scanner": "^1.4.2",
"sanitize-html": "^2.13.0",
"sass": "^1.77.8",
"svelte-markdown": "^0.4.1",
"svelte-preprocess": "^6.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/cyfinfaza/sc4hfair-sveltekit"
},
"bugs": {
"url": "https://github.com/cyfinfaza/sc4hfair-sveltekit/issues"
}
}