-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 851 Bytes
/
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
{
"name": "bio.mutuaassessoria.com.br",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.5",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"next": "13.1.5",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-slick": "^0.29.0",
"react-text-mask": "^5.5.0",
"react-toastify": "^9.1.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/react-slick": "^0.23.10",
"@types/react-text-mask": "^5.4.11",
"@types/styled-components": "^5.1.26"
}
}