-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "next-typescript-chakra-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@types/node": "^17.0.22",
"airtable": "^0.11.4",
"date-fns": "^2.28.0",
"framer-motion": "^6.2.8",
"next": "12.1.0",
"next-seo": "^5.1.0",
"react": "17.0.2",
"react-datepicker": "^4.8.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.31.3",
"react-icons": "^4.4.0",
"swr": "^1.3.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^17.0.40",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^1.19.1",
"typescript": "^4.6.2"
}
}