-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 KB
/
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
40
41
42
43
44
45
46
47
48
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/inter": "^4.5.7",
"@headlessui/react": "^1.5.0",
"@mapbox/mapbox-gl-geocoder": "^5.0.0",
"@mui/icons-material": "^5.6.0",
"@mui/material": "^5.6.0",
"@types/geojson": "^7946.0.8",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.2",
"amtrak": "^2.8.7",
"mapbox-gl": "^2.7.1",
"mapbox-gl-style-switcher": "^1.0.11",
"moment": "^2.29.1",
"next": "^12.1.4",
"next-pwa": "^5.4.7",
"node-fetch": "^3.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-map-gl": "^7.0.10",
"tailwindcss-children": "^2.1.0"
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.13.0",
"eslint-config-next": "^12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.29.4",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.1",
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.0.7",
"typescript": "^4.6.3"
}
}