-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 852 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-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.1",
"@chakra-ui/react": "^2.1.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"axios": "^0.27.2",
"dashify": "^2.0.0",
"firebase": "^9.8.4",
"firebase-admin": "^11.0.0",
"formik": "^2.2.9",
"framer-motion": "^6",
"glob": "^8.0.3",
"next": "12.1.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"swr": "^1.3.0"
},
"devDependencies": {
"csvtojson": "^2.0.10",
"dotenv": "^16.0.1",
"eslint": "^8.16.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"googleapis": "^105.0.0",
"prettier": "2.6.2"
}
}