-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "next-website-naweby",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.7",
"@chakra-ui/theme-tools": "^1.3.6",
"@emotion/react": "11",
"@emotion/styled": "11",
"axios": "^0.27.2",
"embla-carousel-autoplay": "^6.2.0",
"embla-carousel-react": "^6.2.0",
"formik": "^2.2.9",
"framer-motion": "6",
"next": "12.1.2",
"next-images": "^1.8.4",
"next-seo": "^5.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"react-input-mask": "^2.0.4",
"react-lottie": "^1.2.3",
"react-select": "^5.3.2",
"sass": "^1.49.9",
"styled-components": "^5.3.5"
},
"devDependencies": {
"eslint": "8.12.0",
"eslint-config-next": "12.1.2",
"eslint-plugin-react-hooks": "^4.5.0",
"next-sitemap": "^3.0.5"
}
}