-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 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
{
"name": "solar-analysis-faroe-island",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"deploy": "npx gh-pages -d dist"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.55.1",
"svelte-check": "^2.10.3",
"tslib": "^2.5.0",
"typescript": "^4.9.3",
"vite": "^4.2.0"
},
"dependencies": {
"@types/leaflet": "^1.9.3",
"@types/proj4leaflet": "^1.0.7",
"@types/suncalc": "^1.9.0",
"chart.js": "^4.2.1",
"comlink": "^4.4.1",
"convert-array-to-csv": "^2.0.0",
"csstype": "^3.1.2",
"file-saver": "^2.0.5",
"geotiff": "^2.0.7",
"gh-pages": "^5.0.0",
"leaflet": "^1.9.3",
"proj4": "^2.9.0",
"proj4leaflet": "^1.0.2",
"requirejs": "^2.3.6",
"rollup": "^3.20.6",
"split-grid": "^1.0.11",
"suncalc": "^1.9.0",
"vite-tsconfig-paths": "^4.1.0"
}
}