-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 801 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 801 Bytes
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
{
"name": "transitstatus-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host --port 3000",
"build": "vite build",
"preview": "vite preview --host --port 3000"
},
"dependencies": {
"@fontsource/atkinson-hyperlegible": "^5.0.18",
"framer-motion": "^10.17.9",
"gtfs-realtime-bindings": "^1.1.1",
"maplibre-gl": "^3.6.2",
"pmtiles": "^2.11.0",
"protomaps-themes-base": "^1.3.1",
"raleway-webfont": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal-sheet": "^2.2.0"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.0.8"
}
}