-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.74 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
{
"name": "next-datocms-template",
"version": "0.1.0",
"keywords": [],
"author": "Lorenzo Ponticelli aka Lorezz <[email protected]> (https://lorezz.me/)",
"repository": {
"type": "git",
"url": "https://github.com/Lorezz/Next-DatoCMS-Template.git"
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"postbuild": "next-sitemap",
"algolia": "node ./scripts/algoliaindex.js"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.12",
"@chakra-ui/react": "^1.4.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@hookform/resolvers": "1.3.0",
"@xstate/react": "^1.3.1",
"algoliasearch": "^4.10.3",
"axios": "^0.21.1",
"datocms-structured-text-to-plain-text": "^1.1.4",
"datocms-structured-text-utils": "^1.1.3",
"framer-motion": "^4.1.11",
"hls.js": "^1.0.4",
"leaflet": "^1.7.1",
"leaflet-defaulticon-compatibility": "^0.1.1",
"lodash": "^4.17.21",
"mapbox-gl": "^2.2.0",
"md5": "^2.3.0",
"moment": "^2.29.1",
"next": "^11.0.1",
"next-seo": "^4.24.0",
"nprogress": "^0.2.0",
"prismjs": "^1.23.0",
"react": "17.0.1",
"react-datocms": "^1.6.3",
"react-dom": "17.0.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^6.9.6",
"react-icons": "^4.2.0",
"react-instantsearch-dom": "^6.12.0",
"react-leaflet": "^3.2.1",
"react-player": "^2.9.0",
"swiper": "^6.7.5",
"swr": "^0.5.6",
"xstate": "^4.17.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^3.7.1",
"dotenv": "^10.0.0",
"next-sitemap": "^1.6.140"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}