-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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
{
"name": "next-foundry",
"version": "3.2.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next.sitemap.js",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"prepare": "husky install",
"release": "dotenv release-it --"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@popperjs/core": "^2.11.4",
"@reach/portal": "^0.16.2",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.3.1",
"framer-motion": "^6.2.8",
"gray-matter": "^4.0.3",
"mapbox-gl": "^2.7.1",
"next": "12.1.0",
"next-mdx-remote": "^4.0.0",
"next-seo": "^5.1.0",
"next-themes": "^0.1.1",
"next-translate": "^1.3.5",
"react": "17.0.2",
"react-content-loader": "^6.2.0",
"react-cookie": "^4.1.1",
"react-dom": "17.0.2",
"react-focus-lock": "^2.8.1",
"react-hook-form": "^7.28.1",
"react-map-gl": "^7.0.10",
"react-popper": "^2.2.5",
"react-select": "^5.2.2",
"react-toastify": "^8.2.0",
"sass": "^1.49.9",
"sharp": "^0.30.3"
},
"devDependencies": {
"@types/body-scroll-lock": "^3.1.0",
"@types/node": "^17.0.22",
"@types/react": "^17.0.41",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"dotenv-cli": "^5.0.0",
"eslint": "^8.11.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"next-sitemap": "^2.5.12",
"prettier": "^2.6.0",
"release-it": "^14.13.1",
"typescript": "^4.6.2"
}
}