generated from LeunensMichiel/next-foundry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.48 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
{
"name": "eagle-air",
"version": "1.0.0",
"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"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@reach/portal": "^0.16.2",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.3.1",
"embla-carousel-react": "^6.2.0",
"framer-motion": "^6.5.1",
"gray-matter": "^4.0.3",
"next": "12.3.0",
"next-mdx-remote": "^4.0.3",
"next-seo": "^5.4.0",
"next-themes": "^0.2.0",
"next-translate": "^1.4.0",
"react": "17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "17.0.2",
"react-focus-lock": "^2.9.1",
"react-hook-form": "^7.28.1",
"react-select": "^5.3.2",
"sass": "^1.52.1",
"sharp": "^0.30.4"
},
"devDependencies": {
"@types/body-scroll-lock": "^3.1.0",
"@types/node": "^17.0.22",
"@types/react": "^17.0.41",
"@types/react-slick": "^0.23.8",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"dotenv-cli": "^5.1.0",
"eslint": "^8.16.0",
"eslint-config-next": "12.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.4.1",
"next-sitemap": "^2.5.21",
"prettier": "^2.6.2",
"typescript": "^4.6.4"
}
}