-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1021 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
36
37
38
{
"name": "sweref-convert",
"version": "0.0.4",
"author": "Marcus Asplund <marcus@greatname.se> (@marcusasplund)",
"license": "MIT",
"scripts": {
"build": "ts-standard --fix && vite build",
"start": "vite"
},
"type": "module",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/marcusasplund/sweref-convert.git"
},
"bugs": {
"url": "https://github.com/marcusasplund/sweref-convert/issues"
},
"homepage": "https://github.com/marcusasplund/sweref-convert#readme",
"devDependencies": {
"@types/leaflet": "^1.9.15",
"@types/papaparse": "^5.3.15",
"jsdom": "^25.0.1",
"ts-standard": "^12.0.2",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-solid": "^2.11.0"
},
"dependencies": {
"@suid/icons-material": "^0.8.1",
"@suid/material": "^0.18.0",
"leaflet": "^1.9.4",
"papaparse": "^5.5.1",
"solid-js": "^1.9.4",
"solidjs-leaflet": "^1.0.2"
}
}