-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.49 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "pukauae",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint --fix --ext .js,.jsx ."
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@next/third-parties": "^14.1.4",
"@portabletext/react": "^3.0.4",
"@sanity/client": "^6.1.7",
"@sanity/groq-store": "^2.1.0",
"@sanity/icons": "^2.3.1",
"@sanity/image-url": "^1.0.2",
"@sanity/preview-kit": "^2.3.3",
"@sanity/ui": "^2.1.0",
"@sanity/vision": "^3.12.0",
"@studio-freight/react-lenis": "^0.0.47",
"@turf/turf": "^6.5.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vidstack/react": "^1.11.18",
"blurhash": "^2.0.5",
"date-fns": "^2.29.3",
"eslint": "8.32.0",
"eslint-config-next": "^13.5.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"framer-motion": "^8.5.5",
"fs.promises": "^0.1.2",
"geojson": "^0.5.0",
"lodash": "^4.17.21",
"lucide-react": "^0.274.0",
"mapbox-gl": "^2.12.1",
"media-icons": "^0.10.0",
"next": "^14.2.5",
"next-sanity": "^8.5.5",
"next-seo": "^6.5.0",
"next-sitemap": "^4.2.3",
"node-fetch": "^3.3.2",
"path": "^0.12.7",
"prettier": "^2.8.3",
"react": "^18.3.1",
"react-blurhash": "^0.3.0",
"react-dom": "^18.3.1",
"react-hydration-provider": "^1.0.2",
"react-icons": "^4.8.1-snapshot.1",
"react-live-clock": "^6.1.20",
"react-map-gl": "^7.0.21",
"react-medium-image-zoom": "^5.1.3",
"react-moment": "^1.1.3",
"react-responsive": "^9.0.2",
"react-wrap-balancer": "^0.4.0",
"resize-observer-polyfill": "^1.5.1",
"sanity": "^3.51.0",
"sanity-plugin-cloudinary": "^1.1.1",
"sanity-plugin-iframe-pane": "^2.3.1",
"sanity-plugin-media": "^2.0.5",
"sharp": "^0.33.3",
"styled-components": "^6.1.8"
},
"devDependencies": {
"json-loader": "^0.5.7"
},
"overrides": {
"@chakra-ui/focus-lock": {
"react-focus-lock": "2.11.3"
}
}
}