forked from jmcbroom/development-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "development-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@mapbox/mapbox-gl-geocoder": "^4.7.4",
"@netlify/plugin-nextjs": "^4.2.0",
"@supabase/supabase-js": "^1.22.6",
"@turf/bbox": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/truncate": "^6.5.0",
"airtable": "^0.11.1",
"autoprefixer": "^10.4.0",
"dayjs": "^1.10.6",
"embla-carousel-react": "^6.2.0",
"encoding": "^0.1.13",
"mapbox-gl": "^2.3.1",
"netlify-cli": "^8.13.2",
"next": "12",
"next-transpile-modules": "^9.0.0",
"postcss": "^8.3.11",
"react": "^17.0.2",
"react-animate-height": "^2.0.23",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.0",
"remark-gfm": "^3.0.1",
"tailwind-underline-utils": "^1.1.3",
"tailwindcss": "^3.0.15"
},
"devDependencies": {
"eslint": "7.30.0",
"eslint-config-next": "11.0.1"
}
}