-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
39
{
"name": "radio__world",
"private": true,
"version": "0.0.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite --mode dev",
"build": "vite build --mode dev --base=./",
"preview": "vite preview"
},
"dependencies": {
"@phosphor-icons/react": "^2.0.6",
"@types/leaflet": "^1.9.3",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"axios": "^1.3.4",
"leaflet": "^1.9.3",
"radio-browser": "^2.2.3",
"radio-browser-api": "^6.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-router-dom": "^6.9.0",
"react-spinners": "^0.13.8",
"spinners": "^1.2.2",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@types/node": "^18.15.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.3",
"video.js": "^8.0.4",
"vite": "^4.2.0"
}
}