-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1007 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": "plumber-app-chakraui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.4",
"@chakra-ui/react": "^2.2.4",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@graphcms/rich-text-react-renderer": "^0.6.1",
"dotenv": "^16.0.1",
"framer-motion": "^6.5.1",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"mapbox-gl": "^2.9.2",
"next": "12.2.2",
"next-pwa": "^5.5.5",
"next-seo": "^5.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-map-gl": "^7.0.18",
"react-medium-image-zoom": "^4.4.3",
"react-photoswipe-gallery": "^2.2.1",
"tabler-icons-react": "^1.53.0"
},
"devDependencies": {
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"next-sitemap": "^3.1.13"
}
}