-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 941 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
38
39
{
"name": "wadd",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.5.5",
"@auth0/auth0-react": "^1.8.0",
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.2",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@reduxjs/toolkit": "^1.6.2",
"color": "^4.0.2",
"framer-motion": "^4.1.17",
"graphql": "^16.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"next": "12.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.20.2",
"react-redux": "^7.2.6",
"realm-web": "^1.5.1",
"recharts": "^2.1.8",
"sass": "^1.43.4"
},
"devDependencies": {
"@types/react": "^17.0.36",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
"typescript": "^4.5.2"
}
}