-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.59 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
49
50
51
52
53
54
55
{
"name": "pv-sites-mobile",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write --plugin-search-dir=. .",
"format:check": "prettier --check --plugin-search-dir=. .",
"style": "yarn format && yarn lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.8.0",
"@heroicons/react": "^2.0.17",
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@openclimatefix/nowcasting-ui.icons.icons": "^0.0.3",
"@sentry/nextjs": "^7.52.1",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.3",
"@upstash/redis": "^1.20.1",
"js-cookie": "^3.0.1",
"dayjs": "^1.11.7",
"framer-motion": "^10.10.0",
"mapbox-gl": "^2.12.1",
"next-pwa": "^5.6.0",
"next": "^13.0.0",
"raw-loader": "^4.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-markdown": "^8.0.7",
"react-responsive-carousel": "^3.2.23",
"recharts": "^2.4.3",
"suncalc": "^1.9.0",
"swr": "^2.0.3",
"tailwind-override": "^0.6.1"
},
"devDependencies": {
"@savvywombat/tailwindcss-grid-areas": "^3.0.1",
"@types/mapbox-gl": "2.7.10",
"@types/node": "^18.13.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.11",
"@types/js-cookie": "^3.0.3",
"@types/suncalc": "^1.9.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
"eslint-config-next": "^13.1.6",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.5"
}
}