-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 899 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
{
"name": "oslo-realtime",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"graphql": "^16.3.0",
"graphql-react": "^18.0.0",
"leaflet": "^1.7.1",
"leaflet.locatecontrol": "^0.76.0",
"leaflet.marker.slideto": "^0.3.0",
"preact": "^10.5.15",
"styled-components": "^5.3.5",
"subscriptions-transport-ws": "^0.11.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.1.5",
"@types/leaflet": "^1.7.9",
"@types/leaflet.locatecontrol": "^0.74.0",
"@types/node": "^17.0.23",
"@types/styled-components": "^5.1.24",
"@types/ws": "^8.5.3",
"typescript": "^4.5.4",
"vite": "^2.9.0"
}
}