-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 908 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
35
36
37
{
"name": "wedding",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.16",
"@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/alex-brush": "^4.5.0",
"@fontsource/open-sans": "^4.5.1",
"framer-motion": "^4",
"google-map-react": "^2.1.10",
"google-spreadsheet": "^3.1.15",
"googleapis": "^39.2.0",
"lodash.debounce": "^4.0.8",
"nanoid": "^3.1.30",
"next": "11.1.2",
"next-i18next": "^8.9.0",
"nodemailer": "^6.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.20.5",
"sass": "^1.43.3"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"eslint": "8.1.0",
"eslint-config-next": "11.1.2"
}
}